@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,127 @@
|
|
|
1
|
+
import { identifierSchema } from "./identifier-schema.js";
|
|
2
|
+
import { icdCodesSchema } from "../values/icd-codes.js";
|
|
3
|
+
import { addressSchema } from "./address-schema.js";
|
|
4
|
+
import { electronicCodesSchema } from "../values/eas-codes.js";
|
|
5
|
+
import { contactSchema } from "./contact-schema.js";
|
|
6
|
+
import { partyLegalEntitySchema } from "./party-legal-entity-schema.js";
|
|
7
|
+
import { partyTaxSchemeSchema } from "./party-tax-schema.js";
|
|
8
|
+
import { Schema } from "effect";
|
|
9
|
+
//#region src/effect/fields/party-base-schema.ts
|
|
10
|
+
/**
|
|
11
|
+
* @summary Party common substructure
|
|
12
|
+
*
|
|
13
|
+
* @name cac:Party
|
|
14
|
+
*/
|
|
15
|
+
const partyBaseSchema = Schema.Struct({
|
|
16
|
+
/**
|
|
17
|
+
* @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* 7300010000001;
|
|
21
|
+
*
|
|
22
|
+
* @summary Seller/Buyer electronic address
|
|
23
|
+
*
|
|
24
|
+
* @name `cbc:EndpointID`
|
|
25
|
+
*/
|
|
26
|
+
endpointId: identifierSchema().pipe(Schema.fieldsAssign({
|
|
27
|
+
/**
|
|
28
|
+
* @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* 7300010000001;
|
|
32
|
+
*
|
|
33
|
+
* @summary Seller/Buyer electronic address
|
|
34
|
+
*
|
|
35
|
+
* @name `#text`
|
|
36
|
+
*/
|
|
37
|
+
id: Schema.String,
|
|
38
|
+
/**
|
|
39
|
+
* @description The identification scheme identifier of the Seller/Buyer electronic address.
|
|
40
|
+
*
|
|
41
|
+
* @summary Seller/Buyer electronic address identification scheme identifier
|
|
42
|
+
*
|
|
43
|
+
* @name `@schemeID`
|
|
44
|
+
*/
|
|
45
|
+
schemeId: electronicCodesSchema()
|
|
46
|
+
})),
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* 5060012349998;
|
|
50
|
+
*
|
|
51
|
+
* @summary PARTY IDENTIFICATION
|
|
52
|
+
*
|
|
53
|
+
* @name `cac:PartyIdentification`
|
|
54
|
+
*/
|
|
55
|
+
partyIdentification: Schema.optional(Schema.Struct({
|
|
56
|
+
/**
|
|
57
|
+
* @description An identifier of the Buyer/seller.
|
|
58
|
+
*
|
|
59
|
+
* @summary Buyer/seller identifier
|
|
60
|
+
*
|
|
61
|
+
* @name `cbc:ID`
|
|
62
|
+
*/
|
|
63
|
+
id: identifierSchema().pipe(Schema.fieldsAssign({
|
|
64
|
+
/**
|
|
65
|
+
* @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* 7300010000001;
|
|
69
|
+
*
|
|
70
|
+
* @summary Seller/Buyer electronic address
|
|
71
|
+
*
|
|
72
|
+
* @name `#text`
|
|
73
|
+
*/
|
|
74
|
+
id: Schema.String,
|
|
75
|
+
/**
|
|
76
|
+
* @description The identification scheme identifier of the Seller/Buyer electronic address.
|
|
77
|
+
*
|
|
78
|
+
* @summary Seller/Buyer electronic address identification scheme identifier
|
|
79
|
+
*
|
|
80
|
+
* @name `@schemeID`
|
|
81
|
+
*/
|
|
82
|
+
schemeId: Schema.optional(icdCodesSchema())
|
|
83
|
+
})) })),
|
|
84
|
+
/**
|
|
85
|
+
* @example
|
|
86
|
+
* Seller Business Name AS
|
|
87
|
+
*
|
|
88
|
+
* @summary PARTY NAME
|
|
89
|
+
*
|
|
90
|
+
* @name cac:PartyName
|
|
91
|
+
*/
|
|
92
|
+
partyName: Schema.optional(Schema.Struct({
|
|
93
|
+
/**
|
|
94
|
+
* @description A name by which the Buyer/Seller is known, other than Buyer/Seller name (also known as Business name).
|
|
95
|
+
*
|
|
96
|
+
* @example
|
|
97
|
+
* `Trading Name`;
|
|
98
|
+
*
|
|
99
|
+
* @summary Buyer/Seller trading name
|
|
100
|
+
*/
|
|
101
|
+
name: Schema.String })),
|
|
102
|
+
/**
|
|
103
|
+
* @name cac:PostalAddress
|
|
104
|
+
*/
|
|
105
|
+
postalAddress: addressSchema,
|
|
106
|
+
/**
|
|
107
|
+
* @remarks
|
|
108
|
+
* Max 1 for a buyer, max 2 for a seller.
|
|
109
|
+
*
|
|
110
|
+
* @name cac:PartyTaxScheme
|
|
111
|
+
*
|
|
112
|
+
* @cardinality (0..2)
|
|
113
|
+
*/
|
|
114
|
+
partyTaxSchemes: Schema.optional(Schema.Array(partyTaxSchemeSchema).check(Schema.isMaxLength(2))),
|
|
115
|
+
/**
|
|
116
|
+
* @name cac:PartyLegalEntity
|
|
117
|
+
*/
|
|
118
|
+
partyLegalEntity: partyLegalEntitySchema,
|
|
119
|
+
/**
|
|
120
|
+
* @name cac:Contact
|
|
121
|
+
*/
|
|
122
|
+
contact: Schema.optional(contactSchema)
|
|
123
|
+
});
|
|
124
|
+
//#endregion
|
|
125
|
+
export { partyBaseSchema };
|
|
126
|
+
|
|
127
|
+
//# sourceMappingURL=party-base-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-base-schema.js","names":[],"sources":["../../../src/effect/fields/party-base-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { electronicCodesSchema } from '#/effect/values/eas-codes';\nimport { icdCodesSchema } from '#/effect/values/icd-codes';\n\nimport { addressSchema } from './address-schema';\nimport { contactSchema } from './contact-schema';\nimport { identifierSchema } from './identifier-schema';\nimport { partyLegalEntitySchema } from './party-legal-entity-schema';\nimport { partyTaxSchemeSchema } from './party-tax-schema';\n\n/**\n * @summary Party common substructure\n *\n * @name cac:Party\n */\nexport const partyBaseSchema = Schema.Struct({\n /**\n * @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.\n *\n * @example\n * 7300010000001;\n *\n * @summary Seller/Buyer electronic address\n *\n * @name `cbc:EndpointID`\n */\n endpointId: identifierSchema().pipe(\n Schema.fieldsAssign({\n /**\n * @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.\n *\n * @example\n * 7300010000001;\n *\n * @summary Seller/Buyer electronic address\n *\n * @name `#text`\n */\n id: Schema.String,\n /**\n * @description The identification scheme identifier of the Seller/Buyer electronic address.\n *\n * @summary Seller/Buyer electronic address identification scheme identifier\n *\n * @name `@schemeID`\n */\n schemeId: electronicCodesSchema(),\n })\n ),\n /**\n * @example\n * 5060012349998;\n *\n * @summary PARTY IDENTIFICATION\n *\n * @name `cac:PartyIdentification`\n */\n partyIdentification: Schema.optional(\n Schema.Struct({\n /**\n * @description An identifier of the Buyer/seller.\n *\n * @summary Buyer/seller identifier\n *\n * @name `cbc:ID`\n */\n id: identifierSchema().pipe(\n Schema.fieldsAssign({\n /**\n * @description Identifies the Seller/buyer's electronic address to which the application level response to the invoice may be delivered.\n *\n * @example\n * 7300010000001;\n *\n * @summary Seller/Buyer electronic address\n *\n * @name `#text`\n */\n id: Schema.String,\n /**\n * @description The identification scheme identifier of the Seller/Buyer electronic address.\n *\n * @summary Seller/Buyer electronic address identification scheme identifier\n *\n * @name `@schemeID`\n */\n schemeId: Schema.optional(icdCodesSchema()),\n })\n ),\n })\n ),\n /**\n * @example\n * Seller Business Name AS\n *\n * @summary PARTY NAME\n *\n * @name cac:PartyName\n */\n partyName: Schema.optional(\n Schema.Struct({\n /**\n * @description A name by which the Buyer/Seller is known, other than Buyer/Seller name (also known as Business name).\n *\n * @example\n * `Trading Name`;\n *\n * @summary Buyer/Seller trading name\n */\n name: Schema.String,\n })\n ),\n /**\n * @name cac:PostalAddress\n */\n postalAddress: addressSchema,\n /**\n * @remarks\n * Max 1 for a buyer, max 2 for a seller.\n *\n * @name cac:PartyTaxScheme\n *\n * @cardinality (0..2)\n */\n partyTaxSchemes: Schema.optional(Schema.Array(partyTaxSchemeSchema).check(Schema.isMaxLength(2))),\n /**\n * @name cac:PartyLegalEntity\n */\n partyLegalEntity: partyLegalEntitySchema,\n /**\n * @name cac:Contact\n */\n contact: Schema.optional(contactSchema),\n});\n\nexport type PeppolPartySchema = typeof partyBaseSchema.Type;\n"],"mappings":";;;;;;;;;;;;;;AAgBA,MAAa,kBAAkB,OAAO,OAAO;;;;;;;;;;;CAW3C,YAAY,iBAAiB,CAAC,CAAC,KAC7B,OAAO,aAAa;;;;;;;;;;;EAWlB,IAAI,OAAO;;;;;;;;EAQX,UAAU,sBAAsB;CAClC,CAAC,CACH;;;;;;;;;CASA,qBAAqB,OAAO,SAC1B,OAAO,OAAO;;;;;;;;AAQZ,IAAI,iBAAiB,CAAC,CAAC,KACrB,OAAO,aAAa;;;;;;;;;;;EAWlB,IAAI,OAAO;;;;;;;;EAQX,UAAU,OAAO,SAAS,eAAe,CAAC;CAC5C,CAAC,CACH,EACF,CAAC,CACH;;;;;;;;;CASA,WAAW,OAAO,SAChB,OAAO,OAAO;;;;;;;;;AASZ,MAAM,OAAO,OACf,CAAC,CACH;;;;CAIA,eAAe;;;;;;;;;CASf,iBAAiB,OAAO,SAAS,OAAO,MAAM,oBAAoB,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC,CAAC;;;;CAIhG,kBAAkB;;;;CAIlB,SAAS,OAAO,SAAS,aAAa;AACxC,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/party-legal-entity-schema.d.ts
|
|
3
|
+
export declare const partyLegalEntitySchema: Schema.Struct<{
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* 987654321;
|
|
7
|
+
*
|
|
8
|
+
* @name cbc:CompanyID (+ @schemeID)
|
|
9
|
+
*/
|
|
10
|
+
readonly companyId: Schema.optional<Schema.Struct<{
|
|
11
|
+
readonly id: Schema.String;
|
|
12
|
+
readonly schemeId: Schema.optional<Schema.String>;
|
|
13
|
+
}>>;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* Share capital
|
|
17
|
+
*
|
|
18
|
+
* @name cbc:CompanyLegalForm
|
|
19
|
+
*/
|
|
20
|
+
readonly companyLegalForm: Schema.optional<Schema.String>;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* Full Formal Seller Name LTD.
|
|
24
|
+
*
|
|
25
|
+
* @name cbc:RegistrationName
|
|
26
|
+
*/
|
|
27
|
+
readonly registrationName: Schema.String;
|
|
28
|
+
}>;
|
|
29
|
+
export type PeppolPartyLegalEntitySchema = typeof partyLegalEntitySchema.Type;
|
|
30
|
+
//#endregion
|
|
31
|
+
//# sourceMappingURL=party-legal-entity-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-legal-entity-schema.d.ts","names":[],"sources":["../../../src/effect/fields/party-legal-entity-schema.ts"],"mappings":";;qBAIa,wBAAsB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;YAwBvB,sCAAsC,uBAAuB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { identifierSchema } from "./identifier-schema.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/fields/party-legal-entity-schema.ts
|
|
4
|
+
const partyLegalEntitySchema = Schema.Struct({
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* 987654321;
|
|
8
|
+
*
|
|
9
|
+
* @name cbc:CompanyID (+ @schemeID)
|
|
10
|
+
*/
|
|
11
|
+
companyId: Schema.optional(identifierSchema()),
|
|
12
|
+
/**
|
|
13
|
+
* @example
|
|
14
|
+
* Share capital
|
|
15
|
+
*
|
|
16
|
+
* @name cbc:CompanyLegalForm
|
|
17
|
+
*/
|
|
18
|
+
companyLegalForm: Schema.optional(Schema.String),
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* Full Formal Seller Name LTD.
|
|
22
|
+
*
|
|
23
|
+
* @name cbc:RegistrationName
|
|
24
|
+
*/
|
|
25
|
+
registrationName: Schema.String
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { partyLegalEntitySchema };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=party-legal-entity-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-legal-entity-schema.js","names":[],"sources":["../../../src/effect/fields/party-legal-entity-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { identifierSchema } from './identifier-schema';\n\nexport const partyLegalEntitySchema = Schema.Struct({\n /**\n * @example\n * 987654321;\n *\n * @name cbc:CompanyID (+ @schemeID)\n */\n companyId: Schema.optional(identifierSchema()),\n /**\n * @example\n * Share capital\n *\n * @name cbc:CompanyLegalForm\n */\n companyLegalForm: Schema.optional(Schema.String),\n /**\n * @example\n * Full Formal Seller Name LTD.\n *\n * @name cbc:RegistrationName\n */\n registrationName: Schema.String,\n});\n\nexport type PeppolPartyLegalEntitySchema = typeof partyLegalEntitySchema.Type;\n"],"mappings":";;;AAIA,MAAa,yBAAyB,OAAO,OAAO;;;;;;;CAOlD,WAAW,OAAO,SAAS,iBAAiB,CAAC;;;;;;;CAO7C,kBAAkB,OAAO,SAAS,OAAO,MAAM;;;;;;;CAO/C,kBAAkB,OAAO;AAC3B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/party-tax-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @name cac:PartyTaxScheme (0..2)
|
|
5
|
+
*/
|
|
6
|
+
export declare const partyTaxSchemeSchema: Schema.Struct<{
|
|
7
|
+
/**
|
|
8
|
+
* @description The Seller's VAT identifier (also known as Seller VAT identification number) or the local identification (defined by the Seller’s address) of the
|
|
9
|
+
* Seller for tax purposes or a reference that enables the Seller to state his registered tax status. In order for the buyer to automatically
|
|
10
|
+
* identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31)
|
|
11
|
+
* shall be present.
|
|
12
|
+
*
|
|
13
|
+
* @summary Seller VAT identifier, Seller tax registration identifier
|
|
14
|
+
*
|
|
15
|
+
* @name `cbc:CompanyID`
|
|
16
|
+
*/
|
|
17
|
+
readonly companyId: Schema.String;
|
|
18
|
+
/**
|
|
19
|
+
* @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != "VAT"
|
|
20
|
+
*
|
|
21
|
+
* @name `cac:TaxScheme`
|
|
22
|
+
*/
|
|
23
|
+
readonly taxSchemeId: Schema.Struct<{
|
|
24
|
+
/**
|
|
25
|
+
* @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != "VAT"
|
|
26
|
+
*
|
|
27
|
+
* @name cbc:ID
|
|
28
|
+
*/
|
|
29
|
+
readonly id: Schema.withDecodingDefaultType<Schema.String, never>;
|
|
30
|
+
}>;
|
|
31
|
+
}>;
|
|
32
|
+
export type PeppolPartyTaxSchema = typeof partyTaxSchemeSchema.Type;
|
|
33
|
+
//#endregion
|
|
34
|
+
//# sourceMappingURL=party-tax-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-tax-schema.d.ts","names":[],"sources":["../../../src/effect/fields/party-tax-schema.ts"],"mappings":";;;;;qBAKa,sBAAoB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;YA2BrB,8BAA8B,qBAAqB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Effect, Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/party-tax-schema.ts
|
|
3
|
+
/**
|
|
4
|
+
* @name cac:PartyTaxScheme (0..2)
|
|
5
|
+
*/
|
|
6
|
+
const partyTaxSchemeSchema = Schema.Struct({
|
|
7
|
+
/**
|
|
8
|
+
* @description The Seller's VAT identifier (also known as Seller VAT identification number) or the local identification (defined by the Seller’s address) of the
|
|
9
|
+
* Seller for tax purposes or a reference that enables the Seller to state his registered tax status. In order for the buyer to automatically
|
|
10
|
+
* identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31)
|
|
11
|
+
* shall be present.
|
|
12
|
+
*
|
|
13
|
+
* @summary Seller VAT identifier, Seller tax registration identifier
|
|
14
|
+
*
|
|
15
|
+
* @name `cbc:CompanyID`
|
|
16
|
+
*/
|
|
17
|
+
companyId: Schema.String,
|
|
18
|
+
/**
|
|
19
|
+
* @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != "VAT"
|
|
20
|
+
*
|
|
21
|
+
* @name `cac:TaxScheme`
|
|
22
|
+
*/
|
|
23
|
+
taxSchemeId: Schema.Struct({
|
|
24
|
+
/**
|
|
25
|
+
* @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != "VAT"
|
|
26
|
+
*
|
|
27
|
+
* @name cbc:ID
|
|
28
|
+
*/
|
|
29
|
+
id: Schema.String.pipe(Schema.withDecodingDefaultType(Effect.succeed("VAT"))) })
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { partyTaxSchemeSchema };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=party-tax-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-tax-schema.js","names":[],"sources":["../../../src/effect/fields/party-tax-schema.ts"],"sourcesContent":["import { Effect, Schema } from 'effect';\n\n/**\n * @name cac:PartyTaxScheme (0..2)\n */\nexport const partyTaxSchemeSchema = Schema.Struct({\n /**\n * @description The Seller's VAT identifier (also known as Seller VAT identification number) or the local identification (defined by the Seller’s address) of the\n * Seller for tax purposes or a reference that enables the Seller to state his registered tax status. In order for the buyer to automatically\n * identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31)\n * shall be present.\n *\n * @summary Seller VAT identifier, Seller tax registration identifier\n *\n * @name `cbc:CompanyID`\n */\n companyId: Schema.String,\n /**\n * @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != \"VAT\"\n *\n * @name `cac:TaxScheme`\n */\n taxSchemeId: Schema.Struct({\n /**\n * @description Mandatory element. For Seller VAT identifier (BT-31), use value “VAT”, for the seller tax registration identifier (BT-32), use != \"VAT\"\n *\n * @name cbc:ID\n */\n id: Schema.String.pipe(Schema.withDecodingDefaultType(Effect.succeed('VAT'))),\n }),\n});\n\nexport type PeppolPartyTaxSchema = typeof partyTaxSchemeSchema.Type;\n"],"mappings":";;;;;AAKA,MAAa,uBAAuB,OAAO,OAAO;;;;;;;;;;;CAWhD,WAAW,OAAO;;;;;;CAMlB,aAAa,OAAO,OAAO;;;;;;AAMzB,IAAI,OAAO,OAAO,KAAK,OAAO,wBAAwB,OAAO,QAAQ,KAAK,CAAC,CAAC,EAC9E,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/payee-party.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @description A group of business terms providing information about the Payee, i.e. the role that received the payment. Shall be used wwhen the payee is
|
|
5
|
+
* different from the seller.
|
|
6
|
+
*
|
|
7
|
+
* @summary PAYEE
|
|
8
|
+
*
|
|
9
|
+
* @name cac:PayeeParty
|
|
10
|
+
*/
|
|
11
|
+
export declare const payeePartySchema: Schema.Struct<{
|
|
12
|
+
/**
|
|
13
|
+
* @summary PARTY IDENTIFICATION
|
|
14
|
+
*
|
|
15
|
+
* @name `cac:PartyIdentification`
|
|
16
|
+
*/
|
|
17
|
+
readonly partyIdentification: Schema.optional<Schema.Struct<{
|
|
18
|
+
/**
|
|
19
|
+
* @description This element is used for both the identification of the Payee, or the unique banking reference identifier of Payee (assigned by the Payee
|
|
20
|
+
* bank.) For payee identification use ICD code list, for SEPA bank assigned creditor reference, use SEPA.
|
|
21
|
+
*
|
|
22
|
+
* @summary Payee identifier or bank assigned crditor identifier
|
|
23
|
+
*
|
|
24
|
+
* @name `cbc:ID`
|
|
25
|
+
*/
|
|
26
|
+
readonly id: Schema.optional<Schema.Struct<{
|
|
27
|
+
readonly id: Schema.String;
|
|
28
|
+
readonly schemeId: Schema.optional<Schema.String>;
|
|
29
|
+
}>>;
|
|
30
|
+
}>>;
|
|
31
|
+
/**
|
|
32
|
+
* @summary PARTY LEGAL ENTITY
|
|
33
|
+
*
|
|
34
|
+
* @name `cac:PartyLegalEntity`
|
|
35
|
+
*/
|
|
36
|
+
readonly partyLegalEntity: Schema.optional<Schema.Struct<{
|
|
37
|
+
/**
|
|
38
|
+
* @description An identifier issued by an official registrar that identifies the payee as a legal entity or person.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* `FR932874294`;
|
|
42
|
+
*
|
|
43
|
+
* @summary Payee legal registration identifier
|
|
44
|
+
*
|
|
45
|
+
* @name `cbc:CompanyID`
|
|
46
|
+
*/
|
|
47
|
+
readonly companyId: Schema.optional<Schema.Struct<{
|
|
48
|
+
readonly id: Schema.String;
|
|
49
|
+
readonly schemeId: Schema.optional<Schema.Literals<[string, ...string[]]>>;
|
|
50
|
+
}>>;
|
|
51
|
+
}>>;
|
|
52
|
+
/**
|
|
53
|
+
* @description The name of the payee.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* `Payee Name Ltd`;
|
|
57
|
+
*
|
|
58
|
+
* @summary Payee name
|
|
59
|
+
*
|
|
60
|
+
* @name `cac:PartyName`
|
|
61
|
+
*/
|
|
62
|
+
readonly partyName: Schema.Struct<{
|
|
63
|
+
readonly name: Schema.String;
|
|
64
|
+
}>;
|
|
65
|
+
}>;
|
|
66
|
+
export type PeppolPayeeParty = typeof payeePartySchema.Type;
|
|
67
|
+
//#endregion
|
|
68
|
+
//# sourceMappingURL=payee-party.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payee-party.d.ts","names":[],"sources":["../../../src/effect/fields/payee-party.ts"],"mappings":";;;;;;;;;;qBAca,kBAAgB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAkGjB,0BAA0B,iBAAiB"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { identifierSchema } from "./identifier-schema.js";
|
|
2
|
+
import { icdCodesSchema } from "../values/icd-codes.js";
|
|
3
|
+
import { Schema } from "effect";
|
|
4
|
+
//#region src/effect/fields/payee-party.ts
|
|
5
|
+
/**
|
|
6
|
+
* @description A group of business terms providing information about the Payee, i.e. the role that received the payment. Shall be used wwhen the payee is
|
|
7
|
+
* different from the seller.
|
|
8
|
+
*
|
|
9
|
+
* @summary PAYEE
|
|
10
|
+
*
|
|
11
|
+
* @name cac:PayeeParty
|
|
12
|
+
*/
|
|
13
|
+
const payeePartySchema = Schema.Struct({
|
|
14
|
+
/**
|
|
15
|
+
* @summary PARTY IDENTIFICATION
|
|
16
|
+
*
|
|
17
|
+
* @name `cac:PartyIdentification`
|
|
18
|
+
*/
|
|
19
|
+
partyIdentification: Schema.optional(Schema.Struct({
|
|
20
|
+
/**
|
|
21
|
+
* @description This element is used for both the identification of the Payee, or the unique banking reference identifier of Payee (assigned by the Payee
|
|
22
|
+
* bank.) For payee identification use ICD code list, for SEPA bank assigned creditor reference, use SEPA.
|
|
23
|
+
*
|
|
24
|
+
* @summary Payee identifier or bank assigned crditor identifier
|
|
25
|
+
*
|
|
26
|
+
* @name `cbc:ID`
|
|
27
|
+
*/
|
|
28
|
+
id: Schema.optional(identifierSchema().pipe(Schema.fieldsAssign({
|
|
29
|
+
/**
|
|
30
|
+
* @description This element is used for both the identification of the Payee, or the unique banking reference identifier of Payee (assigned by the
|
|
31
|
+
* Payee bank.) For payee identification use ICD code list, for SEPA bank assigned creditor reference, use SEPA.
|
|
32
|
+
*
|
|
33
|
+
* @summary Payee identifier or bank assigned crditor identifier
|
|
34
|
+
*
|
|
35
|
+
* @name `#text`
|
|
36
|
+
*/
|
|
37
|
+
id: Schema.String,
|
|
38
|
+
/**
|
|
39
|
+
* @description The identification scheme identifier of the payee identifier. For bank assigned creditor identifier (BT-90), value MUST be "SEPA"
|
|
40
|
+
*
|
|
41
|
+
* @summary Payee or bank assigned creditor identifier identification scheme identifier
|
|
42
|
+
*
|
|
43
|
+
* @name `@schemeID`
|
|
44
|
+
*/
|
|
45
|
+
schemeId: Schema.optional(Schema.String)
|
|
46
|
+
}))) })),
|
|
47
|
+
/**
|
|
48
|
+
* @summary PARTY LEGAL ENTITY
|
|
49
|
+
*
|
|
50
|
+
* @name `cac:PartyLegalEntity`
|
|
51
|
+
*/
|
|
52
|
+
partyLegalEntity: Schema.optional(Schema.Struct({
|
|
53
|
+
/**
|
|
54
|
+
* @description An identifier issued by an official registrar that identifies the payee as a legal entity or person.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* `FR932874294`;
|
|
58
|
+
*
|
|
59
|
+
* @summary Payee legal registration identifier
|
|
60
|
+
*
|
|
61
|
+
* @name `cbc:CompanyID`
|
|
62
|
+
*/
|
|
63
|
+
companyId: Schema.optional(identifierSchema().pipe(Schema.fieldsAssign({
|
|
64
|
+
/**
|
|
65
|
+
* @description An identifier issued by an official registrar that identifies the payee as a legal entity or person.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* `FR932874294`;
|
|
69
|
+
*
|
|
70
|
+
* @summary Payee legal registration identifier
|
|
71
|
+
*
|
|
72
|
+
* @name `#text`
|
|
73
|
+
*/
|
|
74
|
+
id: Schema.String,
|
|
75
|
+
/**
|
|
76
|
+
* @description The identification scheme identifier of the Payee legal registration identifier.
|
|
77
|
+
*
|
|
78
|
+
* @summary Payee legal registration identifier identification scheme identifier
|
|
79
|
+
*
|
|
80
|
+
* @name `@schemeID`
|
|
81
|
+
*/
|
|
82
|
+
schemeId: Schema.optional(icdCodesSchema())
|
|
83
|
+
}))) })),
|
|
84
|
+
/**
|
|
85
|
+
* @description The name of the payee.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* `Payee Name Ltd`;
|
|
89
|
+
*
|
|
90
|
+
* @summary Payee name
|
|
91
|
+
*
|
|
92
|
+
* @name `cac:PartyName`
|
|
93
|
+
*/
|
|
94
|
+
partyName: Schema.Struct({ name: Schema.String })
|
|
95
|
+
});
|
|
96
|
+
//#endregion
|
|
97
|
+
export { payeePartySchema };
|
|
98
|
+
|
|
99
|
+
//# sourceMappingURL=payee-party.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payee-party.js","names":[],"sources":["../../../src/effect/fields/payee-party.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { icdCodesSchema } from '#/effect/values/icd-codes';\n\nimport { identifierSchema } from './identifier-schema';\n\n/**\n * @description A group of business terms providing information about the Payee, i.e. the role that received the payment. Shall be used wwhen the payee is\n * different from the seller.\n *\n * @summary PAYEE\n *\n * @name cac:PayeeParty\n */\nexport const payeePartySchema = Schema.Struct({\n /**\n * @summary PARTY IDENTIFICATION\n *\n * @name `cac:PartyIdentification`\n */\n partyIdentification: Schema.optional(\n Schema.Struct({\n /**\n * @description This element is used for both the identification of the Payee, or the unique banking reference identifier of Payee (assigned by the Payee\n * bank.) For payee identification use ICD code list, for SEPA bank assigned creditor reference, use SEPA.\n *\n * @summary Payee identifier or bank assigned crditor identifier\n *\n * @name `cbc:ID`\n */\n id: Schema.optional(\n identifierSchema().pipe(\n Schema.fieldsAssign({\n /**\n * @description This element is used for both the identification of the Payee, or the unique banking reference identifier of Payee (assigned by the\n * Payee bank.) For payee identification use ICD code list, for SEPA bank assigned creditor reference, use SEPA.\n *\n * @summary Payee identifier or bank assigned crditor identifier\n *\n * @name `#text`\n */\n id: Schema.String,\n /**\n * @description The identification scheme identifier of the payee identifier. For bank assigned creditor identifier (BT-90), value MUST be \"SEPA\"\n *\n * @summary Payee or bank assigned creditor identifier identification scheme identifier\n *\n * @name `@schemeID`\n */\n schemeId: Schema.optional(Schema.String),\n })\n )\n ),\n })\n ),\n /**\n * @summary PARTY LEGAL ENTITY\n *\n * @name `cac:PartyLegalEntity`\n */\n partyLegalEntity: Schema.optional(\n Schema.Struct({\n /**\n * @description An identifier issued by an official registrar that identifies the payee as a legal entity or person.\n *\n * @example\n * `FR932874294`;\n *\n * @summary Payee legal registration identifier\n *\n * @name `cbc:CompanyID`\n */\n companyId: Schema.optional(\n identifierSchema().pipe(\n Schema.fieldsAssign({\n /**\n * @description An identifier issued by an official registrar that identifies the payee as a legal entity or person.\n *\n * @example\n * `FR932874294`;\n *\n * @summary Payee legal registration identifier\n *\n * @name `#text`\n */\n id: Schema.String,\n /**\n * @description The identification scheme identifier of the Payee legal registration identifier.\n *\n * @summary Payee legal registration identifier identification scheme identifier\n *\n * @name `@schemeID`\n */\n schemeId: Schema.optional(icdCodesSchema()),\n })\n )\n ),\n })\n ),\n /**\n * @description The name of the payee.\n *\n * @example\n * `Payee Name Ltd`;\n *\n * @summary Payee name\n *\n * @name `cac:PartyName`\n */\n partyName: Schema.Struct({ name: Schema.String }),\n});\n\nexport type PeppolPayeeParty = typeof payeePartySchema.Type;\n"],"mappings":";;;;;;;;;;;;AAcA,MAAa,mBAAmB,OAAO,OAAO;;;;;;CAM5C,qBAAqB,OAAO,SAC1B,OAAO,OAAO;;;;;;;;;AASZ,IAAI,OAAO,SACT,iBAAiB,CAAC,CAAC,KACjB,OAAO,aAAa;;;;;;;;;EASlB,IAAI,OAAO;;;;;;;;EAQX,UAAU,OAAO,SAAS,OAAO,MAAM;CACzC,CAAC,CACH,CACF,EACF,CAAC,CACH;;;;;;CAMA,kBAAkB,OAAO,SACvB,OAAO,OAAO;;;;;;;;;;;AAWZ,WAAW,OAAO,SAChB,iBAAiB,CAAC,CAAC,KACjB,OAAO,aAAa;;;;;;;;;;;EAWlB,IAAI,OAAO;;;;;;;;EAQX,UAAU,OAAO,SAAS,eAAe,CAAC;CAC5C,CAAC,CACH,CACF,EACF,CAAC,CACH;;;;;;;;;;;CAWA,WAAW,OAAO,OAAO,EAAE,MAAM,OAAO,OAAO,CAAC;AAClD,CAAC"}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/payment-means-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @description A group of business terms providing information about the payment.
|
|
5
|
+
*
|
|
6
|
+
* @summary Payment means (credit transfer/direct debit/card)
|
|
7
|
+
*
|
|
8
|
+
* @name cac:PaymentMeans
|
|
9
|
+
*/
|
|
10
|
+
export declare const paymentMeansSchema: Schema.Struct<{
|
|
11
|
+
/**
|
|
12
|
+
* @description The means, expressed as code, for how a payment is expected to be or has been settled.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* 30;
|
|
16
|
+
*
|
|
17
|
+
* @summary Payment means type code
|
|
18
|
+
*
|
|
19
|
+
* @name `cbc:PaymentMeansCode`
|
|
20
|
+
*/
|
|
21
|
+
readonly paymentMeansCode: Schema.Struct<{
|
|
22
|
+
/**
|
|
23
|
+
* @description The means, expressed as code, for how a payment is expected to be or has been settled.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* 30;
|
|
27
|
+
*
|
|
28
|
+
* @summary Payment means type code
|
|
29
|
+
*
|
|
30
|
+
* @name `#text`
|
|
31
|
+
*/
|
|
32
|
+
readonly code: Schema.Literals<[string, ...string[]]>;
|
|
33
|
+
/**
|
|
34
|
+
* @description The means, expressed as text, for how a payment is expected to be or has been settled.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* Credit transfer
|
|
38
|
+
*
|
|
39
|
+
* @summary Payment means text
|
|
40
|
+
*
|
|
41
|
+
* @name `@name`
|
|
42
|
+
*/
|
|
43
|
+
readonly name: Schema.optional<Schema.String>;
|
|
44
|
+
}>;
|
|
45
|
+
/**
|
|
46
|
+
* @description The date when the payment is due.Format "YYYY-MM-DD". In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9)
|
|
47
|
+
* or the Payment terms (BT-20) shall be present.
|
|
48
|
+
*
|
|
49
|
+
* @remarks
|
|
50
|
+
* This should only be used with a credit note.
|
|
51
|
+
*
|
|
52
|
+
* @summary Payment due date
|
|
53
|
+
*
|
|
54
|
+
* @name `cbc:PaymentDueDate`
|
|
55
|
+
*/
|
|
56
|
+
readonly paymentDueDate: Schema.optional<Schema.String>;
|
|
57
|
+
/**
|
|
58
|
+
* @description A textual value used to establish a link between the payment and the Invoice, issued by the Seller. Used for creditor's critical reconciliation
|
|
59
|
+
* information. This information element helps the Seller to assign an incoming payment to the relevant payment process.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* `432948234234234`;
|
|
63
|
+
*
|
|
64
|
+
* @summary Remittance information
|
|
65
|
+
*
|
|
66
|
+
* @name cbc:PaymentID
|
|
67
|
+
*/
|
|
68
|
+
readonly paymentId: Schema.optional<Schema.String>;
|
|
69
|
+
/**
|
|
70
|
+
* @description A group of business terms providing information about card used for payment contemporaneous with invoice issuance.
|
|
71
|
+
*
|
|
72
|
+
* @summary PAYMENT CARD INFORMATION
|
|
73
|
+
*
|
|
74
|
+
* @name cac:CardAccount
|
|
75
|
+
*/
|
|
76
|
+
readonly cardAccount: Schema.optional<Schema.Struct<{
|
|
77
|
+
/**
|
|
78
|
+
* @description The name of the payment card holder.
|
|
79
|
+
*
|
|
80
|
+
* @summary Payment card holder name
|
|
81
|
+
*
|
|
82
|
+
* @name cbc:HolderName
|
|
83
|
+
*/
|
|
84
|
+
readonly holderName: Schema.optional<Schema.String>;
|
|
85
|
+
/**
|
|
86
|
+
* @summary Syntax required element not related to a business term.
|
|
87
|
+
*
|
|
88
|
+
* @name cbc:NetworkID
|
|
89
|
+
*/
|
|
90
|
+
readonly networkId: Schema.String;
|
|
91
|
+
/**
|
|
92
|
+
* @description The Primary Account Number (PAN) of the card used for payment. In accordance with card payments security standards, an invoice should never
|
|
93
|
+
* include a full card primary account number.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* `1234`;
|
|
97
|
+
*
|
|
98
|
+
* @summary Payment card primary account number
|
|
99
|
+
*
|
|
100
|
+
* @name cbc:PrimaryAccountNumberID
|
|
101
|
+
*/
|
|
102
|
+
readonly primaryAccountNumberId: Schema.String;
|
|
103
|
+
}>>;
|
|
104
|
+
/**
|
|
105
|
+
* @description A group of business terms to specify credit transfer payments.
|
|
106
|
+
*
|
|
107
|
+
* @summary CREDIT TRANSFER
|
|
108
|
+
*
|
|
109
|
+
* @name cac:PayeeFinancialAccount
|
|
110
|
+
*/
|
|
111
|
+
readonly payeeFinancialAccount: Schema.optional<Schema.Struct<{
|
|
112
|
+
/**
|
|
113
|
+
* @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where required.
|
|
114
|
+
* No identification scheme Identifier to be used.
|
|
115
|
+
*
|
|
116
|
+
* @example
|
|
117
|
+
* `9998`;
|
|
118
|
+
*
|
|
119
|
+
* @summary Payment service provider identifier
|
|
120
|
+
*
|
|
121
|
+
* @name `cac:FinancialInstitutionBranch`
|
|
122
|
+
*/
|
|
123
|
+
readonly financialInstitutionBranch: Schema.optional<Schema.Struct<{
|
|
124
|
+
/**
|
|
125
|
+
* @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where
|
|
126
|
+
* required. No identification scheme Identifier to be used.
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* `9998`;
|
|
130
|
+
*
|
|
131
|
+
* @summary Payment service provider identifier
|
|
132
|
+
*
|
|
133
|
+
* @name `cac:FinancialInstitutionBranch`
|
|
134
|
+
*/
|
|
135
|
+
readonly id: Schema.String;
|
|
136
|
+
}>>;
|
|
137
|
+
/**
|
|
138
|
+
* @description A unique identifier of the financial payment account, at a payment service provider, to which payment should be made. Such as IBAN or BBAN.
|
|
139
|
+
*
|
|
140
|
+
* @summary Payment account identifier
|
|
141
|
+
*
|
|
142
|
+
* @name cbc:ID
|
|
143
|
+
*/
|
|
144
|
+
readonly id: Schema.String;
|
|
145
|
+
/**
|
|
146
|
+
* @description The name of the payment account, at a payment service provider, to which payment should be made.
|
|
147
|
+
*
|
|
148
|
+
* @summary Payment account name
|
|
149
|
+
*
|
|
150
|
+
* @name cbc:Name
|
|
151
|
+
*/
|
|
152
|
+
readonly name: Schema.optional<Schema.String>;
|
|
153
|
+
}>>;
|
|
154
|
+
/**
|
|
155
|
+
* @description A group of business terms to specify a direct debit.
|
|
156
|
+
*
|
|
157
|
+
* @summary DIRECT DEBIT
|
|
158
|
+
*
|
|
159
|
+
* @name cac:PaymentMandate
|
|
160
|
+
*/
|
|
161
|
+
readonly paymentMandate: Schema.optional<Schema.Struct<{
|
|
162
|
+
/**
|
|
163
|
+
* @description Unique identifier assigned by the Payee for referencing the direct debit mandate. Used in order to pre-notify the Buyer of a SEPA direct
|
|
164
|
+
* debit.
|
|
165
|
+
*
|
|
166
|
+
* @summary Mandate reference identifier
|
|
167
|
+
*
|
|
168
|
+
* @name cbc:ID
|
|
169
|
+
*/
|
|
170
|
+
readonly id: Schema.optional<Schema.String>;
|
|
171
|
+
/**
|
|
172
|
+
* @description The account to be debited by the direct debit.
|
|
173
|
+
*
|
|
174
|
+
* @example
|
|
175
|
+
* `12345676543`;
|
|
176
|
+
*
|
|
177
|
+
* @summary Debited account identifier
|
|
178
|
+
*
|
|
179
|
+
* @name `cac:PayerFinancialAccount`
|
|
180
|
+
*/
|
|
181
|
+
readonly payerFinancialAccountId: Schema.optional<Schema.Struct<{
|
|
182
|
+
/**
|
|
183
|
+
* @description The account to be debited by the direct debit.
|
|
184
|
+
*
|
|
185
|
+
* @example
|
|
186
|
+
* `12345676543`;
|
|
187
|
+
*
|
|
188
|
+
* @summary Debited account identifier
|
|
189
|
+
*
|
|
190
|
+
* @name `cbc:ID`
|
|
191
|
+
*/
|
|
192
|
+
readonly id: Schema.String;
|
|
193
|
+
}>>;
|
|
194
|
+
}>>;
|
|
195
|
+
}>;
|
|
196
|
+
export type PeppolPaymentMeans = typeof paymentMeansSchema.Type;
|
|
197
|
+
//#endregion
|
|
198
|
+
//# sourceMappingURL=payment-means-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-means-schema.d.ts","names":[],"sources":["../../../src/effect/fields/payment-means-schema.ts"],"mappings":";;;;;;;;;qBAYa,oBAAkB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqMnB,4BAA4B,mBAAmB"}
|