@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
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see {@link documentTypesTable}
|
|
8
8
|
*/
|
|
9
|
-
type PeppolDocumentType = `${DocumentTypesTableKeys}::${string}`;
|
|
9
|
+
export type PeppolDocumentType = `${DocumentTypesTableKeys}::${string}`;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a full PEPPOL document type identifier (`<scheme>::<root>::…`) against the known document type table.
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolDocumentType = `${DocumentTypesTableKeys}::${string}`;
|
|
|
16
16
|
*
|
|
17
17
|
* @see {@link documentTypesTable}
|
|
18
18
|
*/
|
|
19
|
-
declare function documentTypeSchema(error?: string): z.ZodMiniTemplateLiteral<`busdox-docid-qns::${string}` | `peppol-doctype-wildcard::${string}`>;
|
|
19
|
+
export declare function documentTypeSchema(error?: string): z.ZodMiniTemplateLiteral<`busdox-docid-qns::${string}` | `peppol-doctype-wildcard::${string}`>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolDocumentType, documentTypeSchema };
|
|
22
21
|
//# sourceMappingURL=document-type-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-type-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"document-type-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-schema.ts"],"mappings":";;;;;;;;YAYY,wBAAwB;;;;;;;;;;wBAapB,mBAAmB,iBAAsC,EAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
2
1
|
import { documentTypesTable, documentTypesTableKeys } from "../../values/document-type.generated.js";
|
|
2
|
+
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
3
3
|
import * as z from "zod/mini";
|
|
4
4
|
//#region src/schemas/values/document-type-schema.ts
|
|
5
5
|
const entries = /* @__PURE__ */ objectEntries(documentTypesTable);
|
|
@@ -9,7 +9,6 @@ import * as z from "zod/mini";
|
|
|
9
9
|
*
|
|
10
10
|
* @see {@link documentTypesScheme}
|
|
11
11
|
*/
|
|
12
|
-
declare function documentTypeSchemesSchema(error?: string): z.ZodMiniString<string>;
|
|
12
|
+
export declare function documentTypeSchemesSchema(error?: string): z.ZodMiniString<string>;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { documentTypeSchemesSchema };
|
|
15
14
|
//# sourceMappingURL=document-type-schemes-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-type-schemes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-schemes-schema.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"document-type-schemes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-schemes-schema.ts"],"mappings":";;;;;;;;;;;wBAagB,0BAA0B,iBAA6C,EAAA"}
|
|
@@ -9,7 +9,6 @@ import * as z from "zod/mini";
|
|
|
9
9
|
*
|
|
10
10
|
* @see {@link documentTypesTable}
|
|
11
11
|
*/
|
|
12
|
-
declare function documentTypeValuesSchema(error?: string): z.ZodMiniString<string>;
|
|
12
|
+
export declare function documentTypeValuesSchema(error?: string): z.ZodMiniString<string>;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { documentTypeValuesSchema };
|
|
15
14
|
//# sourceMappingURL=document-type-values-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-type-values-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-values-schema.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"document-type-values-schema.d.ts","names":[],"sources":["../../../src/schemas/values/document-type-values-schema.ts"],"mappings":";;;;;;;;;;;wBAgBgB,yBAAyB,iBAA4C,EAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
2
1
|
import { documentTypesTable } from "../../values/document-type.generated.js";
|
|
2
|
+
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
3
3
|
import * as z from "zod/mini";
|
|
4
4
|
//#region src/schemas/values/document-type-values-schema.ts
|
|
5
5
|
const entries = /* @__PURE__ */ objectEntries(documentTypesTable);
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolDutyTaxFeeCategoryCode = DutyTaxFeeCategoriesKeys;
|
|
9
|
+
export type PeppolDutyTaxFeeCategoryCode = DutyTaxFeeCategoriesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a duty, tax or fee category code against the PEPPOL subset of UNCL 5305 (VAT category code).
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolDutyTaxFeeCategoryCode = DutyTaxFeeCategoriesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
|
|
21
21
|
*/
|
|
22
|
-
declare function dutyTaxFeeCategorySchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function dutyTaxFeeCategorySchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolDutyTaxFeeCategoryCode, dutyTaxFeeCategorySchema };
|
|
25
24
|
//# sourceMappingURL=duty-tax-fee-cateogries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duty-tax-fee-cateogries.d.ts","names":[],"sources":["../../../src/schemas/values/duty-tax-fee-cateogries.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"duty-tax-fee-cateogries.d.ts","names":[],"sources":["../../../src/schemas/values/duty-tax-fee-cateogries.ts"],"mappings":";;;;;;;;YAWY,+BAA+B;;;;;;;;;;;;;wBAc3B,yBAAyB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;
|
|
9
|
+
export type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an electronic address scheme (EAS) code against the PEPPOL Electronic Address Identifier Scheme codelist.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
|
|
21
21
|
*/
|
|
22
|
-
declare function electronicCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function electronicCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolElectronicAddressCode, electronicCodesSchema };
|
|
25
24
|
//# sourceMappingURL=eas-codes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eas-codes.d.ts","names":[],"sources":["../../../src/schemas/values/eas-codes.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"eas-codes.d.ts","names":[],"sources":["../../../src/schemas/values/eas-codes.ts"],"mappings":";;;;;;;;YAkBY,8BAA8B;;;;;;;;;;;;;wBAc1B,sBAAsB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolIcdCode = IcdCodesKeys;
|
|
9
|
+
export type PeppolIcdCode = IcdCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolIcdCode = IcdCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
21
21
|
*/
|
|
22
|
-
declare function icdCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function icdCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolIcdCode, icdCodesSchema };
|
|
25
24
|
//# sourceMappingURL=icd-codes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icd-codes.d.ts","names":[],"sources":["../../../src/schemas/values/icd-codes.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"icd-codes.d.ts","names":[],"sources":["../../../src/schemas/values/icd-codes.ts"],"mappings":";;;;;;;;YAWY,gBAAgB;;;;;;;;;;;;;wBAcZ,eAAe,iBAAmC,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
|
|
9
|
+
export type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
|
|
|
16
16
|
*
|
|
17
17
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
18
18
|
*/
|
|
19
|
-
declare function invoiceStatusCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
19
|
+
export declare function invoiceStatusCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolInvoiceStatusCodes, invoiceStatusCodeSchema };
|
|
22
21
|
//# sourceMappingURL=invoice-status-codes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoice-status-codes.d.ts","names":[],"sources":["../../../src/schemas/values/invoice-status-codes.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"invoice-status-codes.d.ts","names":[],"sources":["../../../src/schemas/values/invoice-status-codes.ts"],"mappings":";;;;;;;;YAWY,2BAA2B;;;;;;;;;;wBAWvB,wBAAwB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
|
|
9
|
+
export type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
|
|
|
16
16
|
*
|
|
17
17
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
18
18
|
*/
|
|
19
|
-
declare function invoiceTypeCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
19
|
+
export declare function invoiceTypeCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolInvoiceTypeCode, invoiceTypeCodeSchema };
|
|
22
21
|
//# sourceMappingURL=invoice-type-code-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoice-type-code-schema.d.ts","names":[],"sources":["../../../src/schemas/values/invoice-type-code-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"invoice-type-code-schema.d.ts","names":[],"sources":["../../../src/schemas/values/invoice-type-code-schema.ts"],"mappings":";;;;;;;;YAWY,wBAAwB;;;;;;;;;;wBAWpB,sBAAsB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolItemClassificationCode = ItemClassificationCodesKeys;
|
|
9
|
+
export type PeppolItemClassificationCode = ItemClassificationCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolItemClassificationCode = ItemClassificationCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
21
21
|
*/
|
|
22
|
-
declare function itemClassificationCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function itemClassificationCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolItemClassificationCode, itemClassificationCodesSchema };
|
|
25
24
|
//# sourceMappingURL=item-classification-code-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item-classification-code-schema.d.ts","names":[],"sources":["../../../src/schemas/values/item-classification-code-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"item-classification-code-schema.d.ts","names":[],"sources":["../../../src/schemas/values/item-classification-code-schema.ts"],"mappings":";;;;;;;;YAWY,+BAA+B;;;;;;;;;;;;;wBAc3B,8BAA8B,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolMimeCode = MimeCodesKeys;
|
|
9
|
+
export type PeppolMimeCode = MimeCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a MIME media type against the PEPPOL MIME code list.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolMimeCode = MimeCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
21
21
|
*/
|
|
22
|
-
declare function mimeCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function mimeCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolMimeCode, mimeCodesSchema };
|
|
25
24
|
//# sourceMappingURL=mime-code.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mime-code.d.ts","names":[],"sources":["../../../src/schemas/values/mime-code.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"mime-code.d.ts","names":[],"sources":["../../../src/schemas/values/mime-code.ts"],"mappings":";;;;;;;;YAWY,iBAAiB;;;;;;;;;;;;;wBAcb,gBAAgB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolOpStatusAction = OpStatusActionKeys;
|
|
9
|
+
export type PeppolOpStatusAction = OpStatusActionKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolOpStatusAction = OpStatusActionKeys;
|
|
|
16
16
|
*
|
|
17
17
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
18
18
|
*/
|
|
19
|
-
declare function opStatusActionSchema(error?: string): z.ZodMiniString<string>;
|
|
19
|
+
export declare function opStatusActionSchema(error?: string): z.ZodMiniString<string>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolOpStatusAction, opStatusActionSchema };
|
|
22
21
|
//# sourceMappingURL=op-status-action.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"op-status-action.d.ts","names":[],"sources":["../../../src/schemas/values/op-status-action.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"op-status-action.d.ts","names":[],"sources":["../../../src/schemas/values/op-status-action.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolOpStatusReason = OpStatusReasonKeys;
|
|
9
|
+
export type PeppolOpStatusReason = OpStatusReasonKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolOpStatusReason = OpStatusReasonKeys;
|
|
|
16
16
|
*
|
|
17
17
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
18
18
|
*/
|
|
19
|
-
declare function opStatusReasonSchema(error?: string): z.ZodMiniString<string>;
|
|
19
|
+
export declare function opStatusReasonSchema(error?: string): z.ZodMiniString<string>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolOpStatusReason, opStatusReasonSchema };
|
|
22
21
|
//# sourceMappingURL=op-status-reason.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"op-status-reason.d.ts","names":[],"sources":["../../../src/schemas/values/op-status-reason.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"op-status-reason.d.ts","names":[],"sources":["../../../src/schemas/values/op-status-reason.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
|
|
9
|
+
export type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
|
|
12
12
|
*
|
|
@@ -14,7 +14,6 @@ type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
|
|
|
14
14
|
*
|
|
15
15
|
* @returns A Zod string schema that accepts only valid participant identifier schemes.
|
|
16
16
|
*/
|
|
17
|
-
declare function participantIdentifierCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
17
|
+
export declare function participantIdentifierCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { PeppolParticipantIdentifierCode, participantIdentifierCodeSchema };
|
|
20
19
|
//# sourceMappingURL=participant-identifier-code.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"participant-identifier-code.d.ts","names":[],"sources":["../../../src/schemas/values/participant-identifier-code.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"participant-identifier-code.d.ts","names":[],"sources":["../../../src/schemas/values/participant-identifier-code.ts"],"mappings":";;;;;;;;YAWY,kCAAkC;;;;;;;;wBAS9B,gCAAgC,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
|
|
9
|
+
export type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
|
|
21
21
|
*/
|
|
22
|
-
declare function paymentMeansCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function paymentMeansCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolPaymentMeansCode, paymentMeansCodeSchema };
|
|
25
24
|
//# sourceMappingURL=payment-means-codes-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-means-codes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/payment-means-codes-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"payment-means-codes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/payment-means-codes-schema.ts"],"mappings":";;;;;;;;YAmBY,yBAAyB;;;;;;;;;;;;;wBAcrB,uBAAuB,iBAAc,EAAA"}
|
|
@@ -12,7 +12,6 @@ import * as z from "zod/mini";
|
|
|
12
12
|
* @see {@link processSchema}
|
|
13
13
|
* @see {@link documentTypesProcessIds}
|
|
14
14
|
*/
|
|
15
|
-
declare function processFromDocumentTypeSchema(documentType: PeppolDocumentType, error?: string): z.ZodMiniTemplateLiteral<`${string}::${string}`>;
|
|
15
|
+
export declare function processFromDocumentTypeSchema(documentType: PeppolDocumentType, error?: string): z.ZodMiniTemplateLiteral<`${string}::${string}`>;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { processFromDocumentTypeSchema };
|
|
18
17
|
//# sourceMappingURL=process-from-document-type-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-from-document-type-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-from-document-type-schema.ts"],"mappings":";;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"process-from-document-type-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-from-document-type-schema.ts"],"mappings":";;;;;;;;;;;;;;wBAkBgB,8BAA8B,cAAc,oBAAoB,iBAAgD,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see {@link processes}
|
|
8
8
|
*/
|
|
9
|
-
type PeppolProcesses = `${ProcessesKeys}::${string}`;
|
|
9
|
+
export type PeppolProcesses = `${ProcessesKeys}::${string}`;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a full PEPPOL business process identifier (`<scheme>::<value>`) against the known processes.
|
|
12
12
|
*
|
|
@@ -16,7 +16,6 @@ type PeppolProcesses = `${ProcessesKeys}::${string}`;
|
|
|
16
16
|
*
|
|
17
17
|
* @see {@link processes}
|
|
18
18
|
*/
|
|
19
|
-
declare function processSchema(error?: string): z.ZodMiniTemplateLiteral<`${string}::${string}`>;
|
|
19
|
+
export declare function processSchema(error?: string): z.ZodMiniTemplateLiteral<`${string}::${string}`>;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { PeppolProcesses, processSchema };
|
|
22
21
|
//# sourceMappingURL=process-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"process-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-schema.ts"],"mappings":";;;;;;;;YAYY,qBAAqB;;;;;;;;;;wBAajB,cAAc,iBAA2C,EAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
2
1
|
import { processes } from "../../values/processes.generated.js";
|
|
2
|
+
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
3
3
|
import * as z from "zod/mini";
|
|
4
4
|
//#region src/schemas/values/process-schema.ts
|
|
5
5
|
const entries = /* @__PURE__ */ objectEntries(processes);
|
|
@@ -9,10 +9,9 @@ import * as z from "zod/mini";
|
|
|
9
9
|
*
|
|
10
10
|
* @see {@link processes}
|
|
11
11
|
*/
|
|
12
|
-
declare function processXmlIdentifierSchema(error?: string): z.ZodMiniUnion<z.ZodMiniObject<{
|
|
12
|
+
export declare function processXmlIdentifierSchema(error?: string): z.ZodMiniUnion<z.ZodMiniObject<{
|
|
13
13
|
'#text': z.ZodMiniString<string>;
|
|
14
14
|
'@scheme': z.ZodMiniString<string>;
|
|
15
15
|
}, z.core.$strip>[]>;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { processXmlIdentifierSchema };
|
|
18
17
|
//# sourceMappingURL=process-xml-identifier-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-xml-identifier-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-xml-identifier-schema.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"process-xml-identifier-schema.d.ts","names":[],"sources":["../../../src/schemas/values/process-xml-identifier-schema.ts"],"mappings":";;;;;;;;;;;wBAgBgB,2BAA2B,iBAAoD,EAAA,aAAA,EAAA;;;GAU9F,EAAA,KAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
2
1
|
import { processes } from "../../values/processes.generated.js";
|
|
2
|
+
import { objectEntries } from "../../node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js";
|
|
3
3
|
import * as z from "zod/mini";
|
|
4
4
|
//#region src/schemas/values/process-xml-identifier-schema.ts
|
|
5
5
|
const entries = /* @__PURE__ */ objectEntries(processes);
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNECERec20/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolQuantityUnitCode = QuantityUnitCodesKeys;
|
|
9
|
+
export type PeppolQuantityUnitCode = QuantityUnitCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a unit of measure code against the PEPPOL subset of UN/ECE Recommendation 20.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolQuantityUnitCode = QuantityUnitCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNECERec20/
|
|
21
21
|
*/
|
|
22
|
-
declare function quantityUnitCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function quantityUnitCodesSchema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolQuantityUnitCode, quantityUnitCodesSchema };
|
|
25
24
|
//# sourceMappingURL=quantity-unit-codes-schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quantity-unit-codes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/quantity-unit-codes-schema.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"quantity-unit-codes-schema.d.ts","names":[],"sources":["../../../src/schemas/values/quantity-unit-codes-schema.ts"],"mappings":";;;;;;;;YAWY,yBAAyB;;;;;;;;;;;;;wBAcrB,wBAAwB,iBAAc,EAAA"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { VatDateCodesKeys } from "../../values/vat-dates.generated.js";
|
|
2
2
|
import * as z from "zod/mini";
|
|
3
3
|
//#region src/schemas/values/vat-date-code.d.ts
|
|
4
|
-
type PeppolVatDateCode = VatDateCodesKeys;
|
|
4
|
+
export type PeppolVatDateCode = VatDateCodesKeys;
|
|
5
5
|
/**
|
|
6
6
|
* @validations
|
|
7
7
|
* - PEPPOL-EN16931-CL006: Invoice period description code must be according to UNCL 2005 D.16B.
|
|
8
8
|
*/
|
|
9
|
-
declare function vatDateCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
9
|
+
export declare function vatDateCodeSchema(error?: string): z.ZodMiniString<string>;
|
|
10
10
|
//#endregion
|
|
11
|
-
export { PeppolVatDateCode, vatDateCodeSchema };
|
|
12
11
|
//# sourceMappingURL=vat-date-code.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vat-date-code.d.ts","names":[],"sources":["../../../src/schemas/values/vat-date-code.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"vat-date-code.d.ts","names":[],"sources":["../../../src/schemas/values/vat-date-code.ts"],"mappings":";;;YAMY,oBAAoB;;;;;wBAMhB,kBAAkB,iBAAc,EAAA"}
|
|
@@ -6,7 +6,7 @@ import * as z from "zod/mini";
|
|
|
6
6
|
*
|
|
7
7
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
8
8
|
*/
|
|
9
|
-
type PeppolVatexCode = VatexCodesKeys;
|
|
9
|
+
export type PeppolVatexCode = VatexCodesKeys;
|
|
10
10
|
/**
|
|
11
11
|
* @description Validates a VAT exemption reason code against the CEF VATEX codelist.
|
|
12
12
|
*
|
|
@@ -19,7 +19,6 @@ type PeppolVatexCode = VatexCodesKeys;
|
|
|
19
19
|
*
|
|
20
20
|
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
21
21
|
*/
|
|
22
|
-
declare function vatexCodeschema(error?: string): z.ZodMiniString<string>;
|
|
22
|
+
export declare function vatexCodeschema(error?: string): z.ZodMiniString<string>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PeppolVatexCode, vatexCodeschema };
|
|
25
24
|
//# sourceMappingURL=vatex-code.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vatex-code.d.ts","names":[],"sources":["../../../src/schemas/values/vatex-code.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"vatex-code.d.ts","names":[],"sources":["../../../src/schemas/values/vatex-code.ts"],"mappings":";;;;;;;;YAWY,kBAAkB;;;;;;;;;;;;;wBAcd,gBAAgB,iBAAc,EAAA"}
|
package/dist/schemas.d.ts
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
import { formatQuantityWithUnit } from "./schemas/utils/format-quantity-with-unit.js";
|
|
2
|
+
import { PeppolCreditNoteTypeCode, creditNoteTypeCodeSchema } from "./schemas/values/credit-note-type-code-schema.js";
|
|
3
|
+
import { getCreditNoteTypeCodeDescription } from "./schemas/utils/get-credit-note-type-code-description.js";
|
|
4
|
+
import { PeppolInvoiceTypeCode, invoiceTypeCodeSchema } from "./schemas/values/invoice-type-code-schema.js";
|
|
5
|
+
import { getInvoiceTypeCodeDescription } from "./schemas/utils/get-invoice-type-code-description.js";
|
|
6
|
+
import { isValidCreditNoteTypeCode } from "./schemas/utils/is-valid-credit-note-type-code.js";
|
|
7
|
+
import { isValidInvoiceTypeCode } from "./schemas/utils/is-valid-invoice-type-code.js";
|
|
8
|
+
import { PeppolProcesses, processSchema } from "./schemas/values/process-schema.js";
|
|
9
|
+
import { isValidProcess } from "./schemas/utils/is-valid-process.js";
|
|
10
|
+
import { PeppolQuantityUnitCode, quantityUnitCodesSchema } from "./schemas/values/quantity-unit-codes-schema.js";
|
|
11
|
+
import { IntlUnit, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit } from "./schemas/utils/quantity-unit-code-to-intl-unit.js";
|
|
1
12
|
import { PeppolCreditNote, creditNoteSchema } from "./schemas/credit-note.js";
|
|
2
13
|
import { PeppolInvoice, invoiceSchema } from "./schemas/invoice.js";
|
|
3
14
|
import { InvoiceDocumentResponseParty, InvoiceResponseDocumentReference, InvoiceResponseDocumentResponse, InvoiceResponseParty, PeppolInvoiceResponse, invoiceResponseSchema } from "./schemas/invoice-response-schema.js";
|
|
@@ -16,7 +27,6 @@ import { PeppolAllowanceChargeReasonCode, allowanceChargeReasonCodeSchema } from
|
|
|
16
27
|
import { PeppolApplicationResponseTypeCode, applicationResponseTypeCodeSchema } from "./schemas/values/application-response-type-codes.js";
|
|
17
28
|
import { PeppolChargeReasonCode, chargeReasonCodeSchema } from "./schemas/values/charge-reason-code.js";
|
|
18
29
|
import { PeppolCountryCode, countryCodeSchema } from "./schemas/values/country-code.js";
|
|
19
|
-
import { PeppolCreditNoteTypeCode, creditNoteTypeCodeSchema } from "./schemas/values/credit-note-type-code-schema.js";
|
|
20
30
|
import { PeppolCurrencyCode, currencyCodeSchema } from "./schemas/values/currency-codes.js";
|
|
21
31
|
import { PeppolDocumentTypeCode, documentTypeCodeSchema } from "./schemas/values/document-type-codes.js";
|
|
22
32
|
import { PeppolDocumentType, documentTypeSchema } from "./schemas/values/document-type-schema.js";
|
|
@@ -26,7 +36,6 @@ import { PeppolDutyTaxFeeCategoryCode, dutyTaxFeeCategorySchema } from "./schema
|
|
|
26
36
|
import { PeppolElectronicAddressCode, electronicCodesSchema } from "./schemas/values/eas-codes.js";
|
|
27
37
|
import { PeppolIcdCode, icdCodesSchema } from "./schemas/values/icd-codes.js";
|
|
28
38
|
import { PeppolInvoiceStatusCodes, invoiceStatusCodeSchema } from "./schemas/values/invoice-status-codes.js";
|
|
29
|
-
import { PeppolInvoiceTypeCode, invoiceTypeCodeSchema } from "./schemas/values/invoice-type-code-schema.js";
|
|
30
39
|
import { PeppolItemClassificationCode, itemClassificationCodesSchema } from "./schemas/values/item-classification-code-schema.js";
|
|
31
40
|
import { PeppolMimeCode, mimeCodesSchema } from "./schemas/values/mime-code.js";
|
|
32
41
|
import { PeppolOpStatusAction, opStatusActionSchema } from "./schemas/values/op-status-action.js";
|
|
@@ -34,9 +43,7 @@ import { PeppolOpStatusReason, opStatusReasonSchema } from "./schemas/values/op-
|
|
|
34
43
|
import { PeppolParticipantIdentifierCode, participantIdentifierCodeSchema } from "./schemas/values/participant-identifier-code.js";
|
|
35
44
|
import { PeppolPaymentMeansCode, paymentMeansCodeSchema } from "./schemas/values/payment-means-codes-schema.js";
|
|
36
45
|
import { processFromDocumentTypeSchema } from "./schemas/values/process-from-document-type-schema.js";
|
|
37
|
-
import { PeppolProcesses, processSchema } from "./schemas/values/process-schema.js";
|
|
38
46
|
import { processXmlIdentifierSchema } from "./schemas/values/process-xml-identifier-schema.js";
|
|
39
|
-
import { PeppolQuantityUnitCode, quantityUnitCodesSchema } from "./schemas/values/quantity-unit-codes-schema.js";
|
|
40
47
|
import { PeppolVatexCode, vatexCodeschema } from "./schemas/values/vatex-code.js";
|
|
41
48
|
import { PeppolVatDateCode, vatDateCodeSchema } from "./schemas/values/vat-date-code.js";
|
|
42
49
|
import { PeppolAdditionalDocumentReference, additionalDocumentReferenceSchema } from "./schemas/fields/additional-document-reference-schema.js";
|
|
@@ -79,13 +86,6 @@ import { PeppolTaxSubTotal, taxSubtotalSchema } from "./schemas/fields/tax-subto
|
|
|
79
86
|
import { PeppolTaxTotal, taxTotalsBaseSchema } from "./schemas/fields/tax-totals.js";
|
|
80
87
|
import { timeOnlyParser } from "./schemas/fields/time-only.js";
|
|
81
88
|
import { base64Schema } from "./schemas/utils/base-64.js";
|
|
82
|
-
import { formatQuantityWithUnit } from "./schemas/utils/format-quantity-with-unit.js";
|
|
83
|
-
import { getCreditNoteTypeCodeDescription } from "./schemas/utils/get-credit-note-type-code-description.js";
|
|
84
|
-
import { getInvoiceTypeCodeDescription } from "./schemas/utils/get-invoice-type-code-description.js";
|
|
85
|
-
import { isValidCreditNoteTypeCode } from "./schemas/utils/is-valid-credit-note-type-code.js";
|
|
86
|
-
import { isValidInvoiceTypeCode } from "./schemas/utils/is-valid-invoice-type-code.js";
|
|
87
|
-
import { isValidProcess } from "./schemas/utils/is-valid-process.js";
|
|
88
|
-
import { IntlUnit, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit } from "./schemas/utils/quantity-unit-code-to-intl-unit.js";
|
|
89
89
|
import { vatRegexSchema } from "./schemas/utils/vat-regex.js";
|
|
90
90
|
import { xsdTime } from "./schemas/utils/xsd-time.js";
|
|
91
91
|
export { DEFAULT_CUSTOMIZATION_ID, DEFAULT_PROFILE_ID, DocumentResponseLineResponseContent, IntlUnit, InvoiceDocumentResponseParty, InvoiceReponseDocumentActualResponseStatus, InvoiceResponseCondition, InvoiceResponseDocumentActualResponse, InvoiceResponseDocumentReference, InvoiceResponseDocumentResponse, InvoiceResponseParty, InvoiceResponseStatusReasonCode, PeppolAdditionalDocumentReference, PeppolAdditionalDocumentReferenceCode, PeppolAddress, PeppolAllowanceCharge, PeppolAllowanceChargeReasonCode, PeppolAmount, PeppolApplicationResponseTypeCode, PeppolBaseLine, PeppolBillingReference, PeppolChargeReasonCode, PeppolContact, PeppolCountryCode, PeppolCreditNote, PeppolCreditNoteLine, PeppolCreditNoteTypeCode, PeppolCurrencyCode, PeppolDelivery, PeppolDocumentType, PeppolDocumentTypeCode, PeppolDutyTaxFeeCategoryCode, PeppolElectronicAddressCode, PeppolIcdCode, PeppolIdentifier, PeppolInvoice, PeppolInvoiceLine, PeppolInvoiceLinePeriod, PeppolInvoicePeriod, PeppolInvoiceResponse, PeppolInvoiceStatusCodes, PeppolInvoiceTypeCode, PeppolItem, PeppolItemClassificationCode, PeppolLegalMonetaryTotal, PeppolLineAllowanceCharge, PeppolLinePrice, PeppolLinePriceAllowanceCharge, PeppolMessageLevelDocumentResponseDocumentReference, PeppolMessageLevelDocumentResponseLineResponse, PeppolMessageLevelMessageLevelResponseDocumentResponse, PeppolMessageLevelResponse, PeppolMessageLevelResponseDocumentResponseDocument, PeppolMessageLevelResponseParty, PeppolMimeCode, PeppolOpStatusAction, PeppolOpStatusReason, PeppolOrderReference, PeppolParticipantIdentifierCode, PeppolPartyLegalEntitySchema, PeppolPartySchema, PeppolPartyTaxSchema, PeppolPayeeParty, PeppolPaymentMeans, PeppolPaymentMeansCode, PeppolPaymentTerms, PeppolProcesses, PeppolQuantity, PeppolQuantityUnitCode, PeppolReferenceSchema, PeppolTaxCategory, PeppolTaxRepresentativeParty, PeppolTaxSubTotal, PeppolTaxSubTotalCategory, PeppolTaxTotal, PeppolVatDateCode, PeppolVatexCode, additionalDocumentReferenceCodeSchema, additionalDocumentReferenceSchema, addressSchema, allowanceChargeReasonCodeSchema, allowanceChargeSchema, amountSchema, applicationResponseTypeCodeSchema, base64Schema, baseLineAllowanceChargeSchema, baseLineSchema, billingReferenceSchema, binaryObjectSchema, chargeReasonCodeSchema, contactSchema, countryCodeSchema, creditNoteLineSchema, creditNoteSchema, creditNoteTypeCodeSchema, currencyCodeSchema, dateOnly, dateOnlyParser, deliverySchema, documentResponseDocumentReferenceSchema, documentResponseDocumentSchema, documentResponseLineResponseContent, documentResponseLineResponseSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, formatQuantityWithUnit, getCreditNoteTypeCodeDescription, getInvoiceTypeCodeDescription, icdCodesSchema, identifierSchema, invoiceLinePeriodSchema, invoiceLineSchema, invoicePeriodSchema, invoiceReponseDocumentActualResponseStatus, invoiceResponseDocumentActualResponse, invoiceResponseSchema, invoiceResponseStatusReasonCode, invoiceSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, isValidCreditNoteTypeCode, isValidInvoiceTypeCode, isValidProcess, itemClassificationCodesSchema, itemClassificationSchema, legalMonetaryTotalSchema, lineAllowanceChargeSchema, lineItemSchema, linePriceAllowanceChargeSchema, linePriceSchema, messageLevelResponse, messageLevelResponseDocumentResponseSchema, messageLevelResponsePartySchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, orderReferenceSchema, participantIdentifierCodeSchema, partyBaseSchema, partyLegalEntitySchema, partyTaxSchemeSchema, payeePartySchema, paymentMeansCodeSchema, paymentMeansSchema, paymentTermsSchema, priceAllowanceChargeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantitySchema, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit, quantityUnitCodesSchema, referenceSchema, taxCategorySchema, taxRepresentativeSchema, taxSubtotalCategorySchema, taxSubtotalSchema, taxTotalsBaseSchema, timeOnlyParser, vatDateCodeSchema, vatRegexSchema, vatexCodeschema, xsdTime };
|
package/dist/schemas.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
import { quantityToIntlUnitMap, quantityUnitCodeToIntlUnit } from "./schemas/utils/quantity-unit-code-to-intl-unit.js";
|
|
2
|
+
import { formatQuantityWithUnit } from "./schemas/utils/format-quantity-with-unit.js";
|
|
3
|
+
import { getCreditNoteTypeCodeDescription } from "./schemas/utils/get-credit-note-type-code-description.js";
|
|
4
|
+
import { getInvoiceTypeCodeDescription } from "./schemas/utils/get-invoice-type-code-description.js";
|
|
5
|
+
import { isValidCreditNoteTypeCode } from "./schemas/utils/is-valid-credit-note-type-code.js";
|
|
6
|
+
import { isValidInvoiceTypeCode } from "./schemas/utils/is-valid-invoice-type-code.js";
|
|
7
|
+
import { isValidProcess } from "./schemas/utils/is-valid-process.js";
|
|
1
8
|
import { base64Schema } from "./schemas/utils/base-64.js";
|
|
2
9
|
import { mimeCodesSchema } from "./schemas/values/mime-code.js";
|
|
3
10
|
import { binaryObjectSchema } from "./schemas/fields/binary-object-schema.js";
|
|
@@ -80,12 +87,5 @@ import { processXmlIdentifierSchema } from "./schemas/values/process-xml-identif
|
|
|
80
87
|
import { vatexCodeschema } from "./schemas/values/vatex-code.js";
|
|
81
88
|
import { referenceSchema } from "./schemas/fields/reference-schema.js";
|
|
82
89
|
import { timeOnlyParser } from "./schemas/fields/time-only.js";
|
|
83
|
-
import { quantityToIntlUnitMap, quantityUnitCodeToIntlUnit } from "./schemas/utils/quantity-unit-code-to-intl-unit.js";
|
|
84
|
-
import { formatQuantityWithUnit } from "./schemas/utils/format-quantity-with-unit.js";
|
|
85
|
-
import { getCreditNoteTypeCodeDescription } from "./schemas/utils/get-credit-note-type-code-description.js";
|
|
86
|
-
import { getInvoiceTypeCodeDescription } from "./schemas/utils/get-invoice-type-code-description.js";
|
|
87
|
-
import { isValidCreditNoteTypeCode } from "./schemas/utils/is-valid-credit-note-type-code.js";
|
|
88
|
-
import { isValidInvoiceTypeCode } from "./schemas/utils/is-valid-invoice-type-code.js";
|
|
89
|
-
import { isValidProcess } from "./schemas/utils/is-valid-process.js";
|
|
90
90
|
import { vatRegexSchema } from "./schemas/utils/vat-regex.js";
|
|
91
91
|
export { DEFAULT_CUSTOMIZATION_ID, DEFAULT_PROFILE_ID, additionalDocumentReferenceCodeSchema, additionalDocumentReferenceSchema, addressSchema, allowanceChargeReasonCodeSchema, allowanceChargeSchema, amountSchema, applicationResponseTypeCodeSchema, base64Schema, baseLineAllowanceChargeSchema, baseLineSchema, billingReferenceSchema, binaryObjectSchema, chargeReasonCodeSchema, contactSchema, countryCodeSchema, creditNoteLineSchema, creditNoteSchema, creditNoteTypeCodeSchema, currencyCodeSchema, dateOnly, dateOnlyParser, deliverySchema, documentResponseDocumentReferenceSchema, documentResponseDocumentSchema, documentResponseLineResponseContent, documentResponseLineResponseSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, formatQuantityWithUnit, getCreditNoteTypeCodeDescription, getInvoiceTypeCodeDescription, icdCodesSchema, identifierSchema, invoiceLinePeriodSchema, invoiceLineSchema, invoicePeriodSchema, invoiceReponseDocumentActualResponseStatus, invoiceResponseDocumentActualResponse, invoiceResponseSchema, invoiceResponseStatusReasonCode, invoiceSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, isValidCreditNoteTypeCode, isValidInvoiceTypeCode, isValidProcess, itemClassificationCodesSchema, itemClassificationSchema, legalMonetaryTotalSchema, lineAllowanceChargeSchema, lineItemSchema, linePriceAllowanceChargeSchema, linePriceSchema, messageLevelResponse, messageLevelResponseDocumentResponseSchema, messageLevelResponsePartySchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, orderReferenceSchema, participantIdentifierCodeSchema, partyBaseSchema, partyLegalEntitySchema, partyTaxSchemeSchema, payeePartySchema, paymentMeansCodeSchema, paymentMeansSchema, paymentTermsSchema, priceAllowanceChargeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantitySchema, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit, quantityUnitCodesSchema, referenceSchema, taxCategorySchema, taxRepresentativeSchema, taxSubtotalCategorySchema, taxSubtotalSchema, taxTotalsBaseSchema, timeOnlyParser, vatDateCodeSchema, vatRegexSchema, vatexCodeschema, xsdTime };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PeppolDocument } from "../../../document.js";
|
|
2
2
|
import { SchematronRuleResult } from "../../types.js";
|
|
3
3
|
//#region src/schematron/cen/ae/cen-en16931-br-ae-01.d.ts
|
|
4
|
-
declare function validateCenEn16931BrAe01(document: PeppolDocument): SchematronRuleResult;
|
|
4
|
+
export declare function validateCenEn16931BrAe01(document: PeppolDocument): SchematronRuleResult;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { validateCenEn16931BrAe01 };
|
|
7
6
|
//# sourceMappingURL=cen-en16931-br-ae-01.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cen-en16931-br-ae-01.d.ts","names":[],"sources":["../../../../src/schematron/cen/ae/cen-en16931-br-ae-01.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"cen-en16931-br-ae-01.d.ts","names":[],"sources":["../../../../src/schematron/cen/ae/cen-en16931-br-ae-01.ts"],"mappings":";;;wBAagB,yBAAyB,UAAU,iBAAiB"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PeppolDocument } from "../../../document.js";
|
|
2
2
|
import { SchematronRuleResult } from "../../types.js";
|
|
3
3
|
//#region src/schematron/cen/ae/cen-en16931-br-ae-02.d.ts
|
|
4
|
-
declare function validateCenEn16931BrAe02(document: PeppolDocument): SchematronRuleResult;
|
|
4
|
+
export declare function validateCenEn16931BrAe02(document: PeppolDocument): SchematronRuleResult;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { validateCenEn16931BrAe02 };
|
|
7
6
|
//# sourceMappingURL=cen-en16931-br-ae-02.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cen-en16931-br-ae-02.d.ts","names":[],"sources":["../../../../src/schematron/cen/ae/cen-en16931-br-ae-02.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"cen-en16931-br-ae-02.d.ts","names":[],"sources":["../../../../src/schematron/cen/ae/cen-en16931-br-ae-02.ts"],"mappings":";;;wBAoBgB,yBAAyB,UAAU,iBAAiB"}
|