@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 @@
|
|
|
1
|
+
{"version":3,"file":"eas-codes.js","names":[],"sources":["../../../src/effect/values/eas-codes.ts"],"sourcesContent":["/**\n * @module effect/values/eas-codes\n * Electronic Address Scheme (EAS) codes as used in PEPPOL networks\n * These codes identify the scheme used for electronic addresses of parties\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nimport { Schema } from 'effect';\n\nimport type { ElectronicAddressCodesKeys } from '#/values/eas-codes.generated';\n\nimport { electronicAddressCodesKeys } from '#/values/eas-codes.generated';\n\n/**\n * @description An electronic address scheme (EAS) code, identifying the scheme of an electronic address (e.g. `0088` for GLN).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nexport type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;\n\n/**\n * @description Validates an electronic address scheme (EAS) code against the PEPPOL Electronic Address Identifier Scheme codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid electronic address scheme codes.\n *\n * @validations\n * - PEPPOL-EN16931-CL008: Electronic address identifier scheme MUST be from the codelist \"Electronic Address Identifier Scheme\".\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nexport function electronicCodesSchema(error?: string) {\n const schema = Schema.Literals(electronicAddressCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAgCA,SAAgB,sBAAsB,OAAgB;CACpD,MAAM,SAAS,OAAO,SAAS,0BAA0B;CACzD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IcdCodesKeys } from "../../values/icd-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/icd-codes.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolIcdCode = IcdCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid ICD codes.
|
|
16
|
+
*
|
|
17
|
+
* @validations
|
|
18
|
+
* - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
|
|
19
|
+
*
|
|
20
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
21
|
+
*/
|
|
22
|
+
export declare function icdCodesSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
23
|
+
//#endregion
|
|
24
|
+
//# sourceMappingURL=icd-codes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icd-codes.d.ts","names":[],"sources":["../../../src/effect/values/icd-codes.ts"],"mappings":";;;;;;;;YAWY,gBAAgB;;;;;;;;;;;;;wBAcZ,eAAe,iBAAmC,OAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { icdCodesKeys } from "../../values/icd-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/icd-codes.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid ICD codes.
|
|
10
|
+
*
|
|
11
|
+
* @validations
|
|
12
|
+
* - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
|
|
13
|
+
*
|
|
14
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
15
|
+
*/
|
|
16
|
+
function icdCodesSchema(error = "Invalid ICD code provided") {
|
|
17
|
+
return Schema.Literals(icdCodesKeys).annotate({ message: error });
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
export { icdCodesSchema };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=icd-codes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icd-codes.js","names":[],"sources":["../../../src/effect/values/icd-codes.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { IcdCodesKeys } from '#/values/icd-codes.generated';\n\nimport { icdCodesKeys } from '#/values/icd-codes.generated';\n\n/**\n * @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/\n */\nexport type PeppolIcdCode = IcdCodesKeys;\n\n/**\n * @description Validates an ISO 6523 ICD code against the PEPPOL codelist.\n *\n * @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.\n *\n * @returns An Effect schema that accepts only valid ICD codes.\n *\n * @validations\n * - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/\n */\nexport function icdCodesSchema(error = 'Invalid ICD code provided') {\n return Schema.Literals(icdCodesKeys).annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,eAAe,QAAQ,6BAA6B;CAClE,OAAO,OAAO,SAAS,YAAY,CAAC,CAAC,SAAS,EAAE,SAAS,MAAM,CAAC;AAClE"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PeppolAdditionalDocumentReferenceCode, additionalDocumentReferenceCodeSchema } from "./additional-document-reference-code.js";
|
|
2
|
+
import { PeppolAllowanceChargeReasonCode, allowanceChargeReasonCodeSchema } from "./allowance-charge-reason-code.js";
|
|
3
|
+
import { PeppolApplicationResponseTypeCode, applicationResponseTypeCodeSchema } from "./application-response-type-codes.js";
|
|
4
|
+
import { PeppolChargeReasonCode, chargeReasonCodeSchema } from "./charge-reason-code.js";
|
|
5
|
+
import { PeppolCountryCode, countryCodeSchema } from "./country-code.js";
|
|
6
|
+
import { PeppolCreditNoteTypeCode, creditNoteTypeCodeSchema } from "./credit-note-type-code-schema.js";
|
|
7
|
+
import { PeppolCurrencyCode, currencyCodeSchema } from "./currency-codes.js";
|
|
8
|
+
import { PeppolDocumentTypeCode, documentTypeCodeSchema } from "./document-type-codes.js";
|
|
9
|
+
import { PeppolDocumentType, documentTypeSchema } from "./document-type-schema.js";
|
|
10
|
+
import { documentTypeSchemesSchema } from "./document-type-schemes-schema.js";
|
|
11
|
+
import { documentTypeValuesSchema } from "./document-type-values-schema.js";
|
|
12
|
+
import { PeppolDutyTaxFeeCategoryCode, dutyTaxFeeCategorySchema } from "./duty-tax-fee-cateogries.js";
|
|
13
|
+
import { PeppolElectronicAddressCode, electronicCodesSchema } from "./eas-codes.js";
|
|
14
|
+
import { PeppolIcdCode, icdCodesSchema } from "./icd-codes.js";
|
|
15
|
+
import { PeppolInvoiceStatusCodes, invoiceStatusCodeSchema } from "./invoice-status-codes.js";
|
|
16
|
+
import { PeppolInvoiceTypeCode, invoiceTypeCodeSchema } from "./invoice-type-code-schema.js";
|
|
17
|
+
import { PeppolItemClassificationCode, itemClassificationCodesSchema } from "./item-classification-code-schema.js";
|
|
18
|
+
import { PeppolMimeCode, mimeCodesSchema } from "./mime-code.js";
|
|
19
|
+
import { PeppolOpStatusAction, opStatusActionSchema } from "./op-status-action.js";
|
|
20
|
+
import { PeppolOpStatusReason, opStatusReasonSchema } from "./op-status-reason.js";
|
|
21
|
+
import { PeppolParticipantIdentifierCode, participantIdentifierCodeSchema } from "./participant-identifier-code.js";
|
|
22
|
+
import { PeppolPaymentMeansCode, paymentMeansCodeSchema } from "./payment-means-codes-schema.js";
|
|
23
|
+
import { processFromDocumentTypeSchema } from "./process-from-document-type-schema.js";
|
|
24
|
+
import { PeppolProcesses, processSchema } from "./process-schema.js";
|
|
25
|
+
import { processXmlIdentifierSchema } from "./process-xml-identifier-schema.js";
|
|
26
|
+
import { PeppolQuantityUnitCode, quantityUnitCodesSchema } from "./quantity-unit-codes-schema.js";
|
|
27
|
+
import { PeppolVatexCode, vatexCodeschema } from "./vatex-code.js";
|
|
28
|
+
import { PeppolVatDateCode, vatDateCodeSchema } from "./vat-date-code.js";
|
|
29
|
+
export { PeppolAdditionalDocumentReferenceCode, PeppolAllowanceChargeReasonCode, PeppolApplicationResponseTypeCode, PeppolChargeReasonCode, PeppolCountryCode, PeppolCreditNoteTypeCode, PeppolCurrencyCode, PeppolDocumentType, PeppolDocumentTypeCode, PeppolDutyTaxFeeCategoryCode, PeppolElectronicAddressCode, PeppolIcdCode, PeppolInvoiceStatusCodes, PeppolInvoiceTypeCode, PeppolItemClassificationCode, PeppolMimeCode, PeppolOpStatusAction, PeppolOpStatusReason, PeppolParticipantIdentifierCode, PeppolPaymentMeansCode, PeppolProcesses, PeppolQuantityUnitCode, PeppolVatDateCode, PeppolVatexCode, additionalDocumentReferenceCodeSchema, allowanceChargeReasonCodeSchema, applicationResponseTypeCodeSchema, chargeReasonCodeSchema, countryCodeSchema, creditNoteTypeCodeSchema, currencyCodeSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, icdCodesSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, itemClassificationCodesSchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, participantIdentifierCodeSchema, paymentMeansCodeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantityUnitCodesSchema, vatDateCodeSchema, vatexCodeschema };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { additionalDocumentReferenceCodeSchema } from "./additional-document-reference-code.js";
|
|
2
|
+
import { mimeCodesSchema } from "./mime-code.js";
|
|
3
|
+
import { allowanceChargeReasonCodeSchema } from "./allowance-charge-reason-code.js";
|
|
4
|
+
import { chargeReasonCodeSchema } from "./charge-reason-code.js";
|
|
5
|
+
import { dutyTaxFeeCategorySchema } from "./duty-tax-fee-cateogries.js";
|
|
6
|
+
import { currencyCodeSchema } from "./currency-codes.js";
|
|
7
|
+
import { icdCodesSchema } from "./icd-codes.js";
|
|
8
|
+
import { countryCodeSchema } from "./country-code.js";
|
|
9
|
+
import { vatDateCodeSchema } from "./vat-date-code.js";
|
|
10
|
+
import { electronicCodesSchema } from "./eas-codes.js";
|
|
11
|
+
import { paymentMeansCodeSchema } from "./payment-means-codes-schema.js";
|
|
12
|
+
import { quantityUnitCodesSchema } from "./quantity-unit-codes-schema.js";
|
|
13
|
+
import { itemClassificationCodesSchema } from "./item-classification-code-schema.js";
|
|
14
|
+
import { invoiceTypeCodeSchema } from "./invoice-type-code-schema.js";
|
|
15
|
+
import { creditNoteTypeCodeSchema } from "./credit-note-type-code-schema.js";
|
|
16
|
+
import { documentTypeCodeSchema } from "./document-type-codes.js";
|
|
17
|
+
import { applicationResponseTypeCodeSchema } from "./application-response-type-codes.js";
|
|
18
|
+
import { opStatusActionSchema } from "./op-status-action.js";
|
|
19
|
+
import { opStatusReasonSchema } from "./op-status-reason.js";
|
|
20
|
+
import { documentTypeSchema } from "./document-type-schema.js";
|
|
21
|
+
import { documentTypeSchemesSchema } from "./document-type-schemes-schema.js";
|
|
22
|
+
import { documentTypeValuesSchema } from "./document-type-values-schema.js";
|
|
23
|
+
import { invoiceStatusCodeSchema } from "./invoice-status-codes.js";
|
|
24
|
+
import { participantIdentifierCodeSchema } from "./participant-identifier-code.js";
|
|
25
|
+
import { processSchema } from "./process-schema.js";
|
|
26
|
+
import { processFromDocumentTypeSchema } from "./process-from-document-type-schema.js";
|
|
27
|
+
import { processXmlIdentifierSchema } from "./process-xml-identifier-schema.js";
|
|
28
|
+
import { vatexCodeschema } from "./vatex-code.js";
|
|
29
|
+
export { additionalDocumentReferenceCodeSchema, allowanceChargeReasonCodeSchema, applicationResponseTypeCodeSchema, chargeReasonCodeSchema, countryCodeSchema, creditNoteTypeCodeSchema, currencyCodeSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, icdCodesSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, itemClassificationCodesSchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, participantIdentifierCodeSchema, paymentMeansCodeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantityUnitCodesSchema, vatDateCodeSchema, vatexCodeschema };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { InvoiceStatusCodesKeys } from "../../values/invoice-status-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/invoice-status-codes.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid invoice status codes.
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
18
|
+
*/
|
|
19
|
+
export declare function invoiceStatusCodeSchema(error?: string): Schema.Literals<readonly ["AB", "AP", "RE", "IP", "UQ", "CA", "PD"]>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//# sourceMappingURL=invoice-status-codes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-status-codes.d.ts","names":[],"sources":["../../../src/effect/values/invoice-status-codes.ts"],"mappings":";;;;;;;;YAWY,2BAA2B;;;;;;;;;;wBAWvB,wBAAwB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { invoiceStatusCodesKeys } from "../../values/invoice-status-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/invoice-status-codes.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid invoice status codes.
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
12
|
+
*/
|
|
13
|
+
function invoiceStatusCodeSchema(error) {
|
|
14
|
+
const schema = Schema.Literals(invoiceStatusCodesKeys);
|
|
15
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { invoiceStatusCodeSchema };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=invoice-status-codes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-status-codes.js","names":[],"sources":["../../../src/effect/values/invoice-status-codes.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { InvoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';\n\nimport { invoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';\n\n/**\n * @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/\n */\nexport type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;\n\n/**\n * @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid invoice status codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/\n */\nexport function invoiceStatusCodeSchema(error?: string) {\n const schema = Schema.Literals(invoiceStatusCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,wBAAwB,OAAgB;CACtD,MAAM,SAAS,OAAO,SAAS,sBAAsB;CACrD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { InvoiceTypeCodesKeys } from "../../values/invoice-type-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/invoice-type-code-schema.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An invoice type code as defined by the PEPPOL subset of UNCL 1001 (invoice).
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid invoice type codes.
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
18
|
+
*/
|
|
19
|
+
export declare function invoiceTypeCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//# sourceMappingURL=invoice-type-code-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-type-code-schema.d.ts","names":[],"sources":["../../../src/effect/values/invoice-type-code-schema.ts"],"mappings":";;;;;;;;YAWY,wBAAwB;;;;;;;;;;wBAWpB,sBAAsB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { invoiceTypeCodesKeys } from "../../values/invoice-type-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/invoice-type-code-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid invoice type codes.
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
12
|
+
*/
|
|
13
|
+
function invoiceTypeCodeSchema(error) {
|
|
14
|
+
const schema = Schema.Literals(invoiceTypeCodesKeys);
|
|
15
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { invoiceTypeCodeSchema };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=invoice-type-code-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-type-code-schema.js","names":[],"sources":["../../../src/effect/values/invoice-type-code-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { InvoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';\n\nimport { invoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';\n\n/**\n * @description An invoice type code as defined by the PEPPOL subset of UNCL 1001 (invoice).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/\n */\nexport type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;\n\n/**\n * @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid invoice type codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/\n */\nexport function invoiceTypeCodeSchema(error?: string) {\n const schema = Schema.Literals(invoiceTypeCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,sBAAsB,OAAgB;CACpD,MAAM,SAAS,OAAO,SAAS,oBAAoB;CACnD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ItemClassificationCodesKeys } from "../../values/item-classification-code.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/item-classification-code-schema.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An item classification code as defined by the PEPPOL subset of UNCL 7143.
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolItemClassificationCode = ItemClassificationCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid item classification codes.
|
|
16
|
+
*
|
|
17
|
+
* @validations
|
|
18
|
+
* - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
|
|
19
|
+
*
|
|
20
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
21
|
+
*/
|
|
22
|
+
export declare function itemClassificationCodesSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
23
|
+
//#endregion
|
|
24
|
+
//# sourceMappingURL=item-classification-code-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-classification-code-schema.d.ts","names":[],"sources":["../../../src/effect/values/item-classification-code-schema.ts"],"mappings":";;;;;;;;YAWY,+BAA+B;;;;;;;;;;;;;wBAc3B,8BAA8B,iBAAc,OAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { itemClassificationCodesKeys } from "../../values/item-classification-code.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/item-classification-code-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid item classification codes.
|
|
10
|
+
*
|
|
11
|
+
* @validations
|
|
12
|
+
* - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
|
|
13
|
+
*
|
|
14
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
15
|
+
*/
|
|
16
|
+
function itemClassificationCodesSchema(error) {
|
|
17
|
+
const schema = Schema.Literals(itemClassificationCodesKeys);
|
|
18
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { itemClassificationCodesSchema };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=item-classification-code-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-classification-code-schema.js","names":[],"sources":["../../../src/effect/values/item-classification-code-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { ItemClassificationCodesKeys } from '#/values/item-classification-code.generated';\n\nimport { itemClassificationCodesKeys } from '#/values/item-classification-code.generated';\n\n/**\n * @description An item classification code as defined by the PEPPOL subset of UNCL 7143.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/\n */\nexport type PeppolItemClassificationCode = ItemClassificationCodesKeys;\n\n/**\n * @description Validates an item classification code against the PEPPOL subset of UNCL 7143.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid item classification codes.\n *\n * @validations\n * - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/\n */\nexport function itemClassificationCodesSchema(error?: string) {\n const schema = Schema.Literals(itemClassificationCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,8BAA8B,OAAgB;CAC5D,MAAM,SAAS,OAAO,SAAS,2BAA2B;CAC1D,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { MimeCodesKeys } from "../../values/mime-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/mime-code.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolMimeCode = MimeCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates a MIME media type against the PEPPOL MIME code list.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid MIME types.
|
|
16
|
+
*
|
|
17
|
+
* @validations
|
|
18
|
+
* - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
|
|
19
|
+
*
|
|
20
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
21
|
+
*/
|
|
22
|
+
export declare function mimeCodesSchema(error?: string): Schema.Literals<readonly ["text/csv", "application/pdf", "image/png", "image/jpeg", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.oasis.opendocument.spreadsheet"]>;
|
|
23
|
+
//#endregion
|
|
24
|
+
//# sourceMappingURL=mime-code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mime-code.d.ts","names":[],"sources":["../../../src/effect/values/mime-code.ts"],"mappings":";;;;;;;;YAWY,iBAAiB;;;;;;;;;;;;;wBAcb,gBAAgB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { mimeCodesKeys } from "../../values/mime-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/mime-code.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates a MIME media type against the PEPPOL MIME code list.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid MIME types.
|
|
10
|
+
*
|
|
11
|
+
* @validations
|
|
12
|
+
* - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
|
|
13
|
+
*
|
|
14
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
15
|
+
*/
|
|
16
|
+
function mimeCodesSchema(error) {
|
|
17
|
+
const schema = Schema.Literals(mimeCodesKeys);
|
|
18
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { mimeCodesSchema };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=mime-code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mime-code.js","names":[],"sources":["../../../src/effect/values/mime-code.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { MimeCodesKeys } from '#/values/mime-codes.generated';\n\nimport { mimeCodesKeys } from '#/values/mime-codes.generated';\n\n/**\n * @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/\n */\nexport type PeppolMimeCode = MimeCodesKeys;\n\n/**\n * @description Validates a MIME media type against the PEPPOL MIME code list.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid MIME types.\n *\n * @validations\n * - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/\n */\nexport function mimeCodesSchema(error?: string) {\n const schema = Schema.Literals(mimeCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,gBAAgB,OAAgB;CAC9C,MAAM,SAAS,OAAO,SAAS,aAAa;CAC5C,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OpStatusActionKeys } from "../../values/op-status-action.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/op-status-action.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An OpenPeppol operation status action code (e.g. the outcome of a message response).
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolOpStatusAction = OpStatusActionKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid operation status action codes.
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
18
|
+
*/
|
|
19
|
+
export declare function opStatusActionSchema(error?: string): Schema.Literals<readonly ["NOA", "PIN", "NIN", "CNF", "CNP", "CNA", "OTH"]>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//# sourceMappingURL=op-status-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"op-status-action.d.ts","names":[],"sources":["../../../src/effect/values/op-status-action.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { opStatusActionKeys } from "../../values/op-status-action.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/op-status-action.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid operation status action codes.
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
12
|
+
*/
|
|
13
|
+
function opStatusActionSchema(error) {
|
|
14
|
+
const schema = Schema.Literals(opStatusActionKeys);
|
|
15
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { opStatusActionSchema };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=op-status-action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"op-status-action.js","names":[],"sources":["../../../src/effect/values/op-status-action.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { OpStatusActionKeys } from '#/values/op-status-action.generated';\n\nimport { opStatusActionKeys } from '#/values/op-status-action.generated';\n\n/**\n * @description An OpenPeppol operation status action code (e.g. the outcome of a message response).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/\n */\nexport type PeppolOpStatusAction = OpStatusActionKeys;\n\n/**\n * @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid operation status action codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/\n */\nexport function opStatusActionSchema(error?: string) {\n const schema = Schema.Literals(opStatusActionKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,qBAAqB,OAAgB;CACnD,MAAM,SAAS,OAAO,SAAS,kBAAkB;CACjD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OpStatusReasonKeys } from "../../values/op-status-reason.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/op-status-reason.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolOpStatusReason = OpStatusReasonKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid operation status reason codes.
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
18
|
+
*/
|
|
19
|
+
export declare function opStatusReasonSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//# sourceMappingURL=op-status-reason.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"op-status-reason.d.ts","names":[],"sources":["../../../src/effect/values/op-status-reason.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { opStatusReasonKeys } from "../../values/op-status-reason.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/op-status-reason.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid operation status reason codes.
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
12
|
+
*/
|
|
13
|
+
function opStatusReasonSchema(error) {
|
|
14
|
+
const schema = Schema.Literals(opStatusReasonKeys);
|
|
15
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { opStatusReasonSchema };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=op-status-reason.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"op-status-reason.js","names":[],"sources":["../../../src/effect/values/op-status-reason.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { OpStatusReasonKeys } from '#/values/op-status-reason.generated';\n\nimport { opStatusReasonKeys } from '#/values/op-status-reason.generated';\n\n/**\n * @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/\n */\nexport type PeppolOpStatusReason = OpStatusReasonKeys;\n\n/**\n * @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid operation status reason codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/\n */\nexport function opStatusReasonSchema(error?: string) {\n const schema = Schema.Literals(opStatusReasonKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,qBAAqB,OAAgB;CACnD,MAAM,SAAS,OAAO,SAAS,kBAAkB;CACjD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ParticipantIdentifierSchemesKeys } from "../../values/participant-identifier-schemes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/participant-identifier-code.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid participant identifier schemes.
|
|
16
|
+
*/
|
|
17
|
+
export declare function participantIdentifierCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
18
|
+
//#endregion
|
|
19
|
+
//# sourceMappingURL=participant-identifier-code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"participant-identifier-code.d.ts","names":[],"sources":["../../../src/effect/values/participant-identifier-code.ts"],"mappings":";;;;;;;;YAWY,kCAAkC;;;;;;;;wBAS9B,gCAAgC,iBAAc,OAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { participantIdentifierSchemesKeys } from "../../values/participant-identifier-schemes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/participant-identifier-code.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
|
|
6
|
+
*
|
|
7
|
+
* @param error - The custom error message to use when validation fails.
|
|
8
|
+
*
|
|
9
|
+
* @returns An Effect schema that accepts only valid participant identifier schemes.
|
|
10
|
+
*/
|
|
11
|
+
function participantIdentifierCodeSchema(error) {
|
|
12
|
+
const schema = Schema.Literals(participantIdentifierSchemesKeys);
|
|
13
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { participantIdentifierCodeSchema };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=participant-identifier-code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"participant-identifier-code.js","names":[],"sources":["../../../src/effect/values/participant-identifier-code.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { ParticipantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';\n\nimport { participantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';\n\n/**\n * @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/\n */\nexport type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;\n\n/**\n * @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid participant identifier schemes.\n */\nexport function participantIdentifierCodeSchema(error?: string) {\n const schema = Schema.Literals(participantIdentifierSchemesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;AAoBA,SAAgB,gCAAgC,OAAgB;CAC9D,MAAM,SAAS,OAAO,SAAS,gCAAgC;CAC/D,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PaymentMeansCodesKeys } from "../../values/payment-means-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/payment-means-codes-schema.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description A payment means code as defined by the PEPPOL subset of UNCL 4461.
|
|
6
|
+
*
|
|
7
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
8
|
+
*/
|
|
9
|
+
export type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
|
|
10
|
+
/**
|
|
11
|
+
* @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
|
|
12
|
+
*
|
|
13
|
+
* @param error - The custom error message to use when validation fails.
|
|
14
|
+
*
|
|
15
|
+
* @returns An Effect schema that accepts only valid payment means codes.
|
|
16
|
+
*
|
|
17
|
+
* @validations
|
|
18
|
+
* - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.
|
|
19
|
+
*
|
|
20
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
21
|
+
*/
|
|
22
|
+
export declare function paymentMeansCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
|
|
23
|
+
//#endregion
|
|
24
|
+
//# sourceMappingURL=payment-means-codes-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-means-codes-schema.d.ts","names":[],"sources":["../../../src/effect/values/payment-means-codes-schema.ts"],"mappings":";;;;;;;;YAmBY,yBAAyB;;;;;;;;;;;;;wBAcrB,uBAAuB,iBAAc,OAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { paymentMeansCodesKeys } from "../../values/payment-means-codes.generated.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/payment-means-codes-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @module effect/values/payment-means-codes-schema
|
|
6
|
+
*
|
|
7
|
+
* Payment means codes as defined by UN/CEFACT UNCL4461.
|
|
8
|
+
*
|
|
9
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
|
|
13
|
+
*
|
|
14
|
+
* @param error - The custom error message to use when validation fails.
|
|
15
|
+
*
|
|
16
|
+
* @returns An Effect schema that accepts only valid payment means codes.
|
|
17
|
+
*
|
|
18
|
+
* @validations
|
|
19
|
+
* - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
22
|
+
*/
|
|
23
|
+
function paymentMeansCodeSchema(error) {
|
|
24
|
+
const schema = Schema.Literals(paymentMeansCodesKeys);
|
|
25
|
+
return error === void 0 ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
27
|
+
//#endregion
|
|
28
|
+
export { paymentMeansCodeSchema };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=payment-means-codes-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-means-codes-schema.js","names":[],"sources":["../../../src/effect/values/payment-means-codes-schema.ts"],"sourcesContent":["/**\n * @module effect/values/payment-means-codes-schema\n *\n * Payment means codes as defined by UN/CEFACT UNCL4461.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\n\nimport { Schema } from 'effect';\n\nimport type { PaymentMeansCodesKeys } from '#/values/payment-means-codes.generated';\n\nimport { paymentMeansCodesKeys } from '#/values/payment-means-codes.generated';\n\n/**\n * @description A payment means code as defined by the PEPPOL subset of UNCL 4461.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\nexport type PeppolPaymentMeansCode = PaymentMeansCodesKeys;\n\n/**\n * @description Validates a payment means code against the PEPPOL subset of UNCL 4461.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid payment means codes.\n *\n * @validations\n * - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\nexport function paymentMeansCodeSchema(error?: string) {\n const schema = Schema.Literals(paymentMeansCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAiCA,SAAgB,uBAAuB,OAAgB;CACrD,MAAM,SAAS,OAAO,SAAS,qBAAqB;CACpD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PeppolDocumentType } from "./document-type-schema.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/values/process-from-document-type-schema.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description Validates a business process identifier (`<scheme>::<value>`) against the processes allowed for a given document type.
|
|
6
|
+
*
|
|
7
|
+
* @param documentType - The PEPPOL document type scheme whose allowed processes should be used.
|
|
8
|
+
* @param error - The custom error message to use when validation fails. Defaults to `'invalid process type for document type'`.
|
|
9
|
+
*
|
|
10
|
+
* @returns An Effect schema that matches only processes allowed for the given document type.
|
|
11
|
+
*
|
|
12
|
+
* @see {@link processSchema}
|
|
13
|
+
* @see {@link documentTypesProcessIds}
|
|
14
|
+
*/
|
|
15
|
+
export declare function processFromDocumentTypeSchema(documentType: PeppolDocumentType, error?: string): Schema.String;
|
|
16
|
+
//#endregion
|
|
17
|
+
//# sourceMappingURL=process-from-document-type-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-from-document-type-schema.d.ts","names":[],"sources":["../../../src/effect/values/process-from-document-type-schema.ts"],"mappings":";;;;;;;;;;;;;;wBAkBgB,8BAA8B,cAAc,oBAAoB,iBAAgD,OAAA"}
|