@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,149 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/legal-monetary-total-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @description A group of business terms providing the monetary totals for the Invoice.
|
|
5
|
+
*
|
|
6
|
+
* @summary Document totals
|
|
7
|
+
*
|
|
8
|
+
* @name cac:LegalMonetaryTotal
|
|
9
|
+
*/
|
|
10
|
+
export declare const legalMonetaryTotalSchema: Schema.Struct<{
|
|
11
|
+
/**
|
|
12
|
+
* @description Sum of all allowances on document level in the Invoice.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Must be rounded to maxium 2 decimals.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* 200.0;
|
|
19
|
+
*
|
|
20
|
+
* @summary Sum of allowances on document level
|
|
21
|
+
*
|
|
22
|
+
* @name `cbc:AllowanceTotalAmount (+ @currencyID)`
|
|
23
|
+
*/
|
|
24
|
+
readonly allowanceTotalAmount: Schema.optional<Schema.Struct<{
|
|
25
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
26
|
+
readonly value: Schema.Number;
|
|
27
|
+
}>>;
|
|
28
|
+
/**
|
|
29
|
+
* @description Sum of all charges on document level in the Invoice.
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Must be rounded to maximum 2 decimals.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* 0.0;
|
|
36
|
+
*
|
|
37
|
+
* @summary Sum of charges on document level
|
|
38
|
+
*
|
|
39
|
+
* @name `cbc:ChargeTotalAmount (+ @currencyID)`
|
|
40
|
+
*/
|
|
41
|
+
readonly chargeTotalAmount: Schema.optional<Schema.Struct<{
|
|
42
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
43
|
+
readonly value: Schema.Number;
|
|
44
|
+
}>>;
|
|
45
|
+
/**
|
|
46
|
+
* @description Sum of all Invoice line net amounts in the Invoice.
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* Must be rounded to maximum 2 decimals.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* 3800.0;
|
|
53
|
+
*
|
|
54
|
+
* @summary Sum of Invoice line amount
|
|
55
|
+
*
|
|
56
|
+
* @name `cbc:LineExtensionAmount (+ @currencyID)`
|
|
57
|
+
*/
|
|
58
|
+
readonly lineExtensionAmount: Schema.Struct<{
|
|
59
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
60
|
+
readonly value: Schema.Number;
|
|
61
|
+
}>;
|
|
62
|
+
/**
|
|
63
|
+
* @description The amount due for payment on the Invoice, after accounting for all allowances, charges, prepayments, and rounding adjustments.
|
|
64
|
+
*
|
|
65
|
+
* @remarks
|
|
66
|
+
* Must be rounded to maximum 2 decimals.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* 4500.0;
|
|
70
|
+
*
|
|
71
|
+
* @summary Amount due for payment
|
|
72
|
+
*
|
|
73
|
+
* @name `cbc:PayableAmount (+ @currencyID)`
|
|
74
|
+
*/
|
|
75
|
+
readonly payableAmount: Schema.Struct<{
|
|
76
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
77
|
+
readonly value: Schema.Number;
|
|
78
|
+
}>;
|
|
79
|
+
/**
|
|
80
|
+
* @description The rounding amount applied to the Invoice total.
|
|
81
|
+
*
|
|
82
|
+
* @remarks
|
|
83
|
+
* Must be rounded to maximum 2 decimals.
|
|
84
|
+
*
|
|
85
|
+
* @example
|
|
86
|
+
* 0.0;
|
|
87
|
+
*
|
|
88
|
+
* @summary Rounding amount
|
|
89
|
+
*
|
|
90
|
+
* @name `cbc:PayableRoundingAmount (+ @currencyID)`
|
|
91
|
+
*/
|
|
92
|
+
readonly payableRoundingAmount: Schema.optional<Schema.Struct<{
|
|
93
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
94
|
+
readonly value: Schema.Number;
|
|
95
|
+
}>>;
|
|
96
|
+
/**
|
|
97
|
+
* @description The sum of amounts which have been paid in advances.
|
|
98
|
+
*
|
|
99
|
+
* @remarks
|
|
100
|
+
* Must be rounded to maximum 2 decimals.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* 0.0;
|
|
104
|
+
*
|
|
105
|
+
* @summary Paid amount
|
|
106
|
+
*
|
|
107
|
+
* @name `cbc:PrepaidAmount (+ @currencyID)`
|
|
108
|
+
*/
|
|
109
|
+
readonly prepaidAmount: Schema.optional<Schema.Struct<{
|
|
110
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
111
|
+
readonly value: Schema.Number;
|
|
112
|
+
}>>;
|
|
113
|
+
/**
|
|
114
|
+
* @description The total amount of the Invoice without VAT.
|
|
115
|
+
*
|
|
116
|
+
* @remarks
|
|
117
|
+
* Must be rounded to maximum 2 decimals.
|
|
118
|
+
*
|
|
119
|
+
* @example
|
|
120
|
+
* 3600.0;
|
|
121
|
+
*
|
|
122
|
+
* @summary Invoice total amount without VAT
|
|
123
|
+
*
|
|
124
|
+
* @name `cbc:TaxExclusiveAmount (+ @currencyID)`
|
|
125
|
+
*/
|
|
126
|
+
readonly taxExclusiveAmount: Schema.Struct<{
|
|
127
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
128
|
+
readonly value: Schema.Number;
|
|
129
|
+
}>;
|
|
130
|
+
/**
|
|
131
|
+
* @description The total amount of the Invoice with VAT.
|
|
132
|
+
*
|
|
133
|
+
* @example
|
|
134
|
+
* 4500.0;
|
|
135
|
+
*
|
|
136
|
+
* @summary Invoice total amount with VAT
|
|
137
|
+
*
|
|
138
|
+
* @remark Must be rounded to maximum 2 decimals.
|
|
139
|
+
*
|
|
140
|
+
* @name `cbc:TaxInclusiveAmount (+ @currencyID)`
|
|
141
|
+
*/
|
|
142
|
+
readonly taxInclusiveAmount: Schema.Struct<{
|
|
143
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
144
|
+
readonly value: Schema.Number;
|
|
145
|
+
}>;
|
|
146
|
+
}>;
|
|
147
|
+
export type PeppolLegalMonetaryTotal = typeof legalMonetaryTotalSchema.Type;
|
|
148
|
+
//#endregion
|
|
149
|
+
//# sourceMappingURL=legal-monetary-total-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal-monetary-total-schema.d.ts","names":[],"sources":["../../../src/effect/fields/legal-monetary-total-schema.ts"],"mappings":";;;;;;;;;qBAWa,0BAAwB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAkHzB,kCAAkC,yBAAyB"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { amountSchema } from "./amount-schema.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/fields/legal-monetary-total-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description A group of business terms providing the monetary totals for the Invoice.
|
|
6
|
+
*
|
|
7
|
+
* @summary Document totals
|
|
8
|
+
*
|
|
9
|
+
* @name cac:LegalMonetaryTotal
|
|
10
|
+
*/
|
|
11
|
+
const legalMonetaryTotalSchema = Schema.Struct({
|
|
12
|
+
/**
|
|
13
|
+
* @description Sum of all allowances on document level in the Invoice.
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
* Must be rounded to maxium 2 decimals.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 200.0;
|
|
20
|
+
*
|
|
21
|
+
* @summary Sum of allowances on document level
|
|
22
|
+
*
|
|
23
|
+
* @name `cbc:AllowanceTotalAmount (+ @currencyID)`
|
|
24
|
+
*/
|
|
25
|
+
allowanceTotalAmount: Schema.optional(amountSchema),
|
|
26
|
+
/**
|
|
27
|
+
* @description Sum of all charges on document level in the Invoice.
|
|
28
|
+
*
|
|
29
|
+
* @remarks
|
|
30
|
+
* Must be rounded to maximum 2 decimals.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* 0.0;
|
|
34
|
+
*
|
|
35
|
+
* @summary Sum of charges on document level
|
|
36
|
+
*
|
|
37
|
+
* @name `cbc:ChargeTotalAmount (+ @currencyID)`
|
|
38
|
+
*/
|
|
39
|
+
chargeTotalAmount: Schema.optional(amountSchema),
|
|
40
|
+
/**
|
|
41
|
+
* @description Sum of all Invoice line net amounts in the Invoice.
|
|
42
|
+
*
|
|
43
|
+
* @remarks
|
|
44
|
+
* Must be rounded to maximum 2 decimals.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* 3800.0;
|
|
48
|
+
*
|
|
49
|
+
* @summary Sum of Invoice line amount
|
|
50
|
+
*
|
|
51
|
+
* @name `cbc:LineExtensionAmount (+ @currencyID)`
|
|
52
|
+
*/
|
|
53
|
+
lineExtensionAmount: amountSchema,
|
|
54
|
+
/**
|
|
55
|
+
* @description The amount due for payment on the Invoice, after accounting for all allowances, charges, prepayments, and rounding adjustments.
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Must be rounded to maximum 2 decimals.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* 4500.0;
|
|
62
|
+
*
|
|
63
|
+
* @summary Amount due for payment
|
|
64
|
+
*
|
|
65
|
+
* @name `cbc:PayableAmount (+ @currencyID)`
|
|
66
|
+
*/
|
|
67
|
+
payableAmount: amountSchema,
|
|
68
|
+
/**
|
|
69
|
+
* @description The rounding amount applied to the Invoice total.
|
|
70
|
+
*
|
|
71
|
+
* @remarks
|
|
72
|
+
* Must be rounded to maximum 2 decimals.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* 0.0;
|
|
76
|
+
*
|
|
77
|
+
* @summary Rounding amount
|
|
78
|
+
*
|
|
79
|
+
* @name `cbc:PayableRoundingAmount (+ @currencyID)`
|
|
80
|
+
*/
|
|
81
|
+
payableRoundingAmount: Schema.optional(amountSchema),
|
|
82
|
+
/**
|
|
83
|
+
* @description The sum of amounts which have been paid in advances.
|
|
84
|
+
*
|
|
85
|
+
* @remarks
|
|
86
|
+
* Must be rounded to maximum 2 decimals.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* 0.0;
|
|
90
|
+
*
|
|
91
|
+
* @summary Paid amount
|
|
92
|
+
*
|
|
93
|
+
* @name `cbc:PrepaidAmount (+ @currencyID)`
|
|
94
|
+
*/
|
|
95
|
+
prepaidAmount: Schema.optional(amountSchema),
|
|
96
|
+
/**
|
|
97
|
+
* @description The total amount of the Invoice without VAT.
|
|
98
|
+
*
|
|
99
|
+
* @remarks
|
|
100
|
+
* Must be rounded to maximum 2 decimals.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* 3600.0;
|
|
104
|
+
*
|
|
105
|
+
* @summary Invoice total amount without VAT
|
|
106
|
+
*
|
|
107
|
+
* @name `cbc:TaxExclusiveAmount (+ @currencyID)`
|
|
108
|
+
*/
|
|
109
|
+
taxExclusiveAmount: amountSchema,
|
|
110
|
+
/**
|
|
111
|
+
* @description The total amount of the Invoice with VAT.
|
|
112
|
+
*
|
|
113
|
+
* @example
|
|
114
|
+
* 4500.0;
|
|
115
|
+
*
|
|
116
|
+
* @summary Invoice total amount with VAT
|
|
117
|
+
*
|
|
118
|
+
* @remark Must be rounded to maximum 2 decimals.
|
|
119
|
+
*
|
|
120
|
+
* @name `cbc:TaxInclusiveAmount (+ @currencyID)`
|
|
121
|
+
*/
|
|
122
|
+
taxInclusiveAmount: amountSchema
|
|
123
|
+
});
|
|
124
|
+
//#endregion
|
|
125
|
+
export { legalMonetaryTotalSchema };
|
|
126
|
+
|
|
127
|
+
//# sourceMappingURL=legal-monetary-total-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal-monetary-total-schema.js","names":[],"sources":["../../../src/effect/fields/legal-monetary-total-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { amountSchema } from './amount-schema';\n\n/**\n * @description A group of business terms providing the monetary totals for the Invoice.\n *\n * @summary Document totals\n *\n * @name cac:LegalMonetaryTotal\n */\nexport const legalMonetaryTotalSchema = Schema.Struct({\n /**\n * @description Sum of all allowances on document level in the Invoice.\n *\n * @remarks\n * Must be rounded to maxium 2 decimals.\n *\n * @example\n * 200.0;\n *\n * @summary Sum of allowances on document level\n *\n * @name `cbc:AllowanceTotalAmount (+ @currencyID)`\n */\n allowanceTotalAmount: Schema.optional(amountSchema),\n /**\n * @description Sum of all charges on document level in the Invoice.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 0.0;\n *\n * @summary Sum of charges on document level\n *\n * @name `cbc:ChargeTotalAmount (+ @currencyID)`\n */\n chargeTotalAmount: Schema.optional(amountSchema),\n /**\n * @description Sum of all Invoice line net amounts in the Invoice.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 3800.0;\n *\n * @summary Sum of Invoice line amount\n *\n * @name `cbc:LineExtensionAmount (+ @currencyID)`\n */\n lineExtensionAmount: amountSchema,\n /**\n * @description The amount due for payment on the Invoice, after accounting for all allowances, charges, prepayments, and rounding adjustments.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 4500.0;\n *\n * @summary Amount due for payment\n *\n * @name `cbc:PayableAmount (+ @currencyID)`\n */\n payableAmount: amountSchema,\n /**\n * @description The rounding amount applied to the Invoice total.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 0.0;\n *\n * @summary Rounding amount\n *\n * @name `cbc:PayableRoundingAmount (+ @currencyID)`\n */\n payableRoundingAmount: Schema.optional(amountSchema),\n /**\n * @description The sum of amounts which have been paid in advances.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 0.0;\n *\n * @summary Paid amount\n *\n * @name `cbc:PrepaidAmount (+ @currencyID)`\n */\n prepaidAmount: Schema.optional(amountSchema),\n /**\n * @description The total amount of the Invoice without VAT.\n *\n * @remarks\n * Must be rounded to maximum 2 decimals.\n *\n * @example\n * 3600.0;\n *\n * @summary Invoice total amount without VAT\n *\n * @name `cbc:TaxExclusiveAmount (+ @currencyID)`\n */\n taxExclusiveAmount: amountSchema,\n /**\n * @description The total amount of the Invoice with VAT.\n *\n * @example\n * 4500.0;\n *\n * @summary Invoice total amount with VAT\n *\n * @remark Must be rounded to maximum 2 decimals.\n *\n * @name `cbc:TaxInclusiveAmount (+ @currencyID)`\n */\n taxInclusiveAmount: amountSchema,\n});\n\nexport type PeppolLegalMonetaryTotal = typeof legalMonetaryTotalSchema.Type;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,2BAA2B,OAAO,OAAO;;;;;;;;;;;;;;CAcpD,sBAAsB,OAAO,SAAS,YAAY;;;;;;;;;;;;;;CAclD,mBAAmB,OAAO,SAAS,YAAY;;;;;;;;;;;;;;CAc/C,qBAAqB;;;;;;;;;;;;;;CAcrB,eAAe;;;;;;;;;;;;;;CAcf,uBAAuB,OAAO,SAAS,YAAY;;;;;;;;;;;;;;CAcnD,eAAe,OAAO,SAAS,YAAY;;;;;;;;;;;;;;CAc3C,oBAAoB;;;;;;;;;;;;;CAapB,oBAAoB;AACtB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/line-allowance-charge-schema.d.ts
|
|
3
|
+
declare const baseLineAllowanceChargeSchema: Schema.Struct<{
|
|
4
|
+
readonly amount: Schema.Struct<{
|
|
5
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
6
|
+
readonly value: Schema.Number;
|
|
7
|
+
}>;
|
|
8
|
+
readonly baseAmount: Schema.optional<Schema.Struct<{
|
|
9
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
10
|
+
readonly value: Schema.Number;
|
|
11
|
+
}>>;
|
|
12
|
+
readonly chargeIndicator: Schema.Boolean;
|
|
13
|
+
readonly allowanceChargeReason: Schema.optional<Schema.String>;
|
|
14
|
+
readonly multiplierFactorNumeric: Schema.optional<Schema.Number>;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const lineAllowanceChargeSchema: Schema.Union<readonly [Schema.Struct<{
|
|
17
|
+
readonly amount: Schema.Struct<{
|
|
18
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
19
|
+
readonly value: Schema.Number;
|
|
20
|
+
}>;
|
|
21
|
+
readonly baseAmount: Schema.optional<Schema.Struct<{
|
|
22
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
23
|
+
readonly value: Schema.Number;
|
|
24
|
+
}>>;
|
|
25
|
+
readonly allowanceChargeReason: Schema.optional<Schema.String>;
|
|
26
|
+
readonly multiplierFactorNumeric: Schema.optional<Schema.Number>;
|
|
27
|
+
readonly allowanceChargeReasonCode: Schema.optional<Schema.Literals<[string, ...string[]]>>;
|
|
28
|
+
readonly chargeIndicator: Schema.Literal<false>;
|
|
29
|
+
}>, Schema.Struct<{
|
|
30
|
+
readonly amount: Schema.Struct<{
|
|
31
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
32
|
+
readonly value: Schema.Number;
|
|
33
|
+
}>;
|
|
34
|
+
readonly baseAmount: Schema.optional<Schema.Struct<{
|
|
35
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
36
|
+
readonly value: Schema.Number;
|
|
37
|
+
}>>;
|
|
38
|
+
readonly allowanceChargeReason: Schema.optional<Schema.String>;
|
|
39
|
+
readonly multiplierFactorNumeric: Schema.optional<Schema.Number>;
|
|
40
|
+
readonly allowanceChargeReasonCode: Schema.optional<Schema.Literals<[string, ...string[]]>>;
|
|
41
|
+
readonly chargeIndicator: Schema.Literal<true>;
|
|
42
|
+
}>]>;
|
|
43
|
+
export type PeppolLineAllowanceCharge = typeof lineAllowanceChargeSchema.Type;
|
|
44
|
+
//#endregion
|
|
45
|
+
export { baseLineAllowanceChargeSchema };
|
|
46
|
+
//# sourceMappingURL=line-allowance-charge-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-allowance-charge-schema.d.ts","names":[],"sources":["../../../src/effect/fields/line-allowance-charge-schema.ts"],"mappings":";;cAOM,+BAA6B,OAAA;;;;;;;;;;;;;qBAmBtB,2BAAyB,OAAA,gBAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqC1B,mCAAmC,0BAA0B"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { allowanceChargeReasonCodeSchema } from "../values/allowance-charge-reason-code.js";
|
|
2
|
+
import { chargeReasonCodeSchema } from "../values/charge-reason-code.js";
|
|
3
|
+
import { priceAllowanceChargeSchema } from "./line-price-allowance-charge-schema.js";
|
|
4
|
+
import { Schema } from "effect";
|
|
5
|
+
//#region src/effect/fields/line-allowance-charge-schema.ts
|
|
6
|
+
const baseLineAllowanceChargeSchema = priceAllowanceChargeSchema.pipe(Schema.fieldsAssign({
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* Discount;
|
|
10
|
+
*
|
|
11
|
+
* @name cbc:AllowanceChargeReason
|
|
12
|
+
*/
|
|
13
|
+
allowanceChargeReason: Schema.optional(Schema.String),
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* 20;
|
|
17
|
+
*
|
|
18
|
+
* @name cbc:MultiplierFactorNumeric
|
|
19
|
+
*/
|
|
20
|
+
multiplierFactorNumeric: Schema.optional(Schema.Number)
|
|
21
|
+
}));
|
|
22
|
+
const lineAllowanceChargeSchema = Schema.Union([baseLineAllowanceChargeSchema.pipe(Schema.fieldsAssign({
|
|
23
|
+
/**
|
|
24
|
+
* @name cbc:AllowanceChargeReasonCode
|
|
25
|
+
*/
|
|
26
|
+
allowanceChargeReasonCode: Schema.optional(allowanceChargeReasonCodeSchema("PEPPOL-EN16931-CL002: Reason code MUST be according to subset of UNCL 5189 D.16B.")),
|
|
27
|
+
/**
|
|
28
|
+
* @name cbc:ChargeIndicator
|
|
29
|
+
*
|
|
30
|
+
* @value false
|
|
31
|
+
*/
|
|
32
|
+
chargeIndicator: Schema.Literal(false).annotate({ message: "PEPPOL-EN16931-R043: Allowance/charge ChargeIndicator value MUST equal 'true' or 'false'" })
|
|
33
|
+
})), baseLineAllowanceChargeSchema.pipe(Schema.fieldsAssign({
|
|
34
|
+
/**
|
|
35
|
+
* @name cbc:AllowanceChargeReasonCode
|
|
36
|
+
*/
|
|
37
|
+
allowanceChargeReasonCode: Schema.optional(chargeReasonCodeSchema("PEPPOL-EN16931-CL003: Reason code MUST be according to UNCL 7161 D.16B.")),
|
|
38
|
+
/**
|
|
39
|
+
* @name cbc:ChargeIndicator
|
|
40
|
+
*
|
|
41
|
+
* @value false
|
|
42
|
+
*/
|
|
43
|
+
chargeIndicator: Schema.Literal(true).annotate({ message: "PEPPOL-EN16931-R043: Allowance/charge ChargeIndicator value MUST equal 'true' or 'false'" })
|
|
44
|
+
}))]).annotate({ message: "unable to decode line allowance charge" });
|
|
45
|
+
//#endregion
|
|
46
|
+
export { baseLineAllowanceChargeSchema, lineAllowanceChargeSchema };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=line-allowance-charge-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-allowance-charge-schema.js","names":[],"sources":["../../../src/effect/fields/line-allowance-charge-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { allowanceChargeReasonCodeSchema } from '#/effect/values/allowance-charge-reason-code';\nimport { chargeReasonCodeSchema } from '#/effect/values/charge-reason-code';\n\nimport { priceAllowanceChargeSchema } from './line-price-allowance-charge-schema';\n\nconst baseLineAllowanceChargeSchema = priceAllowanceChargeSchema.pipe(\n Schema.fieldsAssign({\n /**\n * @example\n * Discount;\n *\n * @name cbc:AllowanceChargeReason\n */\n allowanceChargeReason: Schema.optional(Schema.String),\n /**\n * @example\n * 20;\n *\n * @name cbc:MultiplierFactorNumeric\n */\n multiplierFactorNumeric: Schema.optional(Schema.Number),\n })\n);\n\nexport const lineAllowanceChargeSchema = Schema.Union([\n baseLineAllowanceChargeSchema.pipe(\n Schema.fieldsAssign({\n /**\n * @name cbc:AllowanceChargeReasonCode\n */\n allowanceChargeReasonCode: Schema.optional(\n allowanceChargeReasonCodeSchema('PEPPOL-EN16931-CL002: Reason code MUST be according to subset of UNCL 5189 D.16B.')\n ),\n /**\n * @name cbc:ChargeIndicator\n *\n * @value false\n */\n chargeIndicator: Schema.Literal(false).annotate({\n message: \"PEPPOL-EN16931-R043: Allowance/charge ChargeIndicator value MUST equal 'true' or 'false'\",\n }),\n })\n ),\n baseLineAllowanceChargeSchema.pipe(\n Schema.fieldsAssign({\n /**\n * @name cbc:AllowanceChargeReasonCode\n */\n allowanceChargeReasonCode: Schema.optional(chargeReasonCodeSchema('PEPPOL-EN16931-CL003: Reason code MUST be according to UNCL 7161 D.16B.')),\n /**\n * @name cbc:ChargeIndicator\n *\n * @value false\n */\n chargeIndicator: Schema.Literal(true).annotate({\n message: \"PEPPOL-EN16931-R043: Allowance/charge ChargeIndicator value MUST equal 'true' or 'false'\",\n }),\n })\n ),\n]).annotate({ message: 'unable to decode line allowance charge' });\n\nexport type PeppolLineAllowanceCharge = typeof lineAllowanceChargeSchema.Type;\n\nexport { baseLineAllowanceChargeSchema };\n"],"mappings":";;;;;AAOA,MAAM,gCAAgC,2BAA2B,KAC/D,OAAO,aAAa;;;;;;;CAOlB,uBAAuB,OAAO,SAAS,OAAO,MAAM;;;;;;;CAOpD,yBAAyB,OAAO,SAAS,OAAO,MAAM;AACxD,CAAC,CACH;AAEA,MAAa,4BAA4B,OAAO,MAAM,CACpD,8BAA8B,KAC5B,OAAO,aAAa;;;;CAIlB,2BAA2B,OAAO,SAChC,gCAAgC,mFAAmF,CACrH;;;;;;CAMA,iBAAiB,OAAO,QAAQ,KAAK,CAAC,CAAC,SAAS,EAC9C,SAAS,2FACX,CAAC;AACH,CAAC,CACH,GACA,8BAA8B,KAC5B,OAAO,aAAa;;;;CAIlB,2BAA2B,OAAO,SAAS,uBAAuB,yEAAyE,CAAC;;;;;;CAM5I,iBAAiB,OAAO,QAAQ,IAAI,CAAC,CAAC,SAAS,EAC7C,SAAS,2FACX,CAAC;AACH,CAAC,CACH,CACF,CAAC,CAAC,CAAC,SAAS,EAAE,SAAS,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/line-item-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary Item details on invoice/credit-note line
|
|
5
|
+
*
|
|
6
|
+
* @name cac:Item
|
|
7
|
+
*/
|
|
8
|
+
export declare const lineItemSchema: Schema.Struct<{
|
|
9
|
+
/**
|
|
10
|
+
* @description A description for an item. The item description allows for descibing the item and its features in more detail than the item name.
|
|
11
|
+
*
|
|
12
|
+
* @summary Item description
|
|
13
|
+
*
|
|
14
|
+
* @name cbc:Description
|
|
15
|
+
*/
|
|
16
|
+
readonly description: Schema.optional<Schema.String>;
|
|
17
|
+
/**
|
|
18
|
+
* @description A name for an item.
|
|
19
|
+
*
|
|
20
|
+
* @summary Item name
|
|
21
|
+
*
|
|
22
|
+
* @name cbc:Name
|
|
23
|
+
*/
|
|
24
|
+
readonly name: Schema.String;
|
|
25
|
+
/**
|
|
26
|
+
* @summary BUYERS ITEM IDENTIFICATION
|
|
27
|
+
*
|
|
28
|
+
* @name cac:BuyersItemIdentification
|
|
29
|
+
*/
|
|
30
|
+
readonly buyersItemIdentification: Schema.optional<Schema.Struct<{
|
|
31
|
+
/**
|
|
32
|
+
* @description An identifier, assigned by the Buyer, for the item.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* `12345`;
|
|
36
|
+
*
|
|
37
|
+
* @summary Item Buyer's identifier
|
|
38
|
+
*
|
|
39
|
+
* @name `cbc:ID`
|
|
40
|
+
*/
|
|
41
|
+
readonly id: Schema.String;
|
|
42
|
+
}>>;
|
|
43
|
+
/**
|
|
44
|
+
* @summary Sellers item identification
|
|
45
|
+
*
|
|
46
|
+
* @name cac:SellersItemIdentification
|
|
47
|
+
*/
|
|
48
|
+
readonly sellersItemIdentification: Schema.optional<Schema.Struct<{
|
|
49
|
+
/**
|
|
50
|
+
* @description An identifier, assigned by the Seller, for the item.
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* `987323`;
|
|
54
|
+
*
|
|
55
|
+
* @summary Item Seller's identifier
|
|
56
|
+
*
|
|
57
|
+
* @name `cbc:ID`
|
|
58
|
+
*/
|
|
59
|
+
readonly id: Schema.String;
|
|
60
|
+
}>>;
|
|
61
|
+
/**
|
|
62
|
+
* @summary Standard item identification
|
|
63
|
+
*
|
|
64
|
+
* @name cac:StandardItemIdentification
|
|
65
|
+
*/
|
|
66
|
+
readonly standardItemIdentification: Schema.optional<Schema.Struct<{
|
|
67
|
+
/**
|
|
68
|
+
* @description An item identifier based on a registered scheme.
|
|
69
|
+
*
|
|
70
|
+
* @summary Item standard identifier
|
|
71
|
+
*
|
|
72
|
+
* @name `cbc:ID`
|
|
73
|
+
*/
|
|
74
|
+
readonly id: Schema.Struct<{
|
|
75
|
+
readonly id: Schema.String;
|
|
76
|
+
readonly schemeId: Schema.Literals<[string, ...string[]]>;
|
|
77
|
+
}>;
|
|
78
|
+
}>>;
|
|
79
|
+
/**
|
|
80
|
+
* @summary ORIGIN COUNTRY
|
|
81
|
+
*
|
|
82
|
+
* @name `cac:OriginCountry`
|
|
83
|
+
*/
|
|
84
|
+
readonly originCountryCode: Schema.optional<Schema.Struct<{
|
|
85
|
+
/**
|
|
86
|
+
* @description The code identifying the country from which the item originates.
|
|
87
|
+
*
|
|
88
|
+
* @summary Item country of origin
|
|
89
|
+
*
|
|
90
|
+
* @name `cbc:IdentificationCode`
|
|
91
|
+
*/
|
|
92
|
+
readonly identificationCode: Schema.Literals<[string, ...string[]]>;
|
|
93
|
+
}>>;
|
|
94
|
+
/**
|
|
95
|
+
* @summary COMMODITY CLASSIFICATION
|
|
96
|
+
*
|
|
97
|
+
* @name cac:CommodityClassification (0..n)
|
|
98
|
+
*/
|
|
99
|
+
readonly commodityClassifications: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
100
|
+
/**
|
|
101
|
+
* @description A code for classifying the item by its type or nature.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* `9873242`;
|
|
105
|
+
*
|
|
106
|
+
* @summary Item classification identifier
|
|
107
|
+
*
|
|
108
|
+
* @name `cbc:ItemClassificationCode`
|
|
109
|
+
*/
|
|
110
|
+
readonly itemClassification: Schema.Struct<{
|
|
111
|
+
readonly id: Schema.String;
|
|
112
|
+
readonly listId: Schema.Literals<[string, ...string[]]>;
|
|
113
|
+
readonly listVersionId: Schema.optional<Schema.String>;
|
|
114
|
+
}>;
|
|
115
|
+
}>>>;
|
|
116
|
+
/**
|
|
117
|
+
* @description A group of business terms providing information about the VAT applicable for the goods and services invoiced on the Invoice line.
|
|
118
|
+
*
|
|
119
|
+
* @summary LINE VAT INFORMATION
|
|
120
|
+
*
|
|
121
|
+
* @name cac:ClassifiedTaxCategory
|
|
122
|
+
*/
|
|
123
|
+
readonly classifiedTaxCategory: Schema.Struct<{
|
|
124
|
+
readonly id: Schema.Literals<readonly ["AE", "E", "S", "Z", "G", "O", "K", "L", "M", "B"]>;
|
|
125
|
+
readonly percent: Schema.optional<Schema.Number>;
|
|
126
|
+
readonly taxSchemeId: Schema.Struct<{
|
|
127
|
+
readonly id: Schema.withDecodingDefaultType<Schema.String, never>;
|
|
128
|
+
}>;
|
|
129
|
+
}>;
|
|
130
|
+
/**
|
|
131
|
+
* @description A group of business terms providing information about properties of the goods and services invoiced.
|
|
132
|
+
*
|
|
133
|
+
* @summary ITEM ATTRIBUTES
|
|
134
|
+
*
|
|
135
|
+
* @name cac:AdditionalItemProperty
|
|
136
|
+
*/
|
|
137
|
+
readonly additionalItemProperties: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
138
|
+
/**
|
|
139
|
+
* @description The name of the attribute or property of the item.
|
|
140
|
+
*
|
|
141
|
+
* @summary Item attribute name
|
|
142
|
+
*
|
|
143
|
+
* @name cbc:Name
|
|
144
|
+
*/
|
|
145
|
+
readonly name: Schema.String;
|
|
146
|
+
/**
|
|
147
|
+
* @description The value of the attribute or property of the item.
|
|
148
|
+
*
|
|
149
|
+
* @summary Item attribute value
|
|
150
|
+
*
|
|
151
|
+
* @name cbc:Value
|
|
152
|
+
*/
|
|
153
|
+
readonly value: Schema.String;
|
|
154
|
+
}>>>;
|
|
155
|
+
}>;
|
|
156
|
+
export type PeppolItem = typeof lineItemSchema.Type;
|
|
157
|
+
//#endregion
|
|
158
|
+
//# sourceMappingURL=line-item-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-item-schema.d.ts","names":[],"sources":["../../../src/effect/fields/line-item-schema.ts"],"mappings":";;;;;;;qBAca,gBAAc,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2Kf,oBAAoB,eAAe"}
|