@endevops/peppol-schema 0.0.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 +52 -0
- package/dist/bin/generate-translations.mjs +150 -0
- package/dist/bin/translations-BNKOEbFl.mjs +20382 -0
- package/dist/constants/credit-note-doctype-id.d.ts +5 -0
- package/dist/constants/credit-note-doctype-id.d.ts.map +1 -0
- package/dist/constants/credit-note-doctype-id.js +7 -0
- package/dist/constants/credit-note-doctype-id.js.map +1 -0
- package/dist/constants/credit-note-process-id.d.ts +5 -0
- package/dist/constants/credit-note-process-id.d.ts.map +1 -0
- package/dist/constants/credit-note-process-id.js +7 -0
- package/dist/constants/credit-note-process-id.js.map +1 -0
- package/dist/constants/document-scheme.d.ts +5 -0
- package/dist/constants/document-scheme.d.ts.map +1 -0
- package/dist/constants/document-scheme.js +6 -0
- package/dist/constants/document-scheme.js.map +1 -0
- package/dist/constants/index.js +15 -0
- package/dist/constants/invoice-doctype-id.d.ts +5 -0
- package/dist/constants/invoice-doctype-id.d.ts.map +1 -0
- package/dist/constants/invoice-doctype-id.js +7 -0
- package/dist/constants/invoice-doctype-id.js.map +1 -0
- package/dist/constants/invoice-process-id.d.ts +5 -0
- package/dist/constants/invoice-process-id.d.ts.map +1 -0
- package/dist/constants/invoice-process-id.js +7 -0
- package/dist/constants/invoice-process-id.js.map +1 -0
- package/dist/constants/invoice-response-doctype-id.d.ts +5 -0
- package/dist/constants/invoice-response-doctype-id.d.ts.map +1 -0
- package/dist/constants/invoice-response-doctype-id.js +7 -0
- package/dist/constants/invoice-response-doctype-id.js.map +1 -0
- package/dist/constants/invoice-response-process-id.d.ts +5 -0
- package/dist/constants/invoice-response-process-id.d.ts.map +1 -0
- package/dist/constants/invoice-response-process-id.js +8 -0
- package/dist/constants/invoice-response-process-id.js.map +1 -0
- package/dist/constants/invoice-response-profile-id.d.ts +5 -0
- package/dist/constants/invoice-response-profile-id.d.ts.map +1 -0
- package/dist/constants/invoice-response-profile-id.js +6 -0
- package/dist/constants/invoice-response-profile-id.js.map +1 -0
- package/dist/constants/message-level-response-doctype-id.d.ts +5 -0
- package/dist/constants/message-level-response-doctype-id.d.ts.map +1 -0
- package/dist/constants/message-level-response-doctype-id.js +7 -0
- package/dist/constants/message-level-response-doctype-id.js.map +1 -0
- package/dist/constants/message-level-response-process-id.d.ts +5 -0
- package/dist/constants/message-level-response-process-id.d.ts.map +1 -0
- package/dist/constants/message-level-response-process-id.js +8 -0
- package/dist/constants/message-level-response-process-id.js.map +1 -0
- package/dist/constants/message-level-response-profile-id.d.ts +5 -0
- package/dist/constants/message-level-response-profile-id.d.ts.map +1 -0
- package/dist/constants/message-level-response-profile-id.js +6 -0
- package/dist/constants/message-level-response-profile-id.js.map +1 -0
- package/dist/constants/participant-scheme.d.ts +5 -0
- package/dist/constants/participant-scheme.d.ts.map +1 -0
- package/dist/constants/participant-scheme.js +6 -0
- package/dist/constants/participant-scheme.js.map +1 -0
- package/dist/constants/process-scheme.d.ts +5 -0
- package/dist/constants/process-scheme.d.ts.map +1 -0
- package/dist/constants/process-scheme.js +6 -0
- package/dist/constants/process-scheme.js.map +1 -0
- package/dist/constants/transport-profile.d.ts +5 -0
- package/dist/constants/transport-profile.d.ts.map +1 -0
- package/dist/constants/transport-profile.js +6 -0
- package/dist/constants/transport-profile.js.map +1 -0
- package/dist/decoders/decode-billing.js +52 -0
- package/dist/decoders/decode-billing.js.map +1 -0
- package/dist/decoders/decode-credit-note.js +18 -0
- package/dist/decoders/decode-credit-note.js.map +1 -0
- package/dist/decoders/decode-invoice-response.js +82 -0
- package/dist/decoders/decode-invoice-response.js.map +1 -0
- package/dist/decoders/decode-invoice.js +21 -0
- package/dist/decoders/decode-invoice.js.map +1 -0
- package/dist/decoders/decode-message-level-response.js +66 -0
- package/dist/decoders/decode-message-level-response.js.map +1 -0
- package/dist/decoders/encode-credit-note.js +65 -0
- package/dist/decoders/encode-credit-note.js.map +1 -0
- package/dist/decoders/encode-invoice-response.js +61 -0
- package/dist/decoders/encode-invoice-response.js.map +1 -0
- package/dist/decoders/encode-invoice.js +66 -0
- package/dist/decoders/encode-invoice.js.map +1 -0
- package/dist/decoders/encode-message-level-response.js +50 -0
- package/dist/decoders/encode-message-level-response.js.map +1 -0
- package/dist/decoders/fields/decode-additional-document-references.js +31 -0
- package/dist/decoders/fields/decode-additional-document-references.js.map +1 -0
- package/dist/decoders/fields/decode-address.js +30 -0
- package/dist/decoders/fields/decode-address.js.map +1 -0
- package/dist/decoders/fields/decode-allowance-charges.js +24 -0
- package/dist/decoders/fields/decode-allowance-charges.js.map +1 -0
- package/dist/decoders/fields/decode-amount.js +18 -0
- package/dist/decoders/fields/decode-amount.js.map +1 -0
- package/dist/decoders/fields/decode-billing-references.js +15 -0
- package/dist/decoders/fields/decode-billing-references.js.map +1 -0
- package/dist/decoders/fields/decode-credit-note-lines.js +18 -0
- package/dist/decoders/fields/decode-credit-note-lines.js.map +1 -0
- package/dist/decoders/fields/decode-delivery.js +33 -0
- package/dist/decoders/fields/decode-delivery.js.map +1 -0
- package/dist/decoders/fields/decode-electronic-address.js +11 -0
- package/dist/decoders/fields/decode-electronic-address.js.map +1 -0
- package/dist/decoders/fields/decode-identifier.js +18 -0
- package/dist/decoders/fields/decode-identifier.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-line-period.js +14 -0
- package/dist/decoders/fields/decode-invoice-line-period.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-lines.js +18 -0
- package/dist/decoders/fields/decode-invoice-lines.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-message-document-party.js +17 -0
- package/dist/decoders/fields/decode-invoice-message-document-party.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-message-party.js +37 -0
- package/dist/decoders/fields/decode-invoice-message-party.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-period.js +15 -0
- package/dist/decoders/fields/decode-invoice-period.js.map +1 -0
- package/dist/decoders/fields/decode-legal-monetary-total.js +21 -0
- package/dist/decoders/fields/decode-legal-monetary-total.js.map +1 -0
- package/dist/decoders/fields/decode-line-allowance-charges.js +22 -0
- package/dist/decoders/fields/decode-line-allowance-charges.js.map +1 -0
- package/dist/decoders/fields/decode-line-price.js +18 -0
- package/dist/decoders/fields/decode-line-price.js.map +1 -0
- package/dist/decoders/fields/decode-line-shared.js +62 -0
- package/dist/decoders/fields/decode-line-shared.js.map +1 -0
- package/dist/decoders/fields/decode-message-level-party.js +12 -0
- package/dist/decoders/fields/decode-message-level-party.js.map +1 -0
- package/dist/decoders/fields/decode-order-reference.js +15 -0
- package/dist/decoders/fields/decode-order-reference.js.map +1 -0
- package/dist/decoders/fields/decode-parties-tax-scheme.js +16 -0
- package/dist/decoders/fields/decode-parties-tax-scheme.js.map +1 -0
- package/dist/decoders/fields/decode-party-tax-scheme.js +16 -0
- package/dist/decoders/fields/decode-party-tax-scheme.js.map +1 -0
- package/dist/decoders/fields/decode-party.js +52 -0
- package/dist/decoders/fields/decode-party.js.map +1 -0
- package/dist/decoders/fields/decode-payee-party.js +32 -0
- package/dist/decoders/fields/decode-payee-party.js.map +1 -0
- package/dist/decoders/fields/decode-payment-means.js +56 -0
- package/dist/decoders/fields/decode-payment-means.js.map +1 -0
- package/dist/decoders/fields/decode-payment-terms.js +13 -0
- package/dist/decoders/fields/decode-payment-terms.js.map +1 -0
- package/dist/decoders/fields/decode-price-allowance-charge.js +17 -0
- package/dist/decoders/fields/decode-price-allowance-charge.js.map +1 -0
- package/dist/decoders/fields/decode-quantity.js +16 -0
- package/dist/decoders/fields/decode-quantity.js.map +1 -0
- package/dist/decoders/fields/decode-simple-identifier.js +12 -0
- package/dist/decoders/fields/decode-simple-identifier.js.map +1 -0
- package/dist/decoders/fields/decode-tax-category.js +18 -0
- package/dist/decoders/fields/decode-tax-category.js.map +1 -0
- package/dist/decoders/fields/decode-tax-representative-party.js +18 -0
- package/dist/decoders/fields/decode-tax-representative-party.js.map +1 -0
- package/dist/decoders/fields/decode-tax-totals.js +39 -0
- package/dist/decoders/fields/decode-tax-totals.js.map +1 -0
- package/dist/decoders/fields/encode-additional-document-references.js +25 -0
- package/dist/decoders/fields/encode-additional-document-references.js.map +1 -0
- package/dist/decoders/fields/encode-address.js +17 -0
- package/dist/decoders/fields/encode-address.js.map +1 -0
- package/dist/decoders/fields/encode-allowance-charges.js +18 -0
- package/dist/decoders/fields/encode-allowance-charges.js.map +1 -0
- package/dist/decoders/fields/encode-amount.js +12 -0
- package/dist/decoders/fields/encode-amount.js.map +1 -0
- package/dist/decoders/fields/encode-billing-references.js +11 -0
- package/dist/decoders/fields/encode-billing-references.js.map +1 -0
- package/dist/decoders/fields/encode-credit-note-lines.js +10 -0
- package/dist/decoders/fields/encode-credit-note-lines.js.map +1 -0
- package/dist/decoders/fields/encode-delivery.js +22 -0
- package/dist/decoders/fields/encode-delivery.js.map +1 -0
- package/dist/decoders/fields/encode-identifier.js +13 -0
- package/dist/decoders/fields/encode-identifier.js.map +1 -0
- package/dist/decoders/fields/encode-invoice-line-period.js +11 -0
- package/dist/decoders/fields/encode-invoice-line-period.js.map +1 -0
- package/dist/decoders/fields/encode-invoice-lines.js +10 -0
- package/dist/decoders/fields/encode-invoice-lines.js.map +1 -0
- package/dist/decoders/fields/encode-invoice-period.js +12 -0
- package/dist/decoders/fields/encode-invoice-period.js.map +1 -0
- package/dist/decoders/fields/encode-legal-monetary-total.js +18 -0
- package/dist/decoders/fields/encode-legal-monetary-total.js.map +1 -0
- package/dist/decoders/fields/encode-line-allowance-charges.js +16 -0
- package/dist/decoders/fields/encode-line-allowance-charges.js.map +1 -0
- package/dist/decoders/fields/encode-line-price.js +16 -0
- package/dist/decoders/fields/encode-line-price.js.map +1 -0
- package/dist/decoders/fields/encode-line-shared.js +49 -0
- package/dist/decoders/fields/encode-line-shared.js.map +1 -0
- package/dist/decoders/fields/encode-message-party.js +31 -0
- package/dist/decoders/fields/encode-message-party.js.map +1 -0
- package/dist/decoders/fields/encode-order-reference.js +12 -0
- package/dist/decoders/fields/encode-order-reference.js.map +1 -0
- package/dist/decoders/fields/encode-parties-tax-scheme.js +10 -0
- package/dist/decoders/fields/encode-parties-tax-scheme.js.map +1 -0
- package/dist/decoders/fields/encode-party-tax-scheme.js +13 -0
- package/dist/decoders/fields/encode-party-tax-scheme.js.map +1 -0
- package/dist/decoders/fields/encode-party.js +43 -0
- package/dist/decoders/fields/encode-party.js.map +1 -0
- package/dist/decoders/fields/encode-payee-party.js +25 -0
- package/dist/decoders/fields/encode-payee-party.js.map +1 -0
- package/dist/decoders/fields/encode-payment-means.js +42 -0
- package/dist/decoders/fields/encode-payment-means.js.map +1 -0
- package/dist/decoders/fields/encode-payment-terms.js +9 -0
- package/dist/decoders/fields/encode-payment-terms.js.map +1 -0
- package/dist/decoders/fields/encode-price-allowance-charges.js +14 -0
- package/dist/decoders/fields/encode-price-allowance-charges.js.map +1 -0
- package/dist/decoders/fields/encode-quantity.js +12 -0
- package/dist/decoders/fields/encode-quantity.js.map +1 -0
- package/dist/decoders/fields/encode-simple-identifier.js +9 -0
- package/dist/decoders/fields/encode-simple-identifier.js.map +1 -0
- package/dist/decoders/fields/encode-tax-category.js +14 -0
- package/dist/decoders/fields/encode-tax-category.js.map +1 -0
- package/dist/decoders/fields/encode-tax-representative-party.js +15 -0
- package/dist/decoders/fields/encode-tax-representative-party.js.map +1 -0
- package/dist/decoders/fields/encode-tax-totals.js +23 -0
- package/dist/decoders/fields/encode-tax-totals.js.map +1 -0
- package/dist/document-parser.d.ts +1076 -0
- package/dist/document-parser.d.ts.map +1 -0
- package/dist/document-parser.js +56 -0
- package/dist/document-parser.js.map +1 -0
- package/dist/document.d.ts +21 -0
- package/dist/document.d.ts.map +1 -0
- package/dist/helpers/bool.js +14 -0
- package/dist/helpers/bool.js.map +1 -0
- package/dist/helpers/get-array.js +17 -0
- package/dist/helpers/get-array.js.map +1 -0
- package/dist/helpers/get-prop.js +24 -0
- package/dist/helpers/get-prop.js.map +1 -0
- package/dist/helpers/is-defined.js +8 -0
- package/dist/helpers/is-defined.js.map +1 -0
- package/dist/helpers/num-or-und.js +10 -0
- package/dist/helpers/num-or-und.js.map +1 -0
- package/dist/helpers/str-or-und.js +14 -0
- package/dist/helpers/str-or-und.js.map +1 -0
- package/dist/index.d.ts +135 -0
- package/dist/index.js +135 -0
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +5 -0
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +1 -0
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.js +10 -0
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.js.map +1 -0
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +5 -0
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +1 -0
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js +11 -0
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js.map +1 -0
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +7 -0
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +1 -0
- package/dist/invoice-response-codes/invoice-response-codes-order.js +31 -0
- package/dist/invoice-response-codes/invoice-response-codes-order.js.map +1 -0
- package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js +26 -0
- package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/all-union-fields.d.ts +83 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/all-union-fields.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/object.d.ts +37 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/object.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts +13 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-equal.d.ts +33 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-equal.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-never.d.ts +58 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-never.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/keys-of-union.d.ts +45 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/keys-of-union.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/primitive.d.ts +10 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/primitive.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/shared-union-fields.d.ts +72 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/shared-union-fields.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/simplify.d.ts +63 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/simplify.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/union-to-intersection.d.ts +36 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/unknown-array.d.ts +29 -0
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/unknown-array.d.ts.map +1 -0
- package/dist/peppol-validations/add-piva.d.ts +8 -0
- package/dist/peppol-validations/add-piva.d.ts.map +1 -0
- package/dist/peppol-validations/add-piva.js +15 -0
- package/dist/peppol-validations/add-piva.js.map +1 -0
- package/dist/peppol-validations/check-cf.d.ts +8 -0
- package/dist/peppol-validations/check-cf.d.ts.map +1 -0
- package/dist/peppol-validations/check-cf.js +16 -0
- package/dist/peppol-validations/check-cf.js.map +1 -0
- package/dist/peppol-validations/check-cf16.d.ts +8 -0
- package/dist/peppol-validations/check-cf16.d.ts.map +1 -0
- package/dist/peppol-validations/check-cf16.js +15 -0
- package/dist/peppol-validations/check-cf16.js.map +1 -0
- package/dist/peppol-validations/check-piva-se-it.d.ts +8 -0
- package/dist/peppol-validations/check-piva-se-it.d.ts.map +1 -0
- package/dist/peppol-validations/check-piva-se-it.js +15 -0
- package/dist/peppol-validations/check-piva-se-it.js.map +1 -0
- package/dist/peppol-validations/check-piva.d.ts +8 -0
- package/dist/peppol-validations/check-piva.d.ts.map +1 -0
- package/dist/peppol-validations/check-piva.js +13 -0
- package/dist/peppol-validations/check-piva.js.map +1 -0
- package/dist/peppol-validations/check-se-orgnr.d.ts +8 -0
- package/dist/peppol-validations/check-se-orgnr.d.ts.map +1 -0
- package/dist/peppol-validations/check-se-orgnr.js +24 -0
- package/dist/peppol-validations/check-se-orgnr.js.map +1 -0
- package/dist/peppol-validations/greek-tin-verification.d.ts +8 -0
- package/dist/peppol-validations/greek-tin-verification.d.ts.map +1 -0
- package/dist/peppol-validations/greek-tin-verification.js +13 -0
- package/dist/peppol-validations/greek-tin-verification.js.map +1 -0
- package/dist/peppol-validations/is-valid-abn.d.ts +8 -0
- package/dist/peppol-validations/is-valid-abn.d.ts.map +1 -0
- package/dist/peppol-validations/is-valid-abn.js +29 -0
- package/dist/peppol-validations/is-valid-abn.js.map +1 -0
- package/dist/peppol-validations/is-valid-gln.d.ts +14 -0
- package/dist/peppol-validations/is-valid-gln.d.ts.map +1 -0
- package/dist/peppol-validations/is-valid-gln.js +19 -0
- package/dist/peppol-validations/is-valid-gln.js.map +1 -0
- package/dist/peppol-validations/is-valid-iban.d.ts +8 -0
- package/dist/peppol-validations/is-valid-iban.d.ts.map +1 -0
- package/dist/peppol-validations/is-valid-iban.js +20 -0
- package/dist/peppol-validations/is-valid-iban.js.map +1 -0
- package/dist/peppol-validations/is-valid-mod11.d.ts +8 -0
- package/dist/peppol-validations/is-valid-mod11.d.ts.map +1 -0
- package/dist/peppol-validations/is-valid-mod11.js +21 -0
- package/dist/peppol-validations/is-valid-mod11.js.map +1 -0
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts +14 -0
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +1 -0
- package/dist/peppol-validations/is-valid-mod97-0208.js +20 -0
- package/dist/peppol-validations/is-valid-mod97-0208.js.map +1 -0
- package/dist/peppol-validations/luhn-check.d.ts +8 -0
- package/dist/peppol-validations/luhn-check.d.ts.map +1 -0
- package/dist/peppol-validations/luhn-check.js +25 -0
- package/dist/peppol-validations/luhn-check.js.map +1 -0
- package/dist/peppol-validations/normalize-space.js +11 -0
- package/dist/peppol-validations/normalize-space.js.map +1 -0
- package/dist/schemas/billing-base.js +321 -0
- package/dist/schemas/billing-base.js.map +1 -0
- package/dist/schemas/credit-note.d.ts +467 -0
- package/dist/schemas/credit-note.d.ts.map +1 -0
- package/dist/schemas/credit-note.js +29 -0
- package/dist/schemas/credit-note.js.map +1 -0
- package/dist/schemas/document-response-document-reference-schema.d.ts +11 -0
- package/dist/schemas/document-response-document-reference-schema.d.ts.map +1 -0
- package/dist/schemas/document-response-document-reference-schema.js +39 -0
- package/dist/schemas/document-response-document-reference-schema.js.map +1 -0
- package/dist/schemas/document-response-document-schema.d.ts +19 -0
- package/dist/schemas/document-response-document-schema.d.ts.map +1 -0
- package/dist/schemas/document-response-document-schema.js +36 -0
- package/dist/schemas/document-response-document-schema.js.map +1 -0
- package/dist/schemas/document-response-line-response-content.d.ts +17 -0
- package/dist/schemas/document-response-line-response-content.d.ts.map +1 -0
- package/dist/schemas/document-response-line-response-content.js +48 -0
- package/dist/schemas/document-response-line-response-content.js.map +1 -0
- package/dist/schemas/document-response-line-response-schema.d.ts +22 -0
- package/dist/schemas/document-response-line-response-schema.d.ts.map +1 -0
- package/dist/schemas/document-response-line-response-schema.js +33 -0
- package/dist/schemas/document-response-line-response-schema.js.map +1 -0
- package/dist/schemas/fields/additional-document-reference-schema.d.ts +34 -0
- package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +1 -0
- package/dist/schemas/fields/additional-document-reference-schema.js +108 -0
- package/dist/schemas/fields/additional-document-reference-schema.js.map +1 -0
- package/dist/schemas/fields/address-schema.d.ts +24 -0
- package/dist/schemas/fields/address-schema.d.ts.map +1 -0
- package/dist/schemas/fields/address-schema.js +102 -0
- package/dist/schemas/fields/address-schema.js.map +1 -0
- package/dist/schemas/fields/allowance-charge-schema.d.ts +52 -0
- package/dist/schemas/fields/allowance-charge-schema.d.ts.map +1 -0
- package/dist/schemas/fields/allowance-charge-schema.js +75 -0
- package/dist/schemas/fields/allowance-charge-schema.js.map +1 -0
- package/dist/schemas/fields/amount-schema.d.ts +15 -0
- package/dist/schemas/fields/amount-schema.d.ts.map +1 -0
- package/dist/schemas/fields/amount-schema.js +22 -0
- package/dist/schemas/fields/amount-schema.js.map +1 -0
- package/dist/schemas/fields/base-line-schema.d.ts +115 -0
- package/dist/schemas/fields/base-line-schema.d.ts.map +1 -0
- package/dist/schemas/fields/base-line-schema.js +132 -0
- package/dist/schemas/fields/base-line-schema.js.map +1 -0
- package/dist/schemas/fields/billing-references-schema.d.ts +17 -0
- package/dist/schemas/fields/billing-references-schema.d.ts.map +1 -0
- package/dist/schemas/fields/billing-references-schema.js +46 -0
- package/dist/schemas/fields/billing-references-schema.js.map +1 -0
- package/dist/schemas/fields/binary-object-schema.d.ts +15 -0
- package/dist/schemas/fields/binary-object-schema.d.ts.map +1 -0
- package/dist/schemas/fields/binary-object-schema.js +52 -0
- package/dist/schemas/fields/binary-object-schema.js.map +1 -0
- package/dist/schemas/fields/contact-schema.d.ts +11 -0
- package/dist/schemas/fields/contact-schema.d.ts.map +1 -0
- package/dist/schemas/fields/contact-schema.js +20 -0
- package/dist/schemas/fields/contact-schema.js.map +1 -0
- package/dist/schemas/fields/credit-note-line-schema.d.ts +119 -0
- package/dist/schemas/fields/credit-note-line-schema.d.ts.map +1 -0
- package/dist/schemas/fields/credit-note-line-schema.js +36 -0
- package/dist/schemas/fields/credit-note-line-schema.js.map +1 -0
- package/dist/schemas/fields/date-only-fn.d.ts +9 -0
- package/dist/schemas/fields/date-only-fn.d.ts.map +1 -0
- package/dist/schemas/fields/date-only-fn.js +10 -0
- package/dist/schemas/fields/date-only-fn.js.map +1 -0
- package/dist/schemas/fields/date-only-parser.d.ts +6 -0
- package/dist/schemas/fields/date-only-parser.d.ts.map +1 -0
- package/dist/schemas/fields/date-only-parser.js +20 -0
- package/dist/schemas/fields/date-only-parser.js.map +1 -0
- package/dist/schemas/fields/default-customization-id.d.ts +5 -0
- package/dist/schemas/fields/default-customization-id.d.ts.map +1 -0
- package/dist/schemas/fields/default-customization-id.js +6 -0
- package/dist/schemas/fields/default-customization-id.js.map +1 -0
- package/dist/schemas/fields/default-profile-id.d.ts +5 -0
- package/dist/schemas/fields/default-profile-id.d.ts.map +1 -0
- package/dist/schemas/fields/default-profile-id.js +6 -0
- package/dist/schemas/fields/default-profile-id.js.map +1 -0
- package/dist/schemas/fields/delivery-schema.d.ts +33 -0
- package/dist/schemas/fields/delivery-schema.d.ts.map +1 -0
- package/dist/schemas/fields/delivery-schema.js +88 -0
- package/dist/schemas/fields/delivery-schema.js.map +1 -0
- package/dist/schemas/fields/identifier-schema.d.ts +15 -0
- package/dist/schemas/fields/identifier-schema.d.ts.map +1 -0
- package/dist/schemas/fields/identifier-schema.js +23 -0
- package/dist/schemas/fields/identifier-schema.js.map +1 -0
- package/dist/schemas/fields/invoice-line-period-schema.d.ts +10 -0
- package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +1 -0
- package/dist/schemas/fields/invoice-line-period-schema.js +34 -0
- package/dist/schemas/fields/invoice-line-period-schema.js.map +1 -0
- package/dist/schemas/fields/invoice-line-schema.d.ts +121 -0
- package/dist/schemas/fields/invoice-line-schema.d.ts.map +1 -0
- package/dist/schemas/fields/invoice-line-schema.js +40 -0
- package/dist/schemas/fields/invoice-line-schema.js.map +1 -0
- package/dist/schemas/fields/invoice-period-schema.d.ts +19 -0
- package/dist/schemas/fields/invoice-period-schema.d.ts.map +1 -0
- package/dist/schemas/fields/invoice-period-schema.js +28 -0
- package/dist/schemas/fields/invoice-period-schema.js.map +1 -0
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts +47 -0
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +1 -0
- package/dist/schemas/fields/legal-monetary-total-schema.js +127 -0
- package/dist/schemas/fields/legal-monetary-total-schema.js.map +1 -0
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts +46 -0
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +1 -0
- package/dist/schemas/fields/line-allowance-charge-schema.js +48 -0
- package/dist/schemas/fields/line-allowance-charge-schema.js.map +1 -0
- package/dist/schemas/fields/line-item-schema.d.ts +48 -0
- package/dist/schemas/fields/line-item-schema.d.ts.map +1 -0
- package/dist/schemas/fields/line-item-schema.js +163 -0
- package/dist/schemas/fields/line-item-schema.js.map +1 -0
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +28 -0
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +1 -0
- package/dist/schemas/fields/line-price-allowance-charge-schema.js +30 -0
- package/dist/schemas/fields/line-price-allowance-charge-schema.js.map +1 -0
- package/dist/schemas/fields/list-identifier-schema.d.ts +20 -0
- package/dist/schemas/fields/list-identifier-schema.d.ts.map +1 -0
- package/dist/schemas/fields/list-identifier-schema.js +46 -0
- package/dist/schemas/fields/list-identifier-schema.js.map +1 -0
- package/dist/schemas/fields/order-reference-schema.d.ts +15 -0
- package/dist/schemas/fields/order-reference-schema.d.ts.map +1 -0
- package/dist/schemas/fields/order-reference-schema.js +38 -0
- package/dist/schemas/fields/order-reference-schema.js.map +1 -0
- package/dist/schemas/fields/party-base-schema.d.ts +58 -0
- package/dist/schemas/fields/party-base-schema.d.ts.map +1 -0
- package/dist/schemas/fields/party-base-schema.js +127 -0
- package/dist/schemas/fields/party-base-schema.js.map +1 -0
- package/dist/schemas/fields/party-legal-entity-schema.d.ts +14 -0
- package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +1 -0
- package/dist/schemas/fields/party-legal-entity-schema.js +30 -0
- package/dist/schemas/fields/party-legal-entity-schema.js.map +1 -0
- package/dist/schemas/fields/party-tax-schema.d.ts +15 -0
- package/dist/schemas/fields/party-tax-schema.d.ts.map +1 -0
- package/dist/schemas/fields/party-tax-schema.js +34 -0
- package/dist/schemas/fields/party-tax-schema.js.map +1 -0
- package/dist/schemas/fields/payee-party.d.ts +31 -0
- package/dist/schemas/fields/payee-party.d.ts.map +1 -0
- package/dist/schemas/fields/payee-party.js +99 -0
- package/dist/schemas/fields/payee-party.js.map +1 -0
- package/dist/schemas/fields/payment-means-schema.d.ts +39 -0
- package/dist/schemas/fields/payment-means-schema.d.ts.map +1 -0
- package/dist/schemas/fields/payment-means-schema.js +198 -0
- package/dist/schemas/fields/payment-means-schema.js.map +1 -0
- package/dist/schemas/fields/payment-terms-schema.d.ts +14 -0
- package/dist/schemas/fields/payment-terms-schema.d.ts.map +1 -0
- package/dist/schemas/fields/payment-terms-schema.js +24 -0
- package/dist/schemas/fields/payment-terms-schema.js.map +1 -0
- package/dist/schemas/fields/price-schema.d.ts +32 -0
- package/dist/schemas/fields/price-schema.d.ts.map +1 -0
- package/dist/schemas/fields/price-schema.js +32 -0
- package/dist/schemas/fields/price-schema.js.map +1 -0
- package/dist/schemas/fields/quantity-schema.d.ts +15 -0
- package/dist/schemas/fields/quantity-schema.d.ts.map +1 -0
- package/dist/schemas/fields/quantity-schema.js +22 -0
- package/dist/schemas/fields/quantity-schema.js.map +1 -0
- package/dist/schemas/fields/reference-schema.d.ts +9 -0
- package/dist/schemas/fields/reference-schema.d.ts.map +1 -0
- package/dist/schemas/fields/reference-schema.js +7 -0
- package/dist/schemas/fields/reference-schema.js.map +1 -0
- package/dist/schemas/fields/tax-category-schema.d.ts +20 -0
- package/dist/schemas/fields/tax-category-schema.d.ts.map +1 -0
- package/dist/schemas/fields/tax-category-schema.js +41 -0
- package/dist/schemas/fields/tax-category-schema.js.map +1 -0
- package/dist/schemas/fields/tax-representative-party-schema.d.ts +33 -0
- package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +1 -0
- package/dist/schemas/fields/tax-representative-party-schema.js +24 -0
- package/dist/schemas/fields/tax-representative-party-schema.js.map +1 -0
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +22 -0
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +1 -0
- package/dist/schemas/fields/tax-subtotal-category-schema.js +28 -0
- package/dist/schemas/fields/tax-subtotal-category-schema.js.map +1 -0
- package/dist/schemas/fields/tax-subtotal-schema.d.ts +30 -0
- package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +1 -0
- package/dist/schemas/fields/tax-subtotal-schema.js +33 -0
- package/dist/schemas/fields/tax-subtotal-schema.js.map +1 -0
- package/dist/schemas/fields/tax-totals.d.ts +36 -0
- package/dist/schemas/fields/tax-totals.d.ts.map +1 -0
- package/dist/schemas/fields/tax-totals.js +26 -0
- package/dist/schemas/fields/tax-totals.js.map +1 -0
- package/dist/schemas/fields/time-only.d.ts +9 -0
- package/dist/schemas/fields/time-only.d.ts.map +1 -0
- package/dist/schemas/fields/time-only.js +23 -0
- package/dist/schemas/fields/time-only.js.map +1 -0
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts +25 -0
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +1 -0
- package/dist/schemas/invoice-response-document-actual-response-status.js +58 -0
- package/dist/schemas/invoice-response-document-actual-response-status.js.map +1 -0
- package/dist/schemas/invoice-response-document-actual-response.d.ts +50 -0
- package/dist/schemas/invoice-response-document-actual-response.d.ts.map +1 -0
- package/dist/schemas/invoice-response-document-actual-response.js +70 -0
- package/dist/schemas/invoice-response-document-actual-response.js.map +1 -0
- package/dist/schemas/invoice-response-schema.d.ts +238 -0
- package/dist/schemas/invoice-response-schema.d.ts.map +1 -0
- package/dist/schemas/invoice-response-schema.js +145 -0
- package/dist/schemas/invoice-response-schema.js.map +1 -0
- package/dist/schemas/invoice-response-status-reason-code.d.ts +13 -0
- package/dist/schemas/invoice-response-status-reason-code.d.ts.map +1 -0
- package/dist/schemas/invoice-response-status-reason-code.js +29 -0
- package/dist/schemas/invoice-response-status-reason-code.js.map +1 -0
- package/dist/schemas/invoice.d.ts +471 -0
- package/dist/schemas/invoice.d.ts.map +1 -0
- package/dist/schemas/invoice.js +44 -0
- package/dist/schemas/invoice.js.map +1 -0
- package/dist/schemas/message-level-response-document-response-schema.d.ts +33 -0
- package/dist/schemas/message-level-response-document-response-schema.d.ts.map +1 -0
- package/dist/schemas/message-level-response-document-response-schema.js +34 -0
- package/dist/schemas/message-level-response-document-response-schema.js.map +1 -0
- package/dist/schemas/message-level-response-party-schema.d.ts +12 -0
- package/dist/schemas/message-level-response-party-schema.d.ts.map +1 -0
- package/dist/schemas/message-level-response-party-schema.js +19 -0
- package/dist/schemas/message-level-response-party-schema.js.map +1 -0
- package/dist/schemas/message-level-response-schema.d.ts +52 -0
- package/dist/schemas/message-level-response-schema.d.ts.map +1 -0
- package/dist/schemas/message-level-response-schema.js +97 -0
- package/dist/schemas/message-level-response-schema.js.map +1 -0
- package/dist/schemas/utils/base-64.d.ts +6 -0
- package/dist/schemas/utils/base-64.d.ts.map +1 -0
- package/dist/schemas/utils/base-64.js +11 -0
- package/dist/schemas/utils/base-64.js.map +1 -0
- package/dist/schemas/utils/format-quantity-with-unit.d.ts +5 -0
- package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +1 -0
- package/dist/schemas/utils/format-quantity-with-unit.js +18 -0
- package/dist/schemas/utils/format-quantity-with-unit.js.map +1 -0
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +6 -0
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +1 -0
- package/dist/schemas/utils/get-credit-note-type-code-description.js +9 -0
- package/dist/schemas/utils/get-credit-note-type-code-description.js.map +1 -0
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts +6 -0
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +1 -0
- package/dist/schemas/utils/get-invoice-type-code-description.js +9 -0
- package/dist/schemas/utils/get-invoice-type-code-description.js.map +1 -0
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +6 -0
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +1 -0
- package/dist/schemas/utils/is-valid-credit-note-type-code.js +9 -0
- package/dist/schemas/utils/is-valid-credit-note-type-code.js.map +1 -0
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +6 -0
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +1 -0
- package/dist/schemas/utils/is-valid-invoice-type-code.js +9 -0
- package/dist/schemas/utils/is-valid-invoice-type-code.js.map +1 -0
- package/dist/schemas/utils/is-valid-process.d.ts +6 -0
- package/dist/schemas/utils/is-valid-process.d.ts.map +1 -0
- package/dist/schemas/utils/is-valid-process.js +9 -0
- package/dist/schemas/utils/is-valid-process.js.map +1 -0
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +74 -0
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +1 -0
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js +73 -0
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js.map +1 -0
- package/dist/schemas/utils/vat-regex.d.ts +6 -0
- package/dist/schemas/utils/vat-regex.d.ts.map +1 -0
- package/dist/schemas/utils/vat-regex.js +52 -0
- package/dist/schemas/utils/vat-regex.js.map +1 -0
- package/dist/schemas/utils/xsd-time.d.ts +6 -0
- package/dist/schemas/utils/xsd-time.d.ts.map +1 -0
- package/dist/schemas/utils/xsd-time.js +7 -0
- package/dist/schemas/utils/xsd-time.js.map +1 -0
- package/dist/schemas/values/additional-document-reference-code.d.ts +24 -0
- package/dist/schemas/values/additional-document-reference-code.d.ts.map +1 -0
- package/dist/schemas/values/additional-document-reference-code.js +20 -0
- package/dist/schemas/values/additional-document-reference-code.js.map +1 -0
- package/dist/schemas/values/allowance-charge-reason-code.d.ts +25 -0
- package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +1 -0
- package/dist/schemas/values/allowance-charge-reason-code.js +22 -0
- package/dist/schemas/values/allowance-charge-reason-code.js.map +1 -0
- package/dist/schemas/values/application-response-type-codes.d.ts +22 -0
- package/dist/schemas/values/application-response-type-codes.d.ts.map +1 -0
- package/dist/schemas/values/application-response-type-codes.js +19 -0
- package/dist/schemas/values/application-response-type-codes.js.map +1 -0
- package/dist/schemas/values/charge-reason-code.d.ts +25 -0
- package/dist/schemas/values/charge-reason-code.d.ts.map +1 -0
- package/dist/schemas/values/charge-reason-code.js +22 -0
- package/dist/schemas/values/charge-reason-code.js.map +1 -0
- package/dist/schemas/values/country-code.d.ts +23 -0
- package/dist/schemas/values/country-code.d.ts.map +1 -0
- package/dist/schemas/values/country-code.js +26 -0
- package/dist/schemas/values/country-code.js.map +1 -0
- package/dist/schemas/values/credit-note-type-code-schema.d.ts +22 -0
- package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +1 -0
- package/dist/schemas/values/credit-note-type-code-schema.js +19 -0
- package/dist/schemas/values/credit-note-type-code-schema.js.map +1 -0
- package/dist/schemas/values/currency-codes.d.ts +25 -0
- package/dist/schemas/values/currency-codes.d.ts.map +1 -0
- package/dist/schemas/values/currency-codes.js +28 -0
- package/dist/schemas/values/currency-codes.js.map +1 -0
- package/dist/schemas/values/document-type-codes.d.ts +22 -0
- package/dist/schemas/values/document-type-codes.d.ts.map +1 -0
- package/dist/schemas/values/document-type-codes.js +19 -0
- package/dist/schemas/values/document-type-codes.js.map +1 -0
- package/dist/schemas/values/document-type-schema.d.ts +22 -0
- package/dist/schemas/values/document-type-schema.d.ts.map +1 -0
- package/dist/schemas/values/document-type-schema.js +29 -0
- package/dist/schemas/values/document-type-schema.js.map +1 -0
- package/dist/schemas/values/document-type-schemes-schema.d.ts +15 -0
- package/dist/schemas/values/document-type-schemes-schema.d.ts.map +1 -0
- package/dist/schemas/values/document-type-schemes-schema.js +19 -0
- package/dist/schemas/values/document-type-schemes-schema.js.map +1 -0
- package/dist/schemas/values/document-type-values-schema.d.ts +15 -0
- package/dist/schemas/values/document-type-values-schema.d.ts.map +1 -0
- package/dist/schemas/values/document-type-values-schema.js +21 -0
- package/dist/schemas/values/document-type-values-schema.js.map +1 -0
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +25 -0
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +1 -0
- package/dist/schemas/values/duty-tax-fee-cateogries.js +22 -0
- package/dist/schemas/values/duty-tax-fee-cateogries.js.map +1 -0
- package/dist/schemas/values/eas-codes.d.ts +25 -0
- package/dist/schemas/values/eas-codes.d.ts.map +1 -0
- package/dist/schemas/values/eas-codes.js +29 -0
- package/dist/schemas/values/eas-codes.js.map +1 -0
- package/dist/schemas/values/icd-codes.d.ts +25 -0
- package/dist/schemas/values/icd-codes.d.ts.map +1 -0
- package/dist/schemas/values/icd-codes.js +22 -0
- package/dist/schemas/values/icd-codes.js.map +1 -0
- package/dist/schemas/values/invoice-status-codes.d.ts +22 -0
- package/dist/schemas/values/invoice-status-codes.d.ts.map +1 -0
- package/dist/schemas/values/invoice-status-codes.js +19 -0
- package/dist/schemas/values/invoice-status-codes.js.map +1 -0
- package/dist/schemas/values/invoice-type-code-schema.d.ts +22 -0
- package/dist/schemas/values/invoice-type-code-schema.d.ts.map +1 -0
- package/dist/schemas/values/invoice-type-code-schema.js +19 -0
- package/dist/schemas/values/invoice-type-code-schema.js.map +1 -0
- package/dist/schemas/values/item-classification-code-schema.d.ts +25 -0
- package/dist/schemas/values/item-classification-code-schema.d.ts.map +1 -0
- package/dist/schemas/values/item-classification-code-schema.js +22 -0
- package/dist/schemas/values/item-classification-code-schema.js.map +1 -0
- package/dist/schemas/values/mime-code.d.ts +25 -0
- package/dist/schemas/values/mime-code.d.ts.map +1 -0
- package/dist/schemas/values/mime-code.js +22 -0
- package/dist/schemas/values/mime-code.js.map +1 -0
- package/dist/schemas/values/op-status-action.d.ts +22 -0
- package/dist/schemas/values/op-status-action.d.ts.map +1 -0
- package/dist/schemas/values/op-status-action.js +19 -0
- package/dist/schemas/values/op-status-action.js.map +1 -0
- package/dist/schemas/values/op-status-reason.d.ts +22 -0
- package/dist/schemas/values/op-status-reason.d.ts.map +1 -0
- package/dist/schemas/values/op-status-reason.js +19 -0
- package/dist/schemas/values/op-status-reason.js.map +1 -0
- package/dist/schemas/values/participant-identifier-code.d.ts +20 -0
- package/dist/schemas/values/participant-identifier-code.d.ts.map +1 -0
- package/dist/schemas/values/participant-identifier-code.js +17 -0
- package/dist/schemas/values/participant-identifier-code.js.map +1 -0
- package/dist/schemas/values/payment-means-codes-schema.d.ts +25 -0
- package/dist/schemas/values/payment-means-codes-schema.d.ts.map +1 -0
- package/dist/schemas/values/payment-means-codes-schema.js +29 -0
- package/dist/schemas/values/payment-means-codes-schema.js.map +1 -0
- package/dist/schemas/values/process-from-document-type-schema.d.ts +18 -0
- package/dist/schemas/values/process-from-document-type-schema.d.ts.map +1 -0
- package/dist/schemas/values/process-from-document-type-schema.js +28 -0
- package/dist/schemas/values/process-from-document-type-schema.js.map +1 -0
- package/dist/schemas/values/process-schema.d.ts +22 -0
- package/dist/schemas/values/process-schema.d.ts.map +1 -0
- package/dist/schemas/values/process-schema.js +28 -0
- package/dist/schemas/values/process-schema.js.map +1 -0
- package/dist/schemas/values/process-xml-identifier-schema.d.ts +18 -0
- package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +1 -0
- package/dist/schemas/values/process-xml-identifier-schema.js +24 -0
- package/dist/schemas/values/process-xml-identifier-schema.js.map +1 -0
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts +25 -0
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +1 -0
- package/dist/schemas/values/quantity-unit-codes-schema.js +22 -0
- package/dist/schemas/values/quantity-unit-codes-schema.js.map +1 -0
- package/dist/schemas/values/vat-date-code.d.ts +12 -0
- package/dist/schemas/values/vat-date-code.d.ts.map +1 -0
- package/dist/schemas/values/vat-date-code.js +14 -0
- package/dist/schemas/values/vat-date-code.js.map +1 -0
- package/dist/schemas/values/vatex-code.d.ts +25 -0
- package/dist/schemas/values/vatex-code.d.ts.map +1 -0
- package/dist/schemas/values/vatex-code.js +22 -0
- package/dist/schemas/values/vatex-code.js.map +1 -0
- package/dist/schemas.d.ts +91 -0
- package/dist/schemas.js +91 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +7 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +1 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js +15 -0
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-01.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-01.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-02.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-02.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-03.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-03.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-04.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-04.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-05.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-05.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-06.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-06.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-07.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-07.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-08.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-08.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-09.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-09.js.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +7 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +1 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-10.js +15 -0
- package/dist/schematron/cen/af/cen-en16931-br-af-10.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +7 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +1 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js +15 -0
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js.map +1 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +7 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +1 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-01.js +15 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-01.js.map +1 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +7 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +1 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-02.js +15 -0
- package/dist/schematron/cen/b/cen-en16931-br-b-02.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-01.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-01.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-01.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-02.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-02.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-02.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-03.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-03.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-03.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-04.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-04.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-04.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-05.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-05.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-05.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-06.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-06.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-06.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-07.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-07.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-07.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-08.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-08.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-08.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-09.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-09.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-09.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-10.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-10.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-10.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-11.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-11.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-11.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-12.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-12.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-12.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-13.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-13.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-13.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-14.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-14.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-14.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-15.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-15.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-15.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-16.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-16.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-16.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-17.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-17.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-17.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-18.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-18.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-18.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-19.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-19.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-19.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-20.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-20.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-20.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-21.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-21.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-21.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-22.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-22.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-22.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-23.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-23.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-23.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-24.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-24.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-24.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-25.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-25.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-25.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-26.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-26.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-26.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-27.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-27.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-27.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-28.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-28.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-28.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-29.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-29.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-29.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-30.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-30.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-30.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-31.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-31.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-31.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-32.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-32.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-32.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-33.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-33.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-33.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-36.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-36.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-36.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-37.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-37.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-37.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-38.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-38.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-38.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-41.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-41.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-41.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-42.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-42.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-42.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-43.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-43.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-43.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-44.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-44.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-44.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-45.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-45.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-45.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-46.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-46.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-46.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-47.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-47.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-47.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-48.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-48.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-48.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-49.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-49.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-49.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-50.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-50.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-50.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-51.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-51.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-51.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-52.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-52.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-52.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-53.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-53.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-53.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-54.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-54.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-54.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-55.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-55.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-55.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-56.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-56.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-56.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-57.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-57.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-57.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-61.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-61.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-61.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-62.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-62.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-62.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-63.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-63.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-63.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-64.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-64.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-64.js.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-65.d.ts +7 -0
- package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +1 -0
- package/dist/schematron/cen/cen-en16931-br-65.js +15 -0
- package/dist/schematron/cen/cen-en16931-br-65.js.map +1 -0
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +7 -0
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +1 -0
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js +15 -0
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-03.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-03.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-04.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-04.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-05.js +14 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-05.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-06.js +14 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-06.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-07.js +14 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-07.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-08.js +14 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-08.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-09.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-09.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-10.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-10.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-11.js +19 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-11.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-12.js +19 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-12.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-13.js +20 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-13.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-14.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-14.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-15.js +20 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-15.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-16.js +20 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-16.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-17.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-17.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-18.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-18.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-19.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-19.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-20.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-20.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-21.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-21.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-22.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-22.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-23.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-23.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-24.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-24.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-25.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-25.js.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +7 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +1 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-26.js +15 -0
- package/dist/schematron/cen/co/cen-en16931-br-co-26.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +7 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +1 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js +15 -0
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-01.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-01.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-02.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-02.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-03.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-03.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-04.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-04.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-05.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-05.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-06.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-06.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-07.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-07.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-08.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-08.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-09.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-09.js.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +7 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +1 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-10.js +15 -0
- package/dist/schematron/cen/e/cen-en16931-br-e-10.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-01.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-01.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-02.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-02.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-03.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-03.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-04.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-04.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-05.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-05.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-06.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-06.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-07.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-07.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-08.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-08.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-09.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-09.js.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +7 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +1 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-10.js +15 -0
- package/dist/schematron/cen/g/cen-en16931-br-g-10.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +7 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +1 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js +15 -0
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-01.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-01.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-02.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-02.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-03.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-03.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-04.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-04.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-05.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-05.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-06.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-06.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-07.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-07.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-08.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-08.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-09.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-09.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-10.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-10.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-11.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-11.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-12.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-12.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-13.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-13.js.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +7 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +1 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-14.js +15 -0
- package/dist/schematron/cen/o/cen-en16931-br-o-14.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-01.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-01.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-02.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-02.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-03.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-03.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-04.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-04.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-05.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-05.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-06.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-06.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-07.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-07.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-08.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-08.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-09.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-09.js.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +7 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +1 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-10.js +15 -0
- package/dist/schematron/cen/s/cen-en16931-br-s-10.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-01.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-01.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-02.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-02.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-03.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-03.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-04.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-04.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-05.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-05.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-06.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-06.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-07.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-07.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-08.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-08.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-09.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-09.js.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +7 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +1 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-10.js +15 -0
- package/dist/schematron/cen/z/cen-en16931-br-z-10.js.map +1 -0
- package/dist/schematron/de/de-r-001.d.ts +7 -0
- package/dist/schematron/de/de-r-001.d.ts.map +1 -0
- package/dist/schematron/de/de-r-001.js +15 -0
- package/dist/schematron/de/de-r-001.js.map +1 -0
- package/dist/schematron/de/de-r-002.d.ts +7 -0
- package/dist/schematron/de/de-r-002.d.ts.map +1 -0
- package/dist/schematron/de/de-r-002.js +15 -0
- package/dist/schematron/de/de-r-002.js.map +1 -0
- package/dist/schematron/de/de-r-003.d.ts +7 -0
- package/dist/schematron/de/de-r-003.d.ts.map +1 -0
- package/dist/schematron/de/de-r-003.js +16 -0
- package/dist/schematron/de/de-r-003.js.map +1 -0
- package/dist/schematron/de/de-r-004.d.ts +7 -0
- package/dist/schematron/de/de-r-004.d.ts.map +1 -0
- package/dist/schematron/de/de-r-004.js +16 -0
- package/dist/schematron/de/de-r-004.js.map +1 -0
- package/dist/schematron/de/de-r-005.d.ts +7 -0
- package/dist/schematron/de/de-r-005.d.ts.map +1 -0
- package/dist/schematron/de/de-r-005.js +16 -0
- package/dist/schematron/de/de-r-005.js.map +1 -0
- package/dist/schematron/de/de-r-006.d.ts +7 -0
- package/dist/schematron/de/de-r-006.d.ts.map +1 -0
- package/dist/schematron/de/de-r-006.js +16 -0
- package/dist/schematron/de/de-r-006.js.map +1 -0
- package/dist/schematron/de/de-r-007.d.ts +7 -0
- package/dist/schematron/de/de-r-007.d.ts.map +1 -0
- package/dist/schematron/de/de-r-007.js +16 -0
- package/dist/schematron/de/de-r-007.js.map +1 -0
- package/dist/schematron/de/de-r-008.d.ts +7 -0
- package/dist/schematron/de/de-r-008.d.ts.map +1 -0
- package/dist/schematron/de/de-r-008.js +16 -0
- package/dist/schematron/de/de-r-008.js.map +1 -0
- package/dist/schematron/de/de-r-009.d.ts +7 -0
- package/dist/schematron/de/de-r-009.d.ts.map +1 -0
- package/dist/schematron/de/de-r-009.js +16 -0
- package/dist/schematron/de/de-r-009.js.map +1 -0
- package/dist/schematron/de/de-r-010.d.ts +7 -0
- package/dist/schematron/de/de-r-010.d.ts.map +1 -0
- package/dist/schematron/de/de-r-010.js +18 -0
- package/dist/schematron/de/de-r-010.js.map +1 -0
- package/dist/schematron/de/de-r-011.d.ts +7 -0
- package/dist/schematron/de/de-r-011.d.ts.map +1 -0
- package/dist/schematron/de/de-r-011.js +18 -0
- package/dist/schematron/de/de-r-011.js.map +1 -0
- package/dist/schematron/de/de-r-014.d.ts +7 -0
- package/dist/schematron/de/de-r-014.d.ts.map +1 -0
- package/dist/schematron/de/de-r-014.js +16 -0
- package/dist/schematron/de/de-r-014.js.map +1 -0
- package/dist/schematron/de/de-r-015.d.ts +7 -0
- package/dist/schematron/de/de-r-015.d.ts.map +1 -0
- package/dist/schematron/de/de-r-015.js +16 -0
- package/dist/schematron/de/de-r-015.js.map +1 -0
- package/dist/schematron/de/de-r-016.d.ts +7 -0
- package/dist/schematron/de/de-r-016.d.ts.map +1 -0
- package/dist/schematron/de/de-r-016.js +30 -0
- package/dist/schematron/de/de-r-016.js.map +1 -0
- package/dist/schematron/de/de-r-017.d.ts +7 -0
- package/dist/schematron/de/de-r-017.d.ts.map +1 -0
- package/dist/schematron/de/de-r-017.js +26 -0
- package/dist/schematron/de/de-r-017.js.map +1 -0
- package/dist/schematron/de/de-r-018.d.ts +7 -0
- package/dist/schematron/de/de-r-018.d.ts.map +1 -0
- package/dist/schematron/de/de-r-018.js +21 -0
- package/dist/schematron/de/de-r-018.js.map +1 -0
- package/dist/schematron/de/de-r-019.d.ts +7 -0
- package/dist/schematron/de/de-r-019.d.ts.map +1 -0
- package/dist/schematron/de/de-r-019.js +21 -0
- package/dist/schematron/de/de-r-019.js.map +1 -0
- package/dist/schematron/de/de-r-020.d.ts +7 -0
- package/dist/schematron/de/de-r-020.d.ts.map +1 -0
- package/dist/schematron/de/de-r-020.js +21 -0
- package/dist/schematron/de/de-r-020.js.map +1 -0
- package/dist/schematron/de/de-r-022.d.ts +7 -0
- package/dist/schematron/de/de-r-022.d.ts.map +1 -0
- package/dist/schematron/de/de-r-022.js +16 -0
- package/dist/schematron/de/de-r-022.js.map +1 -0
- package/dist/schematron/de/de-r-023-1.d.ts +7 -0
- package/dist/schematron/de/de-r-023-1.d.ts.map +1 -0
- package/dist/schematron/de/de-r-023-1.js +20 -0
- package/dist/schematron/de/de-r-023-1.js.map +1 -0
- package/dist/schematron/de/de-r-023-2.d.ts +7 -0
- package/dist/schematron/de/de-r-023-2.d.ts.map +1 -0
- package/dist/schematron/de/de-r-023-2.js +20 -0
- package/dist/schematron/de/de-r-023-2.js.map +1 -0
- package/dist/schematron/de/de-r-024-1.d.ts +7 -0
- package/dist/schematron/de/de-r-024-1.d.ts.map +1 -0
- package/dist/schematron/de/de-r-024-1.js +24 -0
- package/dist/schematron/de/de-r-024-1.js.map +1 -0
- package/dist/schematron/de/de-r-024-2.d.ts +7 -0
- package/dist/schematron/de/de-r-024-2.d.ts.map +1 -0
- package/dist/schematron/de/de-r-024-2.js +24 -0
- package/dist/schematron/de/de-r-024-2.js.map +1 -0
- package/dist/schematron/de/de-r-025-1.d.ts +7 -0
- package/dist/schematron/de/de-r-025-1.d.ts.map +1 -0
- package/dist/schematron/de/de-r-025-1.js +19 -0
- package/dist/schematron/de/de-r-025-1.js.map +1 -0
- package/dist/schematron/de/de-r-025-2.d.ts +7 -0
- package/dist/schematron/de/de-r-025-2.d.ts.map +1 -0
- package/dist/schematron/de/de-r-025-2.js +19 -0
- package/dist/schematron/de/de-r-025-2.js.map +1 -0
- package/dist/schematron/de/de-r-026.d.ts +7 -0
- package/dist/schematron/de/de-r-026.d.ts.map +1 -0
- package/dist/schematron/de/de-r-026.js +19 -0
- package/dist/schematron/de/de-r-026.js.map +1 -0
- package/dist/schematron/de/de-r-027.d.ts +7 -0
- package/dist/schematron/de/de-r-027.d.ts.map +1 -0
- package/dist/schematron/de/de-r-027.js +17 -0
- package/dist/schematron/de/de-r-027.js.map +1 -0
- package/dist/schematron/de/de-r-028.d.ts +7 -0
- package/dist/schematron/de/de-r-028.d.ts.map +1 -0
- package/dist/schematron/de/de-r-028.js +17 -0
- package/dist/schematron/de/de-r-028.js.map +1 -0
- package/dist/schematron/de/de-r-030.d.ts +7 -0
- package/dist/schematron/de/de-r-030.d.ts.map +1 -0
- package/dist/schematron/de/de-r-030.js +17 -0
- package/dist/schematron/de/de-r-030.js.map +1 -0
- package/dist/schematron/de/de-r-031.d.ts +7 -0
- package/dist/schematron/de/de-r-031.d.ts.map +1 -0
- package/dist/schematron/de/de-r-031.js +19 -0
- package/dist/schematron/de/de-r-031.js.map +1 -0
- package/dist/schematron/dk/dk-r-002.d.ts +7 -0
- package/dist/schematron/dk/dk-r-002.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-002.js +16 -0
- package/dist/schematron/dk/dk-r-002.js.map +1 -0
- package/dist/schematron/dk/dk-r-003.d.ts +7 -0
- package/dist/schematron/dk/dk-r-003.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-003.js +25 -0
- package/dist/schematron/dk/dk-r-003.js.map +1 -0
- package/dist/schematron/dk/dk-r-004.d.ts +7 -0
- package/dist/schematron/dk/dk-r-004.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-004.js +23 -0
- package/dist/schematron/dk/dk-r-004.js.map +1 -0
- package/dist/schematron/dk/dk-r-005.d.ts +7 -0
- package/dist/schematron/dk/dk-r-005.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-005.js +29 -0
- package/dist/schematron/dk/dk-r-005.js.map +1 -0
- package/dist/schematron/dk/dk-r-006.d.ts +7 -0
- package/dist/schematron/dk/dk-r-006.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-006.js +22 -0
- package/dist/schematron/dk/dk-r-006.js.map +1 -0
- package/dist/schematron/dk/dk-r-007.d.ts +7 -0
- package/dist/schematron/dk/dk-r-007.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-007.js +21 -0
- package/dist/schematron/dk/dk-r-007.js.map +1 -0
- package/dist/schematron/dk/dk-r-008.d.ts +7 -0
- package/dist/schematron/dk/dk-r-008.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-008.js +25 -0
- package/dist/schematron/dk/dk-r-008.js.map +1 -0
- package/dist/schematron/dk/dk-r-009.d.ts +7 -0
- package/dist/schematron/dk/dk-r-009.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-009.js +21 -0
- package/dist/schematron/dk/dk-r-009.js.map +1 -0
- package/dist/schematron/dk/dk-r-010.d.ts +7 -0
- package/dist/schematron/dk/dk-r-010.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-010.js +26 -0
- package/dist/schematron/dk/dk-r-010.js.map +1 -0
- package/dist/schematron/dk/dk-r-011.d.ts +7 -0
- package/dist/schematron/dk/dk-r-011.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-011.js +21 -0
- package/dist/schematron/dk/dk-r-011.js.map +1 -0
- package/dist/schematron/dk/dk-r-013.d.ts +7 -0
- package/dist/schematron/dk/dk-r-013.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-013.js +19 -0
- package/dist/schematron/dk/dk-r-013.js.map +1 -0
- package/dist/schematron/dk/dk-r-014.d.ts +7 -0
- package/dist/schematron/dk/dk-r-014.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-014.js +17 -0
- package/dist/schematron/dk/dk-r-014.js.map +1 -0
- package/dist/schematron/dk/dk-r-016.d.ts +7 -0
- package/dist/schematron/dk/dk-r-016.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-016.js +15 -0
- package/dist/schematron/dk/dk-r-016.js.map +1 -0
- package/dist/schematron/dk/dk-r-017.d.ts +7 -0
- package/dist/schematron/dk/dk-r-017.d.ts.map +1 -0
- package/dist/schematron/dk/dk-r-017.js +17 -0
- package/dist/schematron/dk/dk-r-017.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-1.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-1.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-1.js +16 -0
- package/dist/schematron/gr/gr-r-001-1.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-2.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-2.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-2.js +21 -0
- package/dist/schematron/gr/gr-r-001-2.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-3.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-3.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-3.js +22 -0
- package/dist/schematron/gr/gr-r-001-3.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-4.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-4.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-4.js +17 -0
- package/dist/schematron/gr/gr-r-001-4.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-5.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-5.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-5.js +25 -0
- package/dist/schematron/gr/gr-r-001-5.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-6.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-6.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-6.js +16 -0
- package/dist/schematron/gr/gr-r-001-6.js.map +1 -0
- package/dist/schematron/gr/gr-r-001-7.d.ts +7 -0
- package/dist/schematron/gr/gr-r-001-7.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-001-7.js +16 -0
- package/dist/schematron/gr/gr-r-001-7.js.map +1 -0
- package/dist/schematron/gr/gr-r-002.d.ts +7 -0
- package/dist/schematron/gr/gr-r-002.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-002.js +16 -0
- package/dist/schematron/gr/gr-r-002.js.map +1 -0
- package/dist/schematron/gr/gr-r-003.d.ts +7 -0
- package/dist/schematron/gr/gr-r-003.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-003.js +18 -0
- package/dist/schematron/gr/gr-r-003.js.map +1 -0
- package/dist/schematron/gr/gr-r-004-1.d.ts +7 -0
- package/dist/schematron/gr/gr-r-004-1.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-004-1.js +16 -0
- package/dist/schematron/gr/gr-r-004-1.js.map +1 -0
- package/dist/schematron/gr/gr-r-004-2.d.ts +7 -0
- package/dist/schematron/gr/gr-r-004-2.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-004-2.js +16 -0
- package/dist/schematron/gr/gr-r-004-2.js.map +1 -0
- package/dist/schematron/gr/gr-r-005.d.ts +7 -0
- package/dist/schematron/gr/gr-r-005.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-005.js +16 -0
- package/dist/schematron/gr/gr-r-005.js.map +1 -0
- package/dist/schematron/gr/gr-r-006.d.ts +7 -0
- package/dist/schematron/gr/gr-r-006.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-006.js +21 -0
- package/dist/schematron/gr/gr-r-006.js.map +1 -0
- package/dist/schematron/gr/gr-r-008-2.d.ts +7 -0
- package/dist/schematron/gr/gr-r-008-2.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-008-2.js +16 -0
- package/dist/schematron/gr/gr-r-008-2.js.map +1 -0
- package/dist/schematron/gr/gr-r-008-3.d.ts +7 -0
- package/dist/schematron/gr/gr-r-008-3.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-008-3.js +19 -0
- package/dist/schematron/gr/gr-r-008-3.js.map +1 -0
- package/dist/schematron/gr/gr-r-009.d.ts +7 -0
- package/dist/schematron/gr/gr-r-009.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-009.js +18 -0
- package/dist/schematron/gr/gr-r-009.js.map +1 -0
- package/dist/schematron/gr/gr-r-010.d.ts +7 -0
- package/dist/schematron/gr/gr-r-010.d.ts.map +1 -0
- package/dist/schematron/gr/gr-r-010.js +19 -0
- package/dist/schematron/gr/gr-r-010.js.map +1 -0
- package/dist/schematron/gr/gr-s-008-1.d.ts +7 -0
- package/dist/schematron/gr/gr-s-008-1.d.ts.map +1 -0
- package/dist/schematron/gr/gr-s-008-1.js +16 -0
- package/dist/schematron/gr/gr-s-008-1.js.map +1 -0
- package/dist/schematron/gr/gr-s-011.d.ts +7 -0
- package/dist/schematron/gr/gr-s-011.d.ts.map +1 -0
- package/dist/schematron/gr/gr-s-011.js +18 -0
- package/dist/schematron/gr/gr-s-011.js.map +1 -0
- package/dist/schematron/helpers.js +382 -0
- package/dist/schematron/helpers.js.map +1 -0
- package/dist/schematron/is/is-r-001.d.ts +7 -0
- package/dist/schematron/is/is-r-001.d.ts.map +1 -0
- package/dist/schematron/is/is-r-001.js +17 -0
- package/dist/schematron/is/is-r-001.js.map +1 -0
- package/dist/schematron/is/is-r-002.d.ts +7 -0
- package/dist/schematron/is/is-r-002.d.ts.map +1 -0
- package/dist/schematron/is/is-r-002.js +16 -0
- package/dist/schematron/is/is-r-002.js.map +1 -0
- package/dist/schematron/is/is-r-003.d.ts +7 -0
- package/dist/schematron/is/is-r-003.d.ts.map +1 -0
- package/dist/schematron/is/is-r-003.js +16 -0
- package/dist/schematron/is/is-r-003.js.map +1 -0
- package/dist/schematron/is/is-r-004.d.ts +7 -0
- package/dist/schematron/is/is-r-004.d.ts.map +1 -0
- package/dist/schematron/is/is-r-004.js +16 -0
- package/dist/schematron/is/is-r-004.js.map +1 -0
- package/dist/schematron/is/is-r-005.d.ts +7 -0
- package/dist/schematron/is/is-r-005.d.ts.map +1 -0
- package/dist/schematron/is/is-r-005.js +16 -0
- package/dist/schematron/is/is-r-005.js.map +1 -0
- package/dist/schematron/is/is-r-006.d.ts +7 -0
- package/dist/schematron/is/is-r-006.d.ts.map +1 -0
- package/dist/schematron/is/is-r-006.js +21 -0
- package/dist/schematron/is/is-r-006.js.map +1 -0
- package/dist/schematron/is/is-r-007.d.ts +7 -0
- package/dist/schematron/is/is-r-007.d.ts.map +1 -0
- package/dist/schematron/is/is-r-007.js +21 -0
- package/dist/schematron/is/is-r-007.js.map +1 -0
- package/dist/schematron/is/is-r-008.d.ts +7 -0
- package/dist/schematron/is/is-r-008.d.ts.map +1 -0
- package/dist/schematron/is/is-r-008.js +22 -0
- package/dist/schematron/is/is-r-008.js.map +1 -0
- package/dist/schematron/is/is-r-009.d.ts +7 -0
- package/dist/schematron/is/is-r-009.d.ts.map +1 -0
- package/dist/schematron/is/is-r-009.js +16 -0
- package/dist/schematron/is/is-r-009.js.map +1 -0
- package/dist/schematron/is/is-r-010.d.ts +7 -0
- package/dist/schematron/is/is-r-010.d.ts.map +1 -0
- package/dist/schematron/is/is-r-010.js +22 -0
- package/dist/schematron/is/is-r-010.js.map +1 -0
- package/dist/schematron/it/it-r-001.d.ts +7 -0
- package/dist/schematron/it/it-r-001.d.ts.map +1 -0
- package/dist/schematron/it/it-r-001.js +16 -0
- package/dist/schematron/it/it-r-001.js.map +1 -0
- package/dist/schematron/it/it-r-002.d.ts +7 -0
- package/dist/schematron/it/it-r-002.d.ts.map +1 -0
- package/dist/schematron/it/it-r-002.js +16 -0
- package/dist/schematron/it/it-r-002.js.map +1 -0
- package/dist/schematron/it/it-r-003.d.ts +7 -0
- package/dist/schematron/it/it-r-003.d.ts.map +1 -0
- package/dist/schematron/it/it-r-003.js +16 -0
- package/dist/schematron/it/it-r-003.js.map +1 -0
- package/dist/schematron/it/it-r-004.d.ts +7 -0
- package/dist/schematron/it/it-r-004.d.ts.map +1 -0
- package/dist/schematron/it/it-r-004.js +16 -0
- package/dist/schematron/it/it-r-004.js.map +1 -0
- package/dist/schematron/nl/nl-r-001.d.ts +7 -0
- package/dist/schematron/nl/nl-r-001.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-001.js +16 -0
- package/dist/schematron/nl/nl-r-001.js.map +1 -0
- package/dist/schematron/nl/nl-r-002.d.ts +7 -0
- package/dist/schematron/nl/nl-r-002.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-002.js +16 -0
- package/dist/schematron/nl/nl-r-002.js.map +1 -0
- package/dist/schematron/nl/nl-r-003.d.ts +7 -0
- package/dist/schematron/nl/nl-r-003.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-003.js +18 -0
- package/dist/schematron/nl/nl-r-003.js.map +1 -0
- package/dist/schematron/nl/nl-r-004.d.ts +7 -0
- package/dist/schematron/nl/nl-r-004.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-004.js +16 -0
- package/dist/schematron/nl/nl-r-004.js.map +1 -0
- package/dist/schematron/nl/nl-r-005.d.ts +7 -0
- package/dist/schematron/nl/nl-r-005.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-005.js +18 -0
- package/dist/schematron/nl/nl-r-005.js.map +1 -0
- package/dist/schematron/nl/nl-r-006.d.ts +7 -0
- package/dist/schematron/nl/nl-r-006.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-006.js +18 -0
- package/dist/schematron/nl/nl-r-006.js.map +1 -0
- package/dist/schematron/nl/nl-r-007.d.ts +7 -0
- package/dist/schematron/nl/nl-r-007.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-007.js +19 -0
- package/dist/schematron/nl/nl-r-007.js.map +1 -0
- package/dist/schematron/nl/nl-r-008.d.ts +7 -0
- package/dist/schematron/nl/nl-r-008.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-008.js +24 -0
- package/dist/schematron/nl/nl-r-008.js.map +1 -0
- package/dist/schematron/nl/nl-r-009.d.ts +7 -0
- package/dist/schematron/nl/nl-r-009.d.ts.map +1 -0
- package/dist/schematron/nl/nl-r-009.js +16 -0
- package/dist/schematron/nl/nl-r-009.js.map +1 -0
- package/dist/schematron/no/no-r-001.d.ts +7 -0
- package/dist/schematron/no/no-r-001.d.ts.map +1 -0
- package/dist/schematron/no/no-r-001.js +20 -0
- package/dist/schematron/no/no-r-001.js.map +1 -0
- package/dist/schematron/no/no-r-002.d.ts +7 -0
- package/dist/schematron/no/no-r-002.d.ts.map +1 -0
- package/dist/schematron/no/no-r-002.js +16 -0
- package/dist/schematron/no/no-r-002.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.js +19 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.js +16 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.js +16 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.js +17 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.js +32 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.js.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +7 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +1 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.js +16 -0
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r040.js +18 -0
- package/dist/schematron/peppol/common/peppol-common-r040.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r041.js +18 -0
- package/dist/schematron/peppol/common/peppol-common-r041.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r042.js +21 -0
- package/dist/schematron/peppol/common/peppol-common-r042.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r043.js +18 -0
- package/dist/schematron/peppol/common/peppol-common-r043.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r044.js +17 -0
- package/dist/schematron/peppol/common/peppol-common-r044.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r045.js +17 -0
- package/dist/schematron/peppol/common/peppol-common-r045.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r046.js +17 -0
- package/dist/schematron/peppol/common/peppol-common-r046.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r047.js +17 -0
- package/dist/schematron/peppol/common/peppol-common-r047.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r049.js +17 -0
- package/dist/schematron/peppol/common/peppol-common-r049.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r050.js +18 -0
- package/dist/schematron/peppol/common/peppol-common-r050.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r052.js +16 -0
- package/dist/schematron/peppol/common/peppol-common-r052.js.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts +7 -0
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +1 -0
- package/dist/schematron/peppol/common/peppol-common-r053.js +16 -0
- package/dist/schematron/peppol/common/peppol-common-r053.js.map +1 -0
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +7 -0
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +1 -0
- package/dist/schematron/peppol/f/peppol-en16931-f001.js +26 -0
- package/dist/schematron/peppol/f/peppol-en16931-f001.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0100.js +46 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0100.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0101.js +25 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0101.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0104.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0104.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0105.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0105.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0106.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0106.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0107.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0107.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0108.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0108.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0109.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0109.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0110.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0110.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0111.js +15 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0111.js.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +7 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +1 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0112.js +19 -0
- package/dist/schematron/peppol/p/peppol-en16931-p0112.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +10 -0
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r001.js +20 -0
- package/dist/schematron/peppol/r/peppol-en16931-r001.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r002.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r002.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r003.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r003.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r004.js +16 -0
- package/dist/schematron/peppol/r/peppol-en16931-r004.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r005.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r005.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r007.js +14 -0
- package/dist/schematron/peppol/r/peppol-en16931-r007.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r008.js +21 -0
- package/dist/schematron/peppol/r/peppol-en16931-r008.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r010.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r010.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r020.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r020.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r040.js +19 -0
- package/dist/schematron/peppol/r/peppol-en16931-r040.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r041.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r041.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r042.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r042.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r043.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r043.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r044.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r044.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r046.js +20 -0
- package/dist/schematron/peppol/r/peppol-en16931-r046.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r051.js +27 -0
- package/dist/schematron/peppol/r/peppol-en16931-r051.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r053.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r053.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r054.js +16 -0
- package/dist/schematron/peppol/r/peppol-en16931-r054.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r055.js +19 -0
- package/dist/schematron/peppol/r/peppol-en16931-r055.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r061.js +20 -0
- package/dist/schematron/peppol/r/peppol-en16931-r061.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r100.js +15 -0
- package/dist/schematron/peppol/r/peppol-en16931-r100.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r101.js +17 -0
- package/dist/schematron/peppol/r/peppol-en16931-r101.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r110.js +20 -0
- package/dist/schematron/peppol/r/peppol-en16931-r110.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r111.js +20 -0
- package/dist/schematron/peppol/r/peppol-en16931-r111.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r120.js +24 -0
- package/dist/schematron/peppol/r/peppol-en16931-r120.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r121.js +18 -0
- package/dist/schematron/peppol/r/peppol-en16931-r121.js.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +7 -0
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +1 -0
- package/dist/schematron/peppol/r/peppol-en16931-r130.js +21 -0
- package/dist/schematron/peppol/r/peppol-en16931-r130.js.map +1 -0
- package/dist/schematron/se/se-r-001.d.ts +7 -0
- package/dist/schematron/se/se-r-001.d.ts.map +1 -0
- package/dist/schematron/se/se-r-001.js +16 -0
- package/dist/schematron/se/se-r-001.js.map +1 -0
- package/dist/schematron/se/se-r-002.d.ts +7 -0
- package/dist/schematron/se/se-r-002.d.ts.map +1 -0
- package/dist/schematron/se/se-r-002.js +16 -0
- package/dist/schematron/se/se-r-002.js.map +1 -0
- package/dist/schematron/se/se-r-003.d.ts +7 -0
- package/dist/schematron/se/se-r-003.d.ts.map +1 -0
- package/dist/schematron/se/se-r-003.js +16 -0
- package/dist/schematron/se/se-r-003.js.map +1 -0
- package/dist/schematron/se/se-r-004.d.ts +7 -0
- package/dist/schematron/se/se-r-004.d.ts.map +1 -0
- package/dist/schematron/se/se-r-004.js +16 -0
- package/dist/schematron/se/se-r-004.js.map +1 -0
- package/dist/schematron/se/se-r-005.d.ts +7 -0
- package/dist/schematron/se/se-r-005.d.ts.map +1 -0
- package/dist/schematron/se/se-r-005.js +17 -0
- package/dist/schematron/se/se-r-005.js.map +1 -0
- package/dist/schematron/se/se-r-006.d.ts +7 -0
- package/dist/schematron/se/se-r-006.d.ts.map +1 -0
- package/dist/schematron/se/se-r-006.js +24 -0
- package/dist/schematron/se/se-r-006.js.map +1 -0
- package/dist/schematron/se/se-r-007.d.ts +7 -0
- package/dist/schematron/se/se-r-007.d.ts.map +1 -0
- package/dist/schematron/se/se-r-007.js +20 -0
- package/dist/schematron/se/se-r-007.js.map +1 -0
- package/dist/schematron/se/se-r-008.d.ts +7 -0
- package/dist/schematron/se/se-r-008.d.ts.map +1 -0
- package/dist/schematron/se/se-r-008.js +20 -0
- package/dist/schematron/se/se-r-008.js.map +1 -0
- package/dist/schematron/se/se-r-009.d.ts +7 -0
- package/dist/schematron/se/se-r-009.d.ts.map +1 -0
- package/dist/schematron/se/se-r-009.js +20 -0
- package/dist/schematron/se/se-r-009.js.map +1 -0
- package/dist/schematron/se/se-r-010.d.ts +7 -0
- package/dist/schematron/se/se-r-010.d.ts.map +1 -0
- package/dist/schematron/se/se-r-010.js +20 -0
- package/dist/schematron/se/se-r-010.js.map +1 -0
- package/dist/schematron/se/se-r-011.d.ts +7 -0
- package/dist/schematron/se/se-r-011.d.ts.map +1 -0
- package/dist/schematron/se/se-r-011.js +19 -0
- package/dist/schematron/se/se-r-011.js.map +1 -0
- package/dist/schematron/se/se-r-012.d.ts +7 -0
- package/dist/schematron/se/se-r-012.d.ts.map +1 -0
- package/dist/schematron/se/se-r-012.js +16 -0
- package/dist/schematron/se/se-r-012.js.map +1 -0
- package/dist/schematron/se/se-r-013.d.ts +7 -0
- package/dist/schematron/se/se-r-013.d.ts.map +1 -0
- package/dist/schematron/se/se-r-013.js +17 -0
- package/dist/schematron/se/se-r-013.js.map +1 -0
- package/dist/schematron/types.d.ts +29 -0
- package/dist/schematron/types.d.ts.map +1 -0
- package/dist/schematron.d.ts +363 -0
- package/dist/schematron.js +361 -0
- package/dist/validations.d.ts +14 -0
- package/dist/validations.js +14 -0
- package/dist/values/additional-document-reference-codes.generated.d.ts +3333 -0
- package/dist/values/additional-document-reference-codes.generated.d.ts.map +1 -0
- package/dist/values/additional-document-reference-codes.generated.js +4149 -0
- package/dist/values/additional-document-reference-codes.generated.js.map +1 -0
- package/dist/values/allowance-charge-reason-codes.generated.d.ts +44 -0
- package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +1 -0
- package/dist/values/allowance-charge-reason-codes.generated.js +61 -0
- package/dist/values/allowance-charge-reason-codes.generated.js.map +1 -0
- package/dist/values/application-response-type-codes.generated.d.ts +28 -0
- package/dist/values/application-response-type-codes.generated.d.ts.map +1 -0
- package/dist/values/application-response-type-codes.generated.js +29 -0
- package/dist/values/application-response-type-codes.generated.js.map +1 -0
- package/dist/values/charge-reason-codes.generated.d.ts +738 -0
- package/dist/values/charge-reason-codes.generated.d.ts.map +1 -0
- package/dist/values/charge-reason-codes.generated.js +914 -0
- package/dist/values/charge-reason-codes.generated.js.map +1 -0
- package/dist/values/country-code.generated.d.ts +276 -0
- package/dist/values/country-code.generated.d.ts.map +1 -0
- package/dist/values/country-code.generated.js +525 -0
- package/dist/values/country-code.generated.js.map +1 -0
- package/dist/values/credit-notes-type-codes.generated.d.ts +45 -0
- package/dist/values/credit-notes-type-codes.generated.d.ts.map +1 -0
- package/dist/values/credit-notes-type-codes.generated.js +48 -0
- package/dist/values/credit-notes-type-codes.generated.js.map +1 -0
- package/dist/values/currency-code.generated.d.ts +204 -0
- package/dist/values/currency-code.generated.d.ts.map +1 -0
- package/dist/values/currency-code.generated.js +381 -0
- package/dist/values/currency-code.generated.js.map +1 -0
- package/dist/values/document-type-codes.generated.d.ts +3173 -0
- package/dist/values/document-type-codes.generated.d.ts.map +1 -0
- package/dist/values/document-type-codes.generated.js +3899 -0
- package/dist/values/document-type-codes.generated.js.map +1 -0
- package/dist/values/document-type.generated.d.ts +1308 -0
- package/dist/values/document-type.generated.d.ts.map +1 -0
- package/dist/values/document-type.generated.js +2425 -0
- package/dist/values/document-type.generated.js.map +1 -0
- package/dist/values/duty-tax-fee-categories.generated.d.ts +69 -0
- package/dist/values/duty-tax-fee-categories.generated.d.ts.map +1 -0
- package/dist/values/duty-tax-fee-categories.generated.js +77 -0
- package/dist/values/duty-tax-fee-categories.generated.js.map +1 -0
- package/dist/values/eas-codes.generated.d.ts +117 -0
- package/dist/values/eas-codes.generated.d.ts.map +1 -0
- package/dist/values/eas-codes.generated.js +209 -0
- package/dist/values/eas-codes.generated.js.map +1 -0
- package/dist/values/icd-codes.generated.d.ts +1230 -0
- package/dist/values/icd-codes.generated.d.ts.map +1 -0
- package/dist/values/icd-codes.generated.js +1468 -0
- package/dist/values/icd-codes.generated.js.map +1 -0
- package/dist/values/invoice-status-codes.generated.d.ts +61 -0
- package/dist/values/invoice-status-codes.generated.d.ts.map +1 -0
- package/dist/values/invoice-status-codes.generated.js +66 -0
- package/dist/values/invoice-status-codes.generated.js.map +1 -0
- package/dist/values/invoice-type-codes.generated.d.ts +138 -0
- package/dist/values/invoice-type-codes.generated.d.ts.map +1 -0
- package/dist/values/invoice-type-codes.generated.js +163 -0
- package/dist/values/invoice-type-codes.generated.js.map +1 -0
- package/dist/values/item-classification-code.generated.d.ts +772 -0
- package/dist/values/item-classification-code.generated.d.ts.map +1 -0
- package/dist/values/item-classification-code.generated.js +955 -0
- package/dist/values/item-classification-code.generated.js.map +1 -0
- package/dist/values/mime-codes.generated.d.ts +31 -0
- package/dist/values/mime-codes.generated.d.ts.map +1 -0
- package/dist/values/mime-codes.generated.js +35 -0
- package/dist/values/mime-codes.generated.js.map +1 -0
- package/dist/values/op-status-action.generated.d.ts +53 -0
- package/dist/values/op-status-action.generated.d.ts.map +1 -0
- package/dist/values/op-status-action.generated.js +58 -0
- package/dist/values/op-status-action.generated.js.map +1 -0
- package/dist/values/op-status-reason.generated.d.ts +82 -0
- package/dist/values/op-status-reason.generated.d.ts.map +1 -0
- package/dist/values/op-status-reason.generated.js +94 -0
- package/dist/values/op-status-reason.generated.js.map +1 -0
- package/dist/values/participant-identifier-schemes.generated.d.ts +1388 -0
- package/dist/values/participant-identifier-schemes.generated.d.ts.map +1 -0
- package/dist/values/participant-identifier-schemes.generated.js +1513 -0
- package/dist/values/participant-identifier-schemes.generated.js.map +1 -0
- package/dist/values/payment-means-codes.generated.d.ts +376 -0
- package/dist/values/payment-means-codes.generated.d.ts.map +1 -0
- package/dist/values/payment-means-codes.generated.js +458 -0
- package/dist/values/payment-means-codes.generated.js.map +1 -0
- package/dist/values/processes.generated.d.ts +31 -0
- package/dist/values/processes.generated.d.ts.map +1 -0
- package/dist/values/processes.generated.js +265 -0
- package/dist/values/processes.generated.js.map +1 -0
- package/dist/values/quantity-unit-codes.generated.d.ts +4552 -0
- package/dist/values/quantity-unit-codes.generated.d.ts.map +1 -0
- package/dist/values/quantity-unit-codes.generated.js +6712 -0
- package/dist/values/quantity-unit-codes.generated.js.map +1 -0
- package/dist/values/vat-dates.generated.d.ts +28 -0
- package/dist/values/vat-dates.generated.d.ts.map +1 -0
- package/dist/values/vat-dates.generated.js +29 -0
- package/dist/values/vat-dates.generated.js.map +1 -0
- package/dist/values/vatex-codes.generated.d.ts +345 -0
- package/dist/values/vatex-codes.generated.d.ts.map +1 -0
- package/dist/values/vatex-codes.generated.js +431 -0
- package/dist/values/vatex-codes.generated.js.map +1 -0
- package/dist/xml/builder-options.d.ts +17 -0
- package/dist/xml/builder-options.d.ts.map +1 -0
- package/dist/xml/builder-options.js +10 -0
- package/dist/xml/builder-options.js.map +1 -0
- package/dist/xml/common-xml-options.js +18 -0
- package/dist/xml/common-xml-options.js.map +1 -0
- package/dist/xml/parser-options.d.ts +17 -0
- package/dist/xml/parser-options.d.ts.map +1 -0
- package/dist/xml/parser-options.js +7 -0
- package/dist/xml/parser-options.js.map +1 -0
- package/dist/xml.d.ts +3 -0
- package/dist/xml.js +3 -0
- package/package.json +87 -0
- package/src/constants/credit-note-doctype-id.ts +4 -0
- package/src/constants/credit-note-process-id.ts +3 -0
- package/src/constants/document-scheme.ts +1 -0
- package/src/constants/index.ts +14 -0
- package/src/constants/invoice-doctype-id.ts +4 -0
- package/src/constants/invoice-process-id.ts +3 -0
- package/src/constants/invoice-response-doctype-id.ts +4 -0
- package/src/constants/invoice-response-process-id.ts +4 -0
- package/src/constants/invoice-response-profile-id.ts +1 -0
- package/src/constants/message-level-response-doctype-id.ts +4 -0
- package/src/constants/message-level-response-process-id.ts +4 -0
- package/src/constants/message-level-response-profile-id.ts +1 -0
- package/src/constants/participant-scheme.ts +1 -0
- package/src/constants/process-scheme.ts +1 -0
- package/src/constants/transport-profile.ts +1 -0
- package/src/decoders/decode-billing.ts +50 -0
- package/src/decoders/decode-credit-note.ts +18 -0
- package/src/decoders/decode-invoice-response.ts +92 -0
- package/src/decoders/decode-invoice.ts +21 -0
- package/src/decoders/decode-message-level-response.ts +82 -0
- package/src/decoders/encode-credit-note.ts +63 -0
- package/src/decoders/encode-invoice-response.ts +56 -0
- package/src/decoders/encode-invoice.ts +61 -0
- package/src/decoders/encode-message-level-response.ts +47 -0
- package/src/decoders/fields/decode-additional-document-references.ts +38 -0
- package/src/decoders/fields/decode-address.ts +32 -0
- package/src/decoders/fields/decode-allowance-charges.ts +33 -0
- package/src/decoders/fields/decode-amount.ts +17 -0
- package/src/decoders/fields/decode-billing-references.ts +20 -0
- package/src/decoders/fields/decode-credit-note-lines.ts +17 -0
- package/src/decoders/fields/decode-delivery.ts +35 -0
- package/src/decoders/fields/decode-electronic-address.ts +13 -0
- package/src/decoders/fields/decode-identifier.ts +28 -0
- package/src/decoders/fields/decode-invoice-line-period.ts +13 -0
- package/src/decoders/fields/decode-invoice-lines.ts +17 -0
- package/src/decoders/fields/decode-invoice-message-document-party.ts +20 -0
- package/src/decoders/fields/decode-invoice-message-party.ts +43 -0
- package/src/decoders/fields/decode-invoice-period.ts +19 -0
- package/src/decoders/fields/decode-legal-monetary-total.ts +22 -0
- package/src/decoders/fields/decode-line-allowance-charges.ts +30 -0
- package/src/decoders/fields/decode-line-price.ts +19 -0
- package/src/decoders/fields/decode-line-shared.ts +70 -0
- package/src/decoders/fields/decode-message-level-party.ts +12 -0
- package/src/decoders/fields/decode-order-reference.ts +13 -0
- package/src/decoders/fields/decode-parties-tax-scheme.ts +19 -0
- package/src/decoders/fields/decode-party-tax-scheme.ts +14 -0
- package/src/decoders/fields/decode-party.ts +63 -0
- package/src/decoders/fields/decode-payee-party.ts +41 -0
- package/src/decoders/fields/decode-payment-means.ts +62 -0
- package/src/decoders/fields/decode-payment-terms.ts +13 -0
- package/src/decoders/fields/decode-price-allowance-charge.ts +22 -0
- package/src/decoders/fields/decode-quantity.ts +17 -0
- package/src/decoders/fields/decode-simple-identifier.ts +12 -0
- package/src/decoders/fields/decode-tax-category.ts +21 -0
- package/src/decoders/fields/decode-tax-representative-party.ts +19 -0
- package/src/decoders/fields/decode-tax-totals.ts +43 -0
- package/src/decoders/fields/encode-additional-document-references.ts +26 -0
- package/src/decoders/fields/encode-address.ts +15 -0
- package/src/decoders/fields/encode-allowance-charges.ts +16 -0
- package/src/decoders/fields/encode-amount.ts +6 -0
- package/src/decoders/fields/encode-billing-references.ts +10 -0
- package/src/decoders/fields/encode-credit-note-lines.ts +9 -0
- package/src/decoders/fields/encode-delivery.ts +21 -0
- package/src/decoders/fields/encode-identifier.ts +7 -0
- package/src/decoders/fields/encode-invoice-line-period.ts +5 -0
- package/src/decoders/fields/encode-invoice-lines.ts +9 -0
- package/src/decoders/fields/encode-invoice-period.ts +7 -0
- package/src/decoders/fields/encode-legal-monetary-total.ts +16 -0
- package/src/decoders/fields/encode-line-allowance-charges.ts +14 -0
- package/src/decoders/fields/encode-line-price.ts +16 -0
- package/src/decoders/fields/encode-line-shared.ts +50 -0
- package/src/decoders/fields/encode-message-party.ts +32 -0
- package/src/decoders/fields/encode-order-reference.ts +7 -0
- package/src/decoders/fields/encode-parties-tax-scheme.ts +10 -0
- package/src/decoders/fields/encode-party-tax-scheme.ts +10 -0
- package/src/decoders/fields/encode-party.ts +47 -0
- package/src/decoders/fields/encode-payee-party.ts +26 -0
- package/src/decoders/fields/encode-payment-means.ts +39 -0
- package/src/decoders/fields/encode-payment-terms.ts +7 -0
- package/src/decoders/fields/encode-price-allowance-charges.ts +15 -0
- package/src/decoders/fields/encode-quantity.ts +6 -0
- package/src/decoders/fields/encode-simple-identifier.ts +11 -0
- package/src/decoders/fields/encode-tax-category.ts +10 -0
- package/src/decoders/fields/encode-tax-representative-party.ts +16 -0
- package/src/decoders/fields/encode-tax-totals.ts +21 -0
- package/src/document-parser.ts +65 -0
- package/src/document.ts +19 -0
- package/src/helpers/bool.ts +12 -0
- package/src/helpers/get-array.ts +22 -0
- package/src/helpers/get-prop.ts +31 -0
- package/src/helpers/is-defined.ts +3 -0
- package/src/helpers/num-or-und.ts +11 -0
- package/src/helpers/str-or-array.ts +15 -0
- package/src/helpers/str-or-und.ts +14 -0
- package/src/helpers/str.ts +13 -0
- package/src/index.ts +6 -0
- package/src/invoice-response-codes/index.ts +3 -0
- package/src/invoice-response-codes/invoice-response-code-needs-schema.ts +1 -0
- package/src/invoice-response-codes/invoice-response-code-not-needs-schema.ts +1 -0
- package/src/invoice-response-codes/invoice-response-codes-order.ts +13 -0
- package/src/peppol-validations/add-piva.ts +12 -0
- package/src/peppol-validations/check-cf.ts +12 -0
- package/src/peppol-validations/check-cf16.ts +11 -0
- package/src/peppol-validations/check-piva-se-it.ts +11 -0
- package/src/peppol-validations/check-piva.ts +9 -0
- package/src/peppol-validations/check-se-orgnr.ts +23 -0
- package/src/peppol-validations/greek-tin-verification.ts +11 -0
- package/src/peppol-validations/index.ts +13 -0
- package/src/peppol-validations/is-valid-abn.ts +15 -0
- package/src/peppol-validations/is-valid-gln.ts +21 -0
- package/src/peppol-validations/is-valid-iban.ts +24 -0
- package/src/peppol-validations/is-valid-mod11.ts +19 -0
- package/src/peppol-validations/is-valid-mod97-0208.ts +16 -0
- package/src/peppol-validations/luhn-check.ts +21 -0
- package/src/peppol-validations/normalize-space.ts +7 -0
- package/src/schemas/billing-base.ts +362 -0
- package/src/schemas/credit-note.ts +28 -0
- package/src/schemas/document-response-document-reference-schema.ts +37 -0
- package/src/schemas/document-response-document-schema.ts +34 -0
- package/src/schemas/document-response-line-response-content.ts +43 -0
- package/src/schemas/document-response-line-response-schema.ts +33 -0
- package/src/schemas/fields/additional-document-reference-schema.ts +112 -0
- package/src/schemas/fields/address-schema.ts +105 -0
- package/src/schemas/fields/allowance-charge-schema.ts +86 -0
- package/src/schemas/fields/amount-schema.ts +21 -0
- package/src/schemas/fields/base-line-schema.ts +136 -0
- package/src/schemas/fields/billing-references-schema.ts +44 -0
- package/src/schemas/fields/binary-object-schema.ts +45 -0
- package/src/schemas/fields/contact-schema.ts +18 -0
- package/src/schemas/fields/credit-note-line-schema.ts +37 -0
- package/src/schemas/fields/date-only-fn.ts +6 -0
- package/src/schemas/fields/date-only-parser.ts +20 -0
- package/src/schemas/fields/default-customization-id.ts +1 -0
- package/src/schemas/fields/default-profile-id.ts +1 -0
- package/src/schemas/fields/delivery-schema.ts +95 -0
- package/src/schemas/fields/identifier-schema.ts +24 -0
- package/src/schemas/fields/invoice-line-period-schema.ts +31 -0
- package/src/schemas/fields/invoice-line-schema.ts +41 -0
- package/src/schemas/fields/invoice-period-schema.ts +27 -0
- package/src/schemas/fields/legal-monetary-total-schema.ts +125 -0
- package/src/schemas/fields/line-allowance-charge-schema.ts +59 -0
- package/src/schemas/fields/line-item-schema.ts +183 -0
- package/src/schemas/fields/line-price-allowance-charge-schema.ts +33 -0
- package/src/schemas/fields/list-identifier-schema.ts +43 -0
- package/src/schemas/fields/order-reference-schema.ts +36 -0
- package/src/schemas/fields/party-base-schema.ts +131 -0
- package/src/schemas/fields/party-legal-entity-schema.ts +29 -0
- package/src/schemas/fields/party-tax-schema.ts +33 -0
- package/src/schemas/fields/payee-party.ts +107 -0
- package/src/schemas/fields/payment-means-schema.ts +209 -0
- package/src/schemas/fields/payment-terms-schema.ts +23 -0
- package/src/schemas/fields/price-schema.ts +31 -0
- package/src/schemas/fields/quantity-schema.ts +21 -0
- package/src/schemas/fields/reference-schema.ts +4 -0
- package/src/schemas/fields/tax-category-schema.ts +41 -0
- package/src/schemas/fields/tax-representative-party-schema.ts +23 -0
- package/src/schemas/fields/tax-subtotal-category-schema.ts +26 -0
- package/src/schemas/fields/tax-subtotal-schema.ts +32 -0
- package/src/schemas/fields/tax-totals.ts +25 -0
- package/src/schemas/fields/time-only.ts +23 -0
- package/src/schemas/invoice-response-document-actual-response-status.ts +58 -0
- package/src/schemas/invoice-response-document-actual-response.ts +73 -0
- package/src/schemas/invoice-response-schema.ts +155 -0
- package/src/schemas/invoice-response-status-reason-code.ts +30 -0
- package/src/schemas/invoice.ts +43 -0
- package/src/schemas/message-level-response-document-response-schema.ts +33 -0
- package/src/schemas/message-level-response-party-schema.ts +18 -0
- package/src/schemas/message-level-response-schema.ts +96 -0
- package/src/schemas/utils/base-64.ts +34 -0
- package/src/schemas/utils/format-quantity-with-unit.ts +21 -0
- package/src/schemas/utils/get-credit-note-type-code-description.ts +7 -0
- package/src/schemas/utils/get-invoice-type-code-description.ts +7 -0
- package/src/schemas/utils/is-valid-credit-note-type-code.ts +7 -0
- package/src/schemas/utils/is-valid-invoice-type-code.ts +7 -0
- package/src/schemas/utils/is-valid-process.ts +7 -0
- package/src/schemas/utils/quantity-unit-code-to-intl-unit.ts +111 -0
- package/src/schemas/utils/vat-regex.ts +51 -0
- package/src/schemas/utils/xsd-time.ts +9 -0
- package/src/schemas/values/additional-document-reference-code.ts +27 -0
- package/src/schemas/values/allowance-charge-reason-code.ts +29 -0
- package/src/schemas/values/application-response-type-codes.ts +25 -0
- package/src/schemas/values/charge-reason-code.ts +29 -0
- package/src/schemas/values/country-code.ts +36 -0
- package/src/schemas/values/credit-note-type-code-schema.ts +25 -0
- package/src/schemas/values/currency-codes.ts +35 -0
- package/src/schemas/values/document-type-codes.ts +25 -0
- package/src/schemas/values/document-type-schema.ts +49 -0
- package/src/schemas/values/document-type-schemes-schema.ts +16 -0
- package/src/schemas/values/document-type-values-schema.ts +19 -0
- package/src/schemas/values/duty-tax-fee-cateogries.ts +28 -0
- package/src/schemas/values/eas-codes.ts +35 -0
- package/src/schemas/values/icd-codes.ts +28 -0
- package/src/schemas/values/invoice-status-codes.ts +25 -0
- package/src/schemas/values/invoice-type-code-schema.ts +25 -0
- package/src/schemas/values/item-classification-code-schema.ts +28 -0
- package/src/schemas/values/mime-code.ts +28 -0
- package/src/schemas/values/op-status-action.ts +25 -0
- package/src/schemas/values/op-status-reason.ts +25 -0
- package/src/schemas/values/participant-identifier-code.ts +25 -0
- package/src/schemas/values/payment-means-codes-schema.ts +36 -0
- package/src/schemas/values/process-from-document-type-schema.ts +28 -0
- package/src/schemas/values/process-schema.ts +41 -0
- package/src/schemas/values/process-xml-identifier-schema.ts +27 -0
- package/src/schemas/values/quantity-unit-codes-schema.ts +28 -0
- package/src/schemas/values/vat-date-code.ts +15 -0
- package/src/schemas/values/vatex-code.ts +28 -0
- package/src/schemas.ts +97 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-01.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-02.ts +27 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-03.ts +27 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-04.ts +27 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-05.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-06.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-07.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-08.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-09.ts +17 -0
- package/src/schematron/cen/ae/cen-en16931-br-ae-10.ts +19 -0
- package/src/schematron/cen/af/cen-en16931-br-af-01.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-02.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-03.ts +23 -0
- package/src/schematron/cen/af/cen-en16931-br-af-04.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-05.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-06.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-07.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-08.ts +17 -0
- package/src/schematron/cen/af/cen-en16931-br-af-09.ts +19 -0
- package/src/schematron/cen/af/cen-en16931-br-af-10.ts +19 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-01.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-02.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-03.ts +23 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-04.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-05.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-06.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-07.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-08.ts +17 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-09.ts +19 -0
- package/src/schematron/cen/ag/cen-en16931-br-ag-10.ts +19 -0
- package/src/schematron/cen/b/cen-en16931-br-b-01.ts +16 -0
- package/src/schematron/cen/b/cen-en16931-br-b-02.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-01.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-02.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-03.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-04.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-05.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-06.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-07.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-08.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-09.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-10.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-11.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-12.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-13.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-14.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-15.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-16.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-17.ts +22 -0
- package/src/schematron/cen/cen-en16931-br-18.ts +19 -0
- package/src/schematron/cen/cen-en16931-br-19.ts +19 -0
- package/src/schematron/cen/cen-en16931-br-20.ts +20 -0
- package/src/schematron/cen/cen-en16931-br-21.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-22.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-23.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-24.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-25.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-26.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-27.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-28.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-29.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-30.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-31.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-32.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-33.ts +19 -0
- package/src/schematron/cen/cen-en16931-br-36.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-37.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-38.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-41.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-42.ts +21 -0
- package/src/schematron/cen/cen-en16931-br-43.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-44.ts +20 -0
- package/src/schematron/cen/cen-en16931-br-45.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-46.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-47.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-48.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-49.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-50.ts +20 -0
- package/src/schematron/cen/cen-en16931-br-51.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-52.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-53.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-54.ts +20 -0
- package/src/schematron/cen/cen-en16931-br-55.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-56.ts +16 -0
- package/src/schematron/cen/cen-en16931-br-57.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-61.ts +21 -0
- package/src/schematron/cen/cen-en16931-br-62.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-63.ts +17 -0
- package/src/schematron/cen/cen-en16931-br-64.ts +18 -0
- package/src/schematron/cen/cen-en16931-br-65.ts +18 -0
- package/src/schematron/cen/cl/cen-en16931-br-cl-08.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-03.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-04.ts +18 -0
- package/src/schematron/cen/co/cen-en16931-br-co-05.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-06.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-07.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-08.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-09.ts +17 -0
- package/src/schematron/cen/co/cen-en16931-br-co-10.ts +19 -0
- package/src/schematron/cen/co/cen-en16931-br-co-11.ts +25 -0
- package/src/schematron/cen/co/cen-en16931-br-co-12.ts +25 -0
- package/src/schematron/cen/co/cen-en16931-br-co-13.ts +22 -0
- package/src/schematron/cen/co/cen-en16931-br-co-14.ts +20 -0
- package/src/schematron/cen/co/cen-en16931-br-co-15.ts +28 -0
- package/src/schematron/cen/co/cen-en16931-br-co-16.ts +21 -0
- package/src/schematron/cen/co/cen-en16931-br-co-17.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-18.ts +16 -0
- package/src/schematron/cen/co/cen-en16931-br-co-19.ts +17 -0
- package/src/schematron/cen/co/cen-en16931-br-co-20.ts +17 -0
- package/src/schematron/cen/co/cen-en16931-br-co-21.ts +19 -0
- package/src/schematron/cen/co/cen-en16931-br-co-22.ts +19 -0
- package/src/schematron/cen/co/cen-en16931-br-co-23.ts +21 -0
- package/src/schematron/cen/co/cen-en16931-br-co-24.ts +21 -0
- package/src/schematron/cen/co/cen-en16931-br-co-25.ts +18 -0
- package/src/schematron/cen/co/cen-en16931-br-co-26.ts +20 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-01.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-02.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-05.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-06.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-09.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-10.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-11.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-12.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-13.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-14.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-15.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-16.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-17.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-18.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-19.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-20.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-23.ts +16 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-24.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-25.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-27.ts +18 -0
- package/src/schematron/cen/dec/cen-en16931-br-dec-28.ts +18 -0
- package/src/schematron/cen/e/cen-en16931-br-e-01.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-02.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-03.ts +23 -0
- package/src/schematron/cen/e/cen-en16931-br-e-04.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-05.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-06.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-07.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-08.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-09.ts +17 -0
- package/src/schematron/cen/e/cen-en16931-br-e-10.ts +19 -0
- package/src/schematron/cen/g/cen-en16931-br-g-01.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-02.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-03.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-04.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-05.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-06.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-07.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-08.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-09.ts +17 -0
- package/src/schematron/cen/g/cen-en16931-br-g-10.ts +19 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-01.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-02.ts +25 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-03.ts +25 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-04.ts +25 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-05.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-06.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-07.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-08.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-09.ts +17 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-10.ts +19 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-11.ts +20 -0
- package/src/schematron/cen/ic/cen-en16931-br-ic-12.ts +20 -0
- package/src/schematron/cen/o/cen-en16931-br-o-01.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-02.ts +25 -0
- package/src/schematron/cen/o/cen-en16931-br-o-03.ts +25 -0
- package/src/schematron/cen/o/cen-en16931-br-o-04.ts +25 -0
- package/src/schematron/cen/o/cen-en16931-br-o-05.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-06.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-07.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-08.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-09.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-10.ts +19 -0
- package/src/schematron/cen/o/cen-en16931-br-o-11.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-12.ts +17 -0
- package/src/schematron/cen/o/cen-en16931-br-o-13.ts +19 -0
- package/src/schematron/cen/o/cen-en16931-br-o-14.ts +19 -0
- package/src/schematron/cen/s/cen-en16931-br-s-01.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-02.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-03.ts +23 -0
- package/src/schematron/cen/s/cen-en16931-br-s-04.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-05.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-06.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-07.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-08.ts +17 -0
- package/src/schematron/cen/s/cen-en16931-br-s-09.ts +19 -0
- package/src/schematron/cen/s/cen-en16931-br-s-10.ts +19 -0
- package/src/schematron/cen/z/cen-en16931-br-z-01.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-02.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-03.ts +23 -0
- package/src/schematron/cen/z/cen-en16931-br-z-04.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-05.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-06.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-07.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-08.ts +17 -0
- package/src/schematron/cen/z/cen-en16931-br-z-09.ts +16 -0
- package/src/schematron/cen/z/cen-en16931-br-z-10.ts +19 -0
- package/src/schematron/de/de-r-001.ts +18 -0
- package/src/schematron/de/de-r-002.ts +14 -0
- package/src/schematron/de/de-r-003.ts +15 -0
- package/src/schematron/de/de-r-004.ts +19 -0
- package/src/schematron/de/de-r-005.ts +19 -0
- package/src/schematron/de/de-r-006.ts +19 -0
- package/src/schematron/de/de-r-007.ts +19 -0
- package/src/schematron/de/de-r-008.ts +15 -0
- package/src/schematron/de/de-r-009.ts +19 -0
- package/src/schematron/de/de-r-010.ts +23 -0
- package/src/schematron/de/de-r-011.ts +23 -0
- package/src/schematron/de/de-r-014.ts +21 -0
- package/src/schematron/de/de-r-015.ts +19 -0
- package/src/schematron/de/de-r-016.ts +31 -0
- package/src/schematron/de/de-r-017.ts +22 -0
- package/src/schematron/de/de-r-018.ts +30 -0
- package/src/schematron/de/de-r-019.ts +27 -0
- package/src/schematron/de/de-r-020.ts +27 -0
- package/src/schematron/de/de-r-022.ts +23 -0
- package/src/schematron/de/de-r-023-1.ts +26 -0
- package/src/schematron/de/de-r-023-2.ts +26 -0
- package/src/schematron/de/de-r-024-1.ts +27 -0
- package/src/schematron/de/de-r-024-2.ts +26 -0
- package/src/schematron/de/de-r-025-1.ts +24 -0
- package/src/schematron/de/de-r-025-2.ts +24 -0
- package/src/schematron/de/de-r-026.ts +25 -0
- package/src/schematron/de/de-r-027.ts +21 -0
- package/src/schematron/de/de-r-028.ts +23 -0
- package/src/schematron/de/de-r-030.ts +25 -0
- package/src/schematron/de/de-r-031.ts +24 -0
- package/src/schematron/dk/dk-r-002.ts +15 -0
- package/src/schematron/dk/dk-r-003.ts +29 -0
- package/src/schematron/dk/dk-r-004.ts +31 -0
- package/src/schematron/dk/dk-r-005.ts +21 -0
- package/src/schematron/dk/dk-r-006.ts +28 -0
- package/src/schematron/dk/dk-r-007.ts +26 -0
- package/src/schematron/dk/dk-r-008.ts +28 -0
- package/src/schematron/dk/dk-r-009.ts +29 -0
- package/src/schematron/dk/dk-r-010.ts +28 -0
- package/src/schematron/dk/dk-r-011.ts +29 -0
- package/src/schematron/dk/dk-r-013.ts +24 -0
- package/src/schematron/dk/dk-r-014.ts +21 -0
- package/src/schematron/dk/dk-r-016.ts +18 -0
- package/src/schematron/dk/dk-r-017.ts +21 -0
- package/src/schematron/gr/gr-r-001-1.ts +19 -0
- package/src/schematron/gr/gr-r-001-2.ts +30 -0
- package/src/schematron/gr/gr-r-001-3.ts +32 -0
- package/src/schematron/gr/gr-r-001-4.ts +23 -0
- package/src/schematron/gr/gr-r-001-5.ts +25 -0
- package/src/schematron/gr/gr-r-001-6.ts +19 -0
- package/src/schematron/gr/gr-r-001-7.ts +19 -0
- package/src/schematron/gr/gr-r-002.ts +20 -0
- package/src/schematron/gr/gr-r-003.ts +25 -0
- package/src/schematron/gr/gr-r-004-1.ts +20 -0
- package/src/schematron/gr/gr-r-004-2.ts +20 -0
- package/src/schematron/gr/gr-r-005.ts +15 -0
- package/src/schematron/gr/gr-r-006.ts +26 -0
- package/src/schematron/gr/gr-r-008-2.ts +19 -0
- package/src/schematron/gr/gr-r-008-3.ts +23 -0
- package/src/schematron/gr/gr-r-009.ts +22 -0
- package/src/schematron/gr/gr-r-010.ts +23 -0
- package/src/schematron/gr/gr-s-008-1.ts +19 -0
- package/src/schematron/gr/gr-s-011.ts +23 -0
- package/src/schematron/helpers.ts +559 -0
- package/src/schematron/index.ts +363 -0
- package/src/schematron/is/is-r-001.ts +21 -0
- package/src/schematron/is/is-r-002.ts +19 -0
- package/src/schematron/is/is-r-003.ts +19 -0
- package/src/schematron/is/is-r-004.ts +19 -0
- package/src/schematron/is/is-r-005.ts +19 -0
- package/src/schematron/is/is-r-006.ts +26 -0
- package/src/schematron/is/is-r-007.ts +26 -0
- package/src/schematron/is/is-r-008.ts +28 -0
- package/src/schematron/is/is-r-009.ts +22 -0
- package/src/schematron/is/is-r-010.ts +30 -0
- package/src/schematron/it/it-r-001.ts +21 -0
- package/src/schematron/it/it-r-002.ts +19 -0
- package/src/schematron/it/it-r-003.ts +19 -0
- package/src/schematron/it/it-r-004.ts +19 -0
- package/src/schematron/nl/nl-r-001.ts +20 -0
- package/src/schematron/nl/nl-r-002.ts +20 -0
- package/src/schematron/nl/nl-r-003.ts +24 -0
- package/src/schematron/nl/nl-r-004.ts +20 -0
- package/src/schematron/nl/nl-r-005.ts +25 -0
- package/src/schematron/nl/nl-r-006.ts +24 -0
- package/src/schematron/nl/nl-r-007.ts +25 -0
- package/src/schematron/nl/nl-r-008.ts +22 -0
- package/src/schematron/nl/nl-r-009.ts +23 -0
- package/src/schematron/no/no-r-001.ts +26 -0
- package/src/schematron/no/no-r-002.ts +19 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl001.ts +21 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl002.ts +20 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl003.ts +18 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl006.ts +20 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl007.ts +43 -0
- package/src/schematron/peppol/cl/peppol-en16931-cl008.ts +21 -0
- package/src/schematron/peppol/common/peppol-common-r040.ts +21 -0
- package/src/schematron/peppol/common/peppol-common-r041.ts +21 -0
- package/src/schematron/peppol/common/peppol-common-r042.ts +24 -0
- package/src/schematron/peppol/common/peppol-common-r043.ts +21 -0
- package/src/schematron/peppol/common/peppol-common-r044.ts +20 -0
- package/src/schematron/peppol/common/peppol-common-r045.ts +20 -0
- package/src/schematron/peppol/common/peppol-common-r046.ts +20 -0
- package/src/schematron/peppol/common/peppol-common-r047.ts +20 -0
- package/src/schematron/peppol/common/peppol-common-r049.ts +20 -0
- package/src/schematron/peppol/common/peppol-common-r050.ts +21 -0
- package/src/schematron/peppol/common/peppol-common-r052.ts +19 -0
- package/src/schematron/peppol/common/peppol-common-r053.ts +19 -0
- package/src/schematron/peppol/f/peppol-en16931-f001.ts +25 -0
- package/src/schematron/peppol/p/peppol-en16931-p0100.ts +52 -0
- package/src/schematron/peppol/p/peppol-en16931-p0101.ts +25 -0
- package/src/schematron/peppol/p/peppol-en16931-p0104.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0105.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0106.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0107.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0108.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0109.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0110.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0111.ts +17 -0
- package/src/schematron/peppol/p/peppol-en16931-p0112.ts +23 -0
- package/src/schematron/peppol/r/peppol-en16931-r001.ts +14 -0
- package/src/schematron/peppol/r/peppol-en16931-r002.ts +16 -0
- package/src/schematron/peppol/r/peppol-en16931-r003.ts +16 -0
- package/src/schematron/peppol/r/peppol-en16931-r004.ts +18 -0
- package/src/schematron/peppol/r/peppol-en16931-r005.ts +18 -0
- package/src/schematron/peppol/r/peppol-en16931-r007.ts +15 -0
- package/src/schematron/peppol/r/peppol-en16931-r008.ts +27 -0
- package/src/schematron/peppol/r/peppol-en16931-r010.ts +12 -0
- package/src/schematron/peppol/r/peppol-en16931-r020.ts +12 -0
- package/src/schematron/peppol/r/peppol-en16931-r040.ts +23 -0
- package/src/schematron/peppol/r/peppol-en16931-r041.ts +17 -0
- package/src/schematron/peppol/r/peppol-en16931-r042.ts +17 -0
- package/src/schematron/peppol/r/peppol-en16931-r043.ts +17 -0
- package/src/schematron/peppol/r/peppol-en16931-r044.ts +16 -0
- package/src/schematron/peppol/r/peppol-en16931-r046.ts +23 -0
- package/src/schematron/peppol/r/peppol-en16931-r051.ts +52 -0
- package/src/schematron/peppol/r/peppol-en16931-r053.ts +16 -0
- package/src/schematron/peppol/r/peppol-en16931-r054.ts +17 -0
- package/src/schematron/peppol/r/peppol-en16931-r055.ts +26 -0
- package/src/schematron/peppol/r/peppol-en16931-r061.ts +24 -0
- package/src/schematron/peppol/r/peppol-en16931-r100.ts +12 -0
- package/src/schematron/peppol/r/peppol-en16931-r101.ts +19 -0
- package/src/schematron/peppol/r/peppol-en16931-r110.ts +23 -0
- package/src/schematron/peppol/r/peppol-en16931-r111.ts +23 -0
- package/src/schematron/peppol/r/peppol-en16931-r120.ts +26 -0
- package/src/schematron/peppol/r/peppol-en16931-r121.ts +19 -0
- package/src/schematron/peppol/r/peppol-en16931-r130.ts +26 -0
- package/src/schematron/run-all-rules.ts +730 -0
- package/src/schematron/se/se-r-001.ts +19 -0
- package/src/schematron/se/se-r-002.ts +19 -0
- package/src/schematron/se/se-r-003.ts +15 -0
- package/src/schematron/se/se-r-004.ts +15 -0
- package/src/schematron/se/se-r-005.ts +22 -0
- package/src/schematron/se/se-r-006.ts +24 -0
- package/src/schematron/se/se-r-007.ts +25 -0
- package/src/schematron/se/se-r-008.ts +25 -0
- package/src/schematron/se/se-r-009.ts +25 -0
- package/src/schematron/se/se-r-010.ts +25 -0
- package/src/schematron/se/se-r-011.ts +23 -0
- package/src/schematron/se/se-r-012.ts +19 -0
- package/src/schematron/se/se-r-013.ts +20 -0
- package/src/schematron/types.ts +26 -0
- package/src/types.ts +10 -0
- package/src/values/additional-document-reference-codes.generated.ts +4972 -0
- package/src/values/allowance-charge-reason-codes.generated.ts +102 -0
- package/src/values/application-response-type-codes.generated.ts +31 -0
- package/src/values/charge-reason-codes.generated.ts +1096 -0
- package/src/values/country-code.generated.ts +1030 -0
- package/src/values/credit-notes-type-codes.generated.ts +46 -0
- package/src/values/currency-code.generated.ts +742 -0
- package/src/values/document-type-codes.generated.ts +4632 -0
- package/src/values/document-type.generated.ts +1702 -0
- package/src/values/duty-tax-fee-categories.generated.ts +70 -0
- package/src/values/eas-codes.generated.ts +401 -0
- package/src/values/icd-codes.generated.ts +1720 -0
- package/src/values/invoice-status-codes.generated.ts +62 -0
- package/src/values/invoice-type-codes.generated.ts +194 -0
- package/src/values/item-classification-code.generated.ts +1145 -0
- package/src/values/mime-codes.generated.ts +50 -0
- package/src/values/op-status-action.generated.ts +54 -0
- package/src/values/op-status-reason.generated.ts +86 -0
- package/src/values/participant-identifier-schemes.generated.ts +1627 -0
- package/src/values/payment-means-codes.generated.ts +547 -0
- package/src/values/processes.generated.ts +272 -0
- package/src/values/quantity-unit-codes.generated.ts +10278 -0
- package/src/values/vat-dates.generated.ts +31 -0
- package/src/values/vatex-codes.generated.ts +550 -0
- package/src/values.ts +24 -0
- package/src/xml/builder-options.ts +5 -0
- package/src/xml/common-xml-options.ts +13 -0
- package/src/xml/parser-options.ts +5 -0
- package/src/xml.ts +2 -0
|
@@ -0,0 +1,1388 @@
|
|
|
1
|
+
//#region src/values/participant-identifier-schemes.generated.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* @version 9.7
|
|
4
|
+
*
|
|
5
|
+
* @category Peppol Values
|
|
6
|
+
*
|
|
7
|
+
* @title Peppol Participant Identifier Schemes
|
|
8
|
+
*
|
|
9
|
+
* @enum
|
|
10
|
+
*/
|
|
11
|
+
declare const participantIdentifierSchemes: {
|
|
12
|
+
/**
|
|
13
|
+
* @since 1.0.0
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* `784301772``78430177200025`;
|
|
17
|
+
*
|
|
18
|
+
* @name `System Information et Repertoire des Entreprise et des Etablissements: SIRENE`
|
|
19
|
+
*
|
|
20
|
+
* @country `FR`
|
|
21
|
+
*
|
|
22
|
+
* @validation
|
|
23
|
+
* ```regex
|
|
24
|
+
* [0-9]{9}([0-9]{5})?
|
|
25
|
+
* ```
|
|
26
|
+
* Check digits: Luhn Algorithm
|
|
27
|
+
*/
|
|
28
|
+
'0002': string;
|
|
29
|
+
/**
|
|
30
|
+
* @since 1.0.0
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* `2120000787`;
|
|
34
|
+
*
|
|
35
|
+
* @name `Organisationsnummer`
|
|
36
|
+
*
|
|
37
|
+
* @country `SE`
|
|
38
|
+
*
|
|
39
|
+
* @validation
|
|
40
|
+
* ```regex
|
|
41
|
+
* [0-9]{10}
|
|
42
|
+
* ```
|
|
43
|
+
* Check digits: Luhn Algorithm
|
|
44
|
+
*/
|
|
45
|
+
'0007': string;
|
|
46
|
+
/**
|
|
47
|
+
* @since 1.1.1
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* `78430177200025`;
|
|
51
|
+
*
|
|
52
|
+
* @name `SIRET-CODE`
|
|
53
|
+
*
|
|
54
|
+
* @country `FR`
|
|
55
|
+
*
|
|
56
|
+
* @validation
|
|
57
|
+
* ```regex
|
|
58
|
+
* [0-9]{14}
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
'0009': string;
|
|
62
|
+
/**
|
|
63
|
+
* @deprecated
|
|
64
|
+
*
|
|
65
|
+
* @since 1.0.0
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* `0037:00371234567800001``0037:1234567800001`;
|
|
69
|
+
*
|
|
70
|
+
* @name `LY-tunnus`
|
|
71
|
+
*
|
|
72
|
+
* @country `FI`
|
|
73
|
+
*
|
|
74
|
+
* @validation
|
|
75
|
+
* ```regex
|
|
76
|
+
* (0037)?[0-9]{7}-?[0-9][0-9A-Z]{0,5}
|
|
77
|
+
* ```
|
|
78
|
+
* Check Digit: mod11 of 8-digit OrgCode (weights 2, 4, 8, 5, 10, 9, 7 [right to left] or 7, 9, 10, 5, 8, 4, 2, 1 [left to right])
|
|
79
|
+
*/
|
|
80
|
+
'0037': string;
|
|
81
|
+
/**
|
|
82
|
+
* @since 1.0.0
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* `812810734`;
|
|
86
|
+
*
|
|
87
|
+
* @name `Data Universal Numbering System (D-U-N-S Number)`
|
|
88
|
+
*
|
|
89
|
+
* @country `international`
|
|
90
|
+
*
|
|
91
|
+
* @validation
|
|
92
|
+
* ```regex
|
|
93
|
+
* [0-9]{9}
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
'0060': string;
|
|
97
|
+
/**
|
|
98
|
+
* @since 1.0.0
|
|
99
|
+
*
|
|
100
|
+
* @example
|
|
101
|
+
* `1548079098355`;
|
|
102
|
+
*
|
|
103
|
+
* @name `Global Location Number`
|
|
104
|
+
*
|
|
105
|
+
* @country `international`
|
|
106
|
+
*
|
|
107
|
+
* @validation
|
|
108
|
+
* ```regex
|
|
109
|
+
* [0-9]{13}
|
|
110
|
+
* ```
|
|
111
|
+
* Check Digit: mod10 (weights 1, 3)
|
|
112
|
+
*/
|
|
113
|
+
'0088': string;
|
|
114
|
+
/**
|
|
115
|
+
* @since 1.0.0
|
|
116
|
+
*
|
|
117
|
+
* @name `The Danish Business Authority - P-number (DK:P)`
|
|
118
|
+
*
|
|
119
|
+
* @country `DK`
|
|
120
|
+
*
|
|
121
|
+
* @validation
|
|
122
|
+
* ```regex
|
|
123
|
+
* [0-9]{10}
|
|
124
|
+
* ```
|
|
125
|
+
*/
|
|
126
|
+
'0096': string;
|
|
127
|
+
/**
|
|
128
|
+
* @since 1.0.0
|
|
129
|
+
*
|
|
130
|
+
* @name `FTI - Ediforum Italia`
|
|
131
|
+
*
|
|
132
|
+
* @country `IT`
|
|
133
|
+
*
|
|
134
|
+
* @validation
|
|
135
|
+
* ```regex
|
|
136
|
+
* [0-9]{11,16}
|
|
137
|
+
* ```
|
|
138
|
+
* The check digit algorithm is the one published in the Gazzetta Ufficiale no 345 of December 29 1976.
|
|
139
|
+
*/
|
|
140
|
+
'0097': string;
|
|
141
|
+
/**
|
|
142
|
+
* @since 1.1.2
|
|
143
|
+
*
|
|
144
|
+
* @name `Vereniging van Kamers van Koophandel en Fabrieken in Nederland (Association of Chambers of Commerce and Industry in the Netherlands), Scheme`
|
|
145
|
+
*
|
|
146
|
+
* @country `NL`
|
|
147
|
+
*
|
|
148
|
+
* @validation
|
|
149
|
+
* ```regex
|
|
150
|
+
* [0-9]{17}
|
|
151
|
+
* ```
|
|
152
|
+
* Check Digits: mod97
|
|
153
|
+
*/
|
|
154
|
+
'0106': string;
|
|
155
|
+
/**
|
|
156
|
+
* @since 4
|
|
157
|
+
*
|
|
158
|
+
* @name `Directorates of the European Commission`
|
|
159
|
+
*
|
|
160
|
+
* @country `international`
|
|
161
|
+
*/
|
|
162
|
+
'0130': string;
|
|
163
|
+
/**
|
|
164
|
+
* @since 1.0.0
|
|
165
|
+
*
|
|
166
|
+
* @name `SIA Object Identifiers`
|
|
167
|
+
*
|
|
168
|
+
* @country `IT`
|
|
169
|
+
*/
|
|
170
|
+
'0135': string;
|
|
171
|
+
/**
|
|
172
|
+
* @since 1.0.0
|
|
173
|
+
*
|
|
174
|
+
* @name `SECETI Object Identifiers`
|
|
175
|
+
*
|
|
176
|
+
* @country `IT`
|
|
177
|
+
*/
|
|
178
|
+
'0142': string;
|
|
179
|
+
/**
|
|
180
|
+
* @since 5
|
|
181
|
+
*
|
|
182
|
+
* @example
|
|
183
|
+
* `51 824 753 556`;
|
|
184
|
+
*
|
|
185
|
+
* @name `Australian Business Number (ABN) Scheme`
|
|
186
|
+
*
|
|
187
|
+
* @country `AU`
|
|
188
|
+
*
|
|
189
|
+
* @validation
|
|
190
|
+
* ```regex
|
|
191
|
+
* [0-9]{11}
|
|
192
|
+
* ```
|
|
193
|
+
* Check number: mod 89 (weights)
|
|
194
|
+
* * Subtract 1 from the first (left-most) digit of the ABN to give a new 11 digit number
|
|
195
|
+
* * Multiply each of the digits in this new number by a "weighting factor" based on its position as shown in the table below
|
|
196
|
+
* *Sum the resulting 11 products
|
|
197
|
+
* * Divide the sum total by 89, noting the remainder
|
|
198
|
+
* * If the remainder is zero the number is a valid ABN
|
|
199
|
+
* Weight: 10, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19
|
|
200
|
+
*/
|
|
201
|
+
'0151': string;
|
|
202
|
+
/**
|
|
203
|
+
* @since 9.7
|
|
204
|
+
*
|
|
205
|
+
* @name `Identification number of economic subject (ICO)`
|
|
206
|
+
*
|
|
207
|
+
* @country `SK`
|
|
208
|
+
*
|
|
209
|
+
* @validation
|
|
210
|
+
* ```regex
|
|
211
|
+
* [0-9]{8}
|
|
212
|
+
* ```
|
|
213
|
+
* Check number: mod11 (weights: 8, 7, 6, 5, 4, 3, 2)
|
|
214
|
+
*/
|
|
215
|
+
'0158': string;
|
|
216
|
+
/**
|
|
217
|
+
* @since 5
|
|
218
|
+
*
|
|
219
|
+
* @name `Swiss Unique Business Identification Number (UIDB)`
|
|
220
|
+
*
|
|
221
|
+
* @country `CH`
|
|
222
|
+
*
|
|
223
|
+
* @validation
|
|
224
|
+
* ```regex
|
|
225
|
+
* CHE[0-9]{9}
|
|
226
|
+
* ```
|
|
227
|
+
* Check number: mod11 (weights: 5, 4, 3, 2, 7, 6, 5, 4)
|
|
228
|
+
*/
|
|
229
|
+
'0183': string;
|
|
230
|
+
/**
|
|
231
|
+
* @since 1.2.1
|
|
232
|
+
*
|
|
233
|
+
* @name `The Danish Business Authority - CVR-number (DK:CVR)`
|
|
234
|
+
*
|
|
235
|
+
* @country `DK`
|
|
236
|
+
*
|
|
237
|
+
* @validation
|
|
238
|
+
* ```regex
|
|
239
|
+
* [1-9][0-9]{7}
|
|
240
|
+
* ```
|
|
241
|
+
*/
|
|
242
|
+
'0184': string;
|
|
243
|
+
/**
|
|
244
|
+
* @since 8.1
|
|
245
|
+
*
|
|
246
|
+
* @name `Corporate Number of The Social Security and Tax Number System`
|
|
247
|
+
*
|
|
248
|
+
* @country `JP`
|
|
249
|
+
*/
|
|
250
|
+
'0188': string;
|
|
251
|
+
/**
|
|
252
|
+
* @since 2
|
|
253
|
+
*
|
|
254
|
+
* @example
|
|
255
|
+
* `00000001820029336000`;
|
|
256
|
+
*
|
|
257
|
+
* @name `Organisatie-identificatienummer (OIN)`
|
|
258
|
+
*
|
|
259
|
+
* @country `NL`
|
|
260
|
+
*
|
|
261
|
+
* @validation
|
|
262
|
+
* ```regex
|
|
263
|
+
* [0-9]{20}
|
|
264
|
+
* ```
|
|
265
|
+
*/
|
|
266
|
+
'0190': string;
|
|
267
|
+
/**
|
|
268
|
+
* @since 2
|
|
269
|
+
*
|
|
270
|
+
* @example
|
|
271
|
+
* `10137025`;
|
|
272
|
+
*
|
|
273
|
+
* @name `Company code`
|
|
274
|
+
*
|
|
275
|
+
* @country `EE`
|
|
276
|
+
*
|
|
277
|
+
* @validation
|
|
278
|
+
* ```regex
|
|
279
|
+
* [1789][0-9]{7}
|
|
280
|
+
* ```
|
|
281
|
+
* CheckDigit as last char.
|
|
282
|
+
* Python code to check:
|
|
283
|
+
* def calc_check_digit(number):
|
|
284
|
+
* """Calculate the check digit."""
|
|
285
|
+
* check = sum(((i % 9) + 1) * int(n)
|
|
286
|
+
* for i, n in enumerate(number[:-1])) % 11
|
|
287
|
+
* if check == 10:
|
|
288
|
+
* check = sum((((i + 2) % 9) + 1) * int(n)
|
|
289
|
+
* for i, n in enumerate(number[:-1])) % 11
|
|
290
|
+
* return str(check % 10)
|
|
291
|
+
*/
|
|
292
|
+
'0191': string;
|
|
293
|
+
/**
|
|
294
|
+
* @since 2
|
|
295
|
+
*
|
|
296
|
+
* @example
|
|
297
|
+
* `745707327`;
|
|
298
|
+
*
|
|
299
|
+
* @name `Organisasjonsnummer`
|
|
300
|
+
*
|
|
301
|
+
* @country `NO`
|
|
302
|
+
*
|
|
303
|
+
* @validation
|
|
304
|
+
* ```regex
|
|
305
|
+
* [0-9]{9}
|
|
306
|
+
* ```
|
|
307
|
+
* Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)
|
|
308
|
+
*/
|
|
309
|
+
'0192': string;
|
|
310
|
+
/**
|
|
311
|
+
* @deprecated
|
|
312
|
+
*
|
|
313
|
+
* @since 3
|
|
314
|
+
*
|
|
315
|
+
* @name `UBL.BE Party Identifier`
|
|
316
|
+
*
|
|
317
|
+
* @country `BE`
|
|
318
|
+
*
|
|
319
|
+
* @validation
|
|
320
|
+
* ```regex
|
|
321
|
+
* .{4,50}
|
|
322
|
+
* ```
|
|
323
|
+
*/
|
|
324
|
+
'0193': string;
|
|
325
|
+
/**
|
|
326
|
+
* @since 4
|
|
327
|
+
*
|
|
328
|
+
* @name `Singapore Nationwide E-Invoice Framework`
|
|
329
|
+
*
|
|
330
|
+
* @country `SG`
|
|
331
|
+
*
|
|
332
|
+
* @validation
|
|
333
|
+
* ```regex
|
|
334
|
+
* [a-z]{2}[a-z]{3}([0-9]{8}|[0-9]{9}|[RST][0-9]{2}[a-z]{2}[0-9]{4})[0-9a-z]
|
|
335
|
+
* ```
|
|
336
|
+
*/
|
|
337
|
+
'0195': string;
|
|
338
|
+
/**
|
|
339
|
+
* @since 4
|
|
340
|
+
*
|
|
341
|
+
* @name `Icelandic identifier`
|
|
342
|
+
*
|
|
343
|
+
* @country `IS`
|
|
344
|
+
*
|
|
345
|
+
* @validation
|
|
346
|
+
* ```regex
|
|
347
|
+
* [0-9]{10}
|
|
348
|
+
* ```
|
|
349
|
+
* Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3, 2)
|
|
350
|
+
*/
|
|
351
|
+
'0196': string;
|
|
352
|
+
/**
|
|
353
|
+
* @since 5
|
|
354
|
+
*
|
|
355
|
+
* @name `The Danish Business Authority - SE-number (DK:SE)`
|
|
356
|
+
*
|
|
357
|
+
* @country `DK`
|
|
358
|
+
*
|
|
359
|
+
* @validation
|
|
360
|
+
* ```regex
|
|
361
|
+
* DK[0-9]{8}
|
|
362
|
+
* ```
|
|
363
|
+
* Check digit: mod11 (weights 2, 7, 6, 5, 4, 3, 2, 1)
|
|
364
|
+
*/
|
|
365
|
+
'0198': string;
|
|
366
|
+
/**
|
|
367
|
+
* @since 5
|
|
368
|
+
*
|
|
369
|
+
* @name `Legal Entity Identifier (LEI)`
|
|
370
|
+
*
|
|
371
|
+
* @country `international`
|
|
372
|
+
*
|
|
373
|
+
* @validation
|
|
374
|
+
* ```regex
|
|
375
|
+
* [A-Z0-9]{18}[0-9]{2}
|
|
376
|
+
* ```
|
|
377
|
+
* Check digit: mod97-10
|
|
378
|
+
*/
|
|
379
|
+
'0199': string;
|
|
380
|
+
/**
|
|
381
|
+
* @since 5
|
|
382
|
+
*
|
|
383
|
+
* @example
|
|
384
|
+
* `111963319`;
|
|
385
|
+
*
|
|
386
|
+
* @name `Legal entity code`
|
|
387
|
+
*
|
|
388
|
+
* @country `LT`
|
|
389
|
+
*
|
|
390
|
+
* @validation
|
|
391
|
+
* ```regex
|
|
392
|
+
* [0-9]{9}
|
|
393
|
+
* ```
|
|
394
|
+
* Check number: see text
|
|
395
|
+
*/
|
|
396
|
+
'0200': string;
|
|
397
|
+
/**
|
|
398
|
+
* @since 6
|
|
399
|
+
*
|
|
400
|
+
* @name `Codice Univoco Unità Organizzativa iPA`
|
|
401
|
+
*
|
|
402
|
+
* @country `IT`
|
|
403
|
+
*
|
|
404
|
+
* @validation
|
|
405
|
+
* ```regex
|
|
406
|
+
* [0-9a-zA-Z]{6}
|
|
407
|
+
* ```
|
|
408
|
+
* No checkdigit
|
|
409
|
+
*/
|
|
410
|
+
'0201': string;
|
|
411
|
+
/**
|
|
412
|
+
* @since 6
|
|
413
|
+
*
|
|
414
|
+
* @name `Peppol-Leitweg-ID`
|
|
415
|
+
*
|
|
416
|
+
* @country `DE`
|
|
417
|
+
*
|
|
418
|
+
* @validation
|
|
419
|
+
* ```regex
|
|
420
|
+
* [0-9]{2,12}(\-[0-9A-Z]{0,30})?\-[0-9]{2}
|
|
421
|
+
* ```
|
|
422
|
+
*/
|
|
423
|
+
'0204': string;
|
|
424
|
+
/**
|
|
425
|
+
* @since 8.4
|
|
426
|
+
*
|
|
427
|
+
* @name `CODDEST`
|
|
428
|
+
*
|
|
429
|
+
* @country `IT`
|
|
430
|
+
*/
|
|
431
|
+
'0205': string;
|
|
432
|
+
/**
|
|
433
|
+
* @since 7
|
|
434
|
+
*
|
|
435
|
+
* @name `Numero d'entreprise / ondernemingsnummer / Unternehmensnummer`
|
|
436
|
+
*
|
|
437
|
+
* @country `BE`
|
|
438
|
+
*
|
|
439
|
+
* @validation
|
|
440
|
+
* ```regex
|
|
441
|
+
* [01][0-9]{9}
|
|
442
|
+
* ```
|
|
443
|
+
* Check digit: mod97
|
|
444
|
+
* See https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/be/vat.py
|
|
445
|
+
*/
|
|
446
|
+
'0208': string;
|
|
447
|
+
/**
|
|
448
|
+
* @since 7.5
|
|
449
|
+
*
|
|
450
|
+
* @example
|
|
451
|
+
* `414541000099999325412345678901234567890`;
|
|
452
|
+
*
|
|
453
|
+
* @name `GS1 identification keys`
|
|
454
|
+
*
|
|
455
|
+
* @country `international`
|
|
456
|
+
*
|
|
457
|
+
* @validation
|
|
458
|
+
* See document "GS1 Application Standard for usage of ISO/IEC 6523 International Code Designator (ICD) 0209"
|
|
459
|
+
*/
|
|
460
|
+
'0209': string;
|
|
461
|
+
/**
|
|
462
|
+
* @since 7.5
|
|
463
|
+
*
|
|
464
|
+
* @name `CODICE FISCALE`
|
|
465
|
+
*
|
|
466
|
+
* @country `IT`
|
|
467
|
+
*
|
|
468
|
+
* @validation
|
|
469
|
+
* Character Repertoire : A to Z (upper case) and 0 to 9
|
|
470
|
+
*/
|
|
471
|
+
'0210': string;
|
|
472
|
+
/**
|
|
473
|
+
* @since 7.5
|
|
474
|
+
*
|
|
475
|
+
* @name `PARTITA IVA`
|
|
476
|
+
*
|
|
477
|
+
* @country `IT`
|
|
478
|
+
*
|
|
479
|
+
* @validation
|
|
480
|
+
* ```regex
|
|
481
|
+
* IT[0-9]{11}
|
|
482
|
+
* ```
|
|
483
|
+
* first 7: company identifiers
|
|
484
|
+
* next 3: province of residence (between "001" and "100"; or "120", "121", "888" "999")
|
|
485
|
+
* Last: check digit
|
|
486
|
+
* Check digit: Luhn
|
|
487
|
+
*/
|
|
488
|
+
'0211': string;
|
|
489
|
+
/**
|
|
490
|
+
* @deprecated
|
|
491
|
+
*
|
|
492
|
+
* @since 7.5
|
|
493
|
+
*
|
|
494
|
+
* @name `Finnish Organization Identifier`
|
|
495
|
+
*
|
|
496
|
+
* @country `FI`
|
|
497
|
+
*
|
|
498
|
+
* @validation
|
|
499
|
+
* Character Repertoire: digits 0-9 and hyphen "-"
|
|
500
|
+
*/
|
|
501
|
+
'0212': string;
|
|
502
|
+
/**
|
|
503
|
+
* @deprecated
|
|
504
|
+
*
|
|
505
|
+
* @since 7.5
|
|
506
|
+
*
|
|
507
|
+
* @name `Finnish Organization Value Add Tax Identifier`
|
|
508
|
+
*
|
|
509
|
+
* @country `FI`
|
|
510
|
+
*
|
|
511
|
+
* @validation
|
|
512
|
+
* Character Repertoire: digits 0-9 and FI
|
|
513
|
+
*/
|
|
514
|
+
'0213': string;
|
|
515
|
+
/**
|
|
516
|
+
* @deprecated
|
|
517
|
+
*
|
|
518
|
+
* @since 8.1
|
|
519
|
+
*
|
|
520
|
+
* @name `Net service ID`
|
|
521
|
+
*
|
|
522
|
+
* @country `FI`
|
|
523
|
+
*
|
|
524
|
+
* @validation
|
|
525
|
+
* Character Repertoire: Letters A-Z, digits 0-9
|
|
526
|
+
*/
|
|
527
|
+
'0215': string;
|
|
528
|
+
/**
|
|
529
|
+
* @since 8.1
|
|
530
|
+
*
|
|
531
|
+
* @name `OVTcode`
|
|
532
|
+
*
|
|
533
|
+
* @country `FI`
|
|
534
|
+
*
|
|
535
|
+
* @validation
|
|
536
|
+
* Character Repertoire: Capital letters A-Z, digits 0-9
|
|
537
|
+
*/
|
|
538
|
+
'0216': string;
|
|
539
|
+
/**
|
|
540
|
+
* @since 8.8
|
|
541
|
+
*
|
|
542
|
+
* @name `Unified registration number`
|
|
543
|
+
*
|
|
544
|
+
* @country `LV`
|
|
545
|
+
*
|
|
546
|
+
* @validation
|
|
547
|
+
* ```regex
|
|
548
|
+
* [0-9]{9}([0-9]{2})?
|
|
549
|
+
* ```
|
|
550
|
+
*/
|
|
551
|
+
'0218': string;
|
|
552
|
+
/**
|
|
553
|
+
* @since 8.5
|
|
554
|
+
*
|
|
555
|
+
* @name `The registered number of the qualified invoice issuer`
|
|
556
|
+
*
|
|
557
|
+
* @country `JP`
|
|
558
|
+
*/
|
|
559
|
+
'0221': string;
|
|
560
|
+
/**
|
|
561
|
+
* @since 9.1
|
|
562
|
+
*
|
|
563
|
+
* @name `FRCTC Electronic Address`
|
|
564
|
+
*
|
|
565
|
+
* @country `FR`
|
|
566
|
+
*
|
|
567
|
+
* @validation
|
|
568
|
+
* ```regex
|
|
569
|
+
* [A-Z-a-z0-9_\-]{1,130}
|
|
570
|
+
* ```
|
|
571
|
+
*/
|
|
572
|
+
'0225': string;
|
|
573
|
+
/**
|
|
574
|
+
* @since 8.5
|
|
575
|
+
*
|
|
576
|
+
* @name `National e-Invoicing Framework`
|
|
577
|
+
*
|
|
578
|
+
* @country `MY`
|
|
579
|
+
*/
|
|
580
|
+
'0230': string;
|
|
581
|
+
/**
|
|
582
|
+
* @since 9.1
|
|
583
|
+
*
|
|
584
|
+
* @name `UAE Tax Identification Number (TIN)`
|
|
585
|
+
*
|
|
586
|
+
* @country `AE`
|
|
587
|
+
*
|
|
588
|
+
* @validation
|
|
589
|
+
* ```regex
|
|
590
|
+
* 1[0-9]{9}
|
|
591
|
+
* ```
|
|
592
|
+
*/
|
|
593
|
+
'0235': string;
|
|
594
|
+
/**
|
|
595
|
+
* @since 9.1
|
|
596
|
+
*
|
|
597
|
+
* @name `Register of legal persons`
|
|
598
|
+
*
|
|
599
|
+
* @country `LU`
|
|
600
|
+
*
|
|
601
|
+
* @validation
|
|
602
|
+
* ```regex
|
|
603
|
+
* [0-9]{11}
|
|
604
|
+
* ```
|
|
605
|
+
*/
|
|
606
|
+
'0240': string;
|
|
607
|
+
/**
|
|
608
|
+
* @since 9.3
|
|
609
|
+
*
|
|
610
|
+
* @name `OpenPeppol Service Provider Identification Scheme`
|
|
611
|
+
*
|
|
612
|
+
* @country `international`
|
|
613
|
+
*
|
|
614
|
+
* @validation
|
|
615
|
+
* ```regex
|
|
616
|
+
* [0-9]{6}(-[0-9A-Z_]{3,12}(\.[0-9A-Z\-\._~]{3,24})?)?
|
|
617
|
+
* ```
|
|
618
|
+
*/
|
|
619
|
+
'0242': string;
|
|
620
|
+
/**
|
|
621
|
+
* @since 9.5
|
|
622
|
+
*
|
|
623
|
+
* @name `Tax Identification (Tax ID)`
|
|
624
|
+
*
|
|
625
|
+
* @country `NG`
|
|
626
|
+
*
|
|
627
|
+
* @validation
|
|
628
|
+
* ```regex
|
|
629
|
+
* [0-9]{13}
|
|
630
|
+
* ```
|
|
631
|
+
*/
|
|
632
|
+
'0244': string;
|
|
633
|
+
/**
|
|
634
|
+
* @since 9.5
|
|
635
|
+
*
|
|
636
|
+
* @name `Tax identification number (DIČ)`
|
|
637
|
+
*
|
|
638
|
+
* @country `SK`
|
|
639
|
+
*
|
|
640
|
+
* @validation
|
|
641
|
+
* ```regex
|
|
642
|
+
* [0-9]{10}
|
|
643
|
+
* ```
|
|
644
|
+
*/
|
|
645
|
+
'0245': string;
|
|
646
|
+
/**
|
|
647
|
+
* @since 9.5
|
|
648
|
+
*
|
|
649
|
+
* @name `German Electronic Business Address`
|
|
650
|
+
*
|
|
651
|
+
* @country `DE`
|
|
652
|
+
*
|
|
653
|
+
* @validation
|
|
654
|
+
* ```regex
|
|
655
|
+
* DE[0-9]{9}(-[0-9]{5})?(\.[0-9A-Z]{1,8})?
|
|
656
|
+
* ```
|
|
657
|
+
*/
|
|
658
|
+
'0246': string;
|
|
659
|
+
/**
|
|
660
|
+
* @since 9.6
|
|
661
|
+
*
|
|
662
|
+
* @example
|
|
663
|
+
* `OM1100003554`;
|
|
664
|
+
*
|
|
665
|
+
* @name `Oman Value Added Tax Identification Number (VATIN)`
|
|
666
|
+
*
|
|
667
|
+
* @country `OM`
|
|
668
|
+
*
|
|
669
|
+
* @validation
|
|
670
|
+
* ```regex
|
|
671
|
+
* OM[0-9]{10}
|
|
672
|
+
* ```
|
|
673
|
+
*/
|
|
674
|
+
'0248': string;
|
|
675
|
+
/**
|
|
676
|
+
* @deprecated
|
|
677
|
+
*
|
|
678
|
+
* @since 1.0.0
|
|
679
|
+
*
|
|
680
|
+
* @name `Danish Ministry of the Interior and Health`
|
|
681
|
+
*
|
|
682
|
+
* @country `DK`
|
|
683
|
+
*/
|
|
684
|
+
'9901': string;
|
|
685
|
+
/**
|
|
686
|
+
* @deprecated
|
|
687
|
+
*
|
|
688
|
+
* @since 1.0.0
|
|
689
|
+
*
|
|
690
|
+
* @example
|
|
691
|
+
* `13585628`;
|
|
692
|
+
*
|
|
693
|
+
* @name `The Danish Commerce and Companies Agency`
|
|
694
|
+
*
|
|
695
|
+
* @country `DK`
|
|
696
|
+
*
|
|
697
|
+
* @validation
|
|
698
|
+
* ```regex
|
|
699
|
+
* [1-9][0-9]{7}
|
|
700
|
+
* ```
|
|
701
|
+
* Check digit: mod11 (weights, 2, 7, 6, 5, 4, 3, 2, 1)
|
|
702
|
+
*/
|
|
703
|
+
'9902': string;
|
|
704
|
+
/**
|
|
705
|
+
* @deprecated
|
|
706
|
+
*
|
|
707
|
+
* @since 1.0.0
|
|
708
|
+
*
|
|
709
|
+
* @example
|
|
710
|
+
* `DK26769388`;
|
|
711
|
+
*
|
|
712
|
+
* @name `Danish Ministry of Taxation, Central Customs and Tax Administration`
|
|
713
|
+
*
|
|
714
|
+
* @country `DK`
|
|
715
|
+
*
|
|
716
|
+
* @validation
|
|
717
|
+
* ```regex
|
|
718
|
+
* DK[0-9]{8}
|
|
719
|
+
* ```
|
|
720
|
+
* Taks: validate Check digit: mod11 (weights 2, 7, 6, 5, 4, 3, 2, 1)
|
|
721
|
+
*/
|
|
722
|
+
'9904': string;
|
|
723
|
+
/**
|
|
724
|
+
* @deprecated
|
|
725
|
+
*
|
|
726
|
+
* @since 1.0.0
|
|
727
|
+
*
|
|
728
|
+
* @example
|
|
729
|
+
* `DK26769388`;
|
|
730
|
+
*
|
|
731
|
+
* @name `Danish VANS providers`
|
|
732
|
+
*
|
|
733
|
+
* @country `DK`
|
|
734
|
+
*/
|
|
735
|
+
'9905': string;
|
|
736
|
+
/**
|
|
737
|
+
* @deprecated
|
|
738
|
+
*
|
|
739
|
+
* @since 1.0.0
|
|
740
|
+
*
|
|
741
|
+
* @example
|
|
742
|
+
* `IT06363391001`;
|
|
743
|
+
*
|
|
744
|
+
* @name `Ufficio responsabile gestione partite IVA`
|
|
745
|
+
*
|
|
746
|
+
* @country `IT`
|
|
747
|
+
*
|
|
748
|
+
* @validation
|
|
749
|
+
* ```regex
|
|
750
|
+
* IT[0-9]{11}
|
|
751
|
+
* ```
|
|
752
|
+
* first 7: company identifiers
|
|
753
|
+
* next 3: province of residence (between "001" and "100"; or "120", "121", "888" "999")
|
|
754
|
+
* Last: check digit
|
|
755
|
+
* Check digit: Luhn
|
|
756
|
+
*/
|
|
757
|
+
'9906': string;
|
|
758
|
+
/**
|
|
759
|
+
* @deprecated
|
|
760
|
+
*
|
|
761
|
+
* @since 1.0.0
|
|
762
|
+
*
|
|
763
|
+
* @example
|
|
764
|
+
* `RSSBBR69C48F839A`;
|
|
765
|
+
*
|
|
766
|
+
* @name `TAX Authority`
|
|
767
|
+
*
|
|
768
|
+
* @country `IT`
|
|
769
|
+
*
|
|
770
|
+
* @validation
|
|
771
|
+
* ```regex
|
|
772
|
+
* [0-9]{11} (company identification)
|
|
773
|
+
* ```
|
|
774
|
+
* first 7: company identifiers
|
|
775
|
+
* next 3: province of residence (between "001" and "100"; or "120", "121", "888" "999")
|
|
776
|
+
* Last: check digit
|
|
777
|
+
* Check digit: Luhn
|
|
778
|
+
*
|
|
779
|
+
* ```regex
|
|
780
|
+
* [A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z] (personal identification)
|
|
781
|
+
* ```
|
|
782
|
+
* Check digit: https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/it/codicefiscale.py
|
|
783
|
+
*/
|
|
784
|
+
'9907': string;
|
|
785
|
+
/**
|
|
786
|
+
* @deprecated
|
|
787
|
+
*
|
|
788
|
+
* @since 1.0.0
|
|
789
|
+
*
|
|
790
|
+
* @name `Enhetsregisteret ved Bronnoysundregisterne`
|
|
791
|
+
*
|
|
792
|
+
* @country `NO`
|
|
793
|
+
*
|
|
794
|
+
* @validation
|
|
795
|
+
* ```regex
|
|
796
|
+
* [0-9]{9}
|
|
797
|
+
* ```
|
|
798
|
+
* Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)
|
|
799
|
+
*/
|
|
800
|
+
'9908': string;
|
|
801
|
+
/**
|
|
802
|
+
* @deprecated
|
|
803
|
+
*
|
|
804
|
+
* @since 1.0.0
|
|
805
|
+
*
|
|
806
|
+
* @example
|
|
807
|
+
* `990399123MVA`;
|
|
808
|
+
*
|
|
809
|
+
* @name `Norwegian VAT number`
|
|
810
|
+
*
|
|
811
|
+
* @country `NO`
|
|
812
|
+
*
|
|
813
|
+
* @validation
|
|
814
|
+
* ```regex
|
|
815
|
+
* NO[0-9]{9}MVA
|
|
816
|
+
* ```
|
|
817
|
+
* Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)
|
|
818
|
+
*/
|
|
819
|
+
'9909': string;
|
|
820
|
+
/**
|
|
821
|
+
* @since 1.0.0
|
|
822
|
+
*
|
|
823
|
+
* @name `Hungary VAT number`
|
|
824
|
+
*
|
|
825
|
+
* @country `HU`
|
|
826
|
+
*
|
|
827
|
+
* @validation
|
|
828
|
+
* ```regex
|
|
829
|
+
* HU[0-9]{8}
|
|
830
|
+
* ```
|
|
831
|
+
* Check digit: https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/hu/anum.py
|
|
832
|
+
*/
|
|
833
|
+
'9910': string;
|
|
834
|
+
/**
|
|
835
|
+
* @deprecated
|
|
836
|
+
*
|
|
837
|
+
* @since 1.0.0
|
|
838
|
+
*
|
|
839
|
+
* @name `National ministries of Economy`
|
|
840
|
+
*
|
|
841
|
+
* @country `international`
|
|
842
|
+
*
|
|
843
|
+
* @validation
|
|
844
|
+
* ```regex
|
|
845
|
+
* [A-Z]{2}[A-Z0-9]{,20}
|
|
846
|
+
* ```
|
|
847
|
+
*/
|
|
848
|
+
'9912': string;
|
|
849
|
+
/**
|
|
850
|
+
* @since 1.0.0
|
|
851
|
+
*
|
|
852
|
+
* @name `Business Registers Network`
|
|
853
|
+
*
|
|
854
|
+
* @country `international`
|
|
855
|
+
*/
|
|
856
|
+
'9913': string;
|
|
857
|
+
/**
|
|
858
|
+
* @since 1.0.0
|
|
859
|
+
*
|
|
860
|
+
* @example
|
|
861
|
+
* `ATU12345678`;
|
|
862
|
+
*
|
|
863
|
+
* @name `Österreichische Umsatzsteuer-Identifikationsnummer`
|
|
864
|
+
*
|
|
865
|
+
* @country `AT`
|
|
866
|
+
*/
|
|
867
|
+
'9914': string;
|
|
868
|
+
/**
|
|
869
|
+
* @since 1.0.0
|
|
870
|
+
*
|
|
871
|
+
* @example
|
|
872
|
+
* `b`;
|
|
873
|
+
*
|
|
874
|
+
* @name `Österreichisches Verwaltungs bzw. Organisationskennzeichen`
|
|
875
|
+
*
|
|
876
|
+
* @country `AT`
|
|
877
|
+
*
|
|
878
|
+
* @validation
|
|
879
|
+
* ```regex
|
|
880
|
+
* [A-Z][A-Z0-9]*
|
|
881
|
+
* ```
|
|
882
|
+
*/
|
|
883
|
+
'9915': string;
|
|
884
|
+
/**
|
|
885
|
+
* @deprecated
|
|
886
|
+
*
|
|
887
|
+
* @since 1.0.0
|
|
888
|
+
*
|
|
889
|
+
* @name `Firmenidentifikationsnummer der Statistik Austria`
|
|
890
|
+
*
|
|
891
|
+
* @country `AT`
|
|
892
|
+
*/
|
|
893
|
+
'9916': string;
|
|
894
|
+
/**
|
|
895
|
+
* @deprecated
|
|
896
|
+
*
|
|
897
|
+
* @since 1.0.0
|
|
898
|
+
*
|
|
899
|
+
* @name `Icelandic National Registry`
|
|
900
|
+
*
|
|
901
|
+
* @country `IS`
|
|
902
|
+
*
|
|
903
|
+
* @validation
|
|
904
|
+
* ```regex
|
|
905
|
+
* [0-9]{10}
|
|
906
|
+
* ```
|
|
907
|
+
* Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3, 2)
|
|
908
|
+
*/
|
|
909
|
+
'9917': string;
|
|
910
|
+
/**
|
|
911
|
+
* @since 1.0.1
|
|
912
|
+
*
|
|
913
|
+
* @name `SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION S.W.I.F.T`
|
|
914
|
+
*
|
|
915
|
+
* @country `international`
|
|
916
|
+
*/
|
|
917
|
+
'9918': string;
|
|
918
|
+
/**
|
|
919
|
+
* @since 1.0.2
|
|
920
|
+
*
|
|
921
|
+
* @name `Kennziffer des Unternehmensregisters`
|
|
922
|
+
*
|
|
923
|
+
* @country `AT`
|
|
924
|
+
*/
|
|
925
|
+
'9919': string;
|
|
926
|
+
/**
|
|
927
|
+
* @since 1.0.2
|
|
928
|
+
*
|
|
929
|
+
* @name `Agencia Española de Administración Tributaria`
|
|
930
|
+
*
|
|
931
|
+
* @country `ES`
|
|
932
|
+
*/
|
|
933
|
+
'9920': string;
|
|
934
|
+
/**
|
|
935
|
+
* @deprecated
|
|
936
|
+
*
|
|
937
|
+
* @since 1.1.0
|
|
938
|
+
*
|
|
939
|
+
* @name `Indice delle Pubbliche Amministrazioni`
|
|
940
|
+
*
|
|
941
|
+
* @country `IT`
|
|
942
|
+
*/
|
|
943
|
+
'9921': string;
|
|
944
|
+
/**
|
|
945
|
+
* @since 1.1.0
|
|
946
|
+
*
|
|
947
|
+
* @name `Andorra VAT number`
|
|
948
|
+
*
|
|
949
|
+
* @country `AD`
|
|
950
|
+
*/
|
|
951
|
+
'9922': string;
|
|
952
|
+
/**
|
|
953
|
+
* @since 1.1.0
|
|
954
|
+
*
|
|
955
|
+
* @name `Albania VAT number`
|
|
956
|
+
*
|
|
957
|
+
* @country `AL`
|
|
958
|
+
*/
|
|
959
|
+
'9923': string;
|
|
960
|
+
/**
|
|
961
|
+
* @since 1.1.0
|
|
962
|
+
*
|
|
963
|
+
* @name `Bosnia and Herzegovina VAT number`
|
|
964
|
+
*
|
|
965
|
+
* @country `BA`
|
|
966
|
+
*/
|
|
967
|
+
'9924': string;
|
|
968
|
+
/**
|
|
969
|
+
* @since 1.1.0
|
|
970
|
+
*
|
|
971
|
+
* @name `Belgium VAT number`
|
|
972
|
+
*
|
|
973
|
+
* @country `BE`
|
|
974
|
+
*/
|
|
975
|
+
'9925': string;
|
|
976
|
+
/**
|
|
977
|
+
* @since 1.1.0
|
|
978
|
+
*
|
|
979
|
+
* @name `Bulgaria VAT number`
|
|
980
|
+
*
|
|
981
|
+
* @country `BG`
|
|
982
|
+
*/
|
|
983
|
+
'9926': string;
|
|
984
|
+
/**
|
|
985
|
+
* @since 1.1.0
|
|
986
|
+
*
|
|
987
|
+
* @name `Switzerland VAT number`
|
|
988
|
+
*
|
|
989
|
+
* @country `CH`
|
|
990
|
+
*/
|
|
991
|
+
'9927': string;
|
|
992
|
+
/**
|
|
993
|
+
* @since 1.1.0
|
|
994
|
+
*
|
|
995
|
+
* @name `Cyprus VAT number`
|
|
996
|
+
*
|
|
997
|
+
* @country `CY`
|
|
998
|
+
*/
|
|
999
|
+
'9928': string;
|
|
1000
|
+
/**
|
|
1001
|
+
* @since 1.1.0
|
|
1002
|
+
*
|
|
1003
|
+
* @name `Czech Republic VAT number`
|
|
1004
|
+
*
|
|
1005
|
+
* @country `CZ`
|
|
1006
|
+
*/
|
|
1007
|
+
'9929': string;
|
|
1008
|
+
/**
|
|
1009
|
+
* @since 1.1.0
|
|
1010
|
+
*
|
|
1011
|
+
* @name `Germany VAT number`
|
|
1012
|
+
*
|
|
1013
|
+
* @country `DE`
|
|
1014
|
+
*/
|
|
1015
|
+
'9930': string;
|
|
1016
|
+
/**
|
|
1017
|
+
* @since 1.1.0
|
|
1018
|
+
*
|
|
1019
|
+
* @name `Estonia VAT number`
|
|
1020
|
+
*
|
|
1021
|
+
* @country `EE`
|
|
1022
|
+
*/
|
|
1023
|
+
'9931': string;
|
|
1024
|
+
/**
|
|
1025
|
+
* @since 1.1.0
|
|
1026
|
+
*
|
|
1027
|
+
* @name `United Kingdom VAT number`
|
|
1028
|
+
*
|
|
1029
|
+
* @country `GB`
|
|
1030
|
+
*/
|
|
1031
|
+
'9932': string;
|
|
1032
|
+
/**
|
|
1033
|
+
* @since 1.1.0
|
|
1034
|
+
*
|
|
1035
|
+
* @name `Greece VAT number`
|
|
1036
|
+
*
|
|
1037
|
+
* @country `GR`
|
|
1038
|
+
*/
|
|
1039
|
+
'9933': string;
|
|
1040
|
+
/**
|
|
1041
|
+
* @since 1.1.0
|
|
1042
|
+
*
|
|
1043
|
+
* @name `Croatia VAT number`
|
|
1044
|
+
*
|
|
1045
|
+
* @country `HR`
|
|
1046
|
+
*/
|
|
1047
|
+
'9934': string;
|
|
1048
|
+
/**
|
|
1049
|
+
* @since 1.1.0
|
|
1050
|
+
*
|
|
1051
|
+
* @name `Ireland VAT number`
|
|
1052
|
+
*
|
|
1053
|
+
* @country `IE`
|
|
1054
|
+
*/
|
|
1055
|
+
'9935': string;
|
|
1056
|
+
/**
|
|
1057
|
+
* @since 1.1.0
|
|
1058
|
+
*
|
|
1059
|
+
* @name `Liechtenstein VAT number`
|
|
1060
|
+
*
|
|
1061
|
+
* @country `LI`
|
|
1062
|
+
*/
|
|
1063
|
+
'9936': string;
|
|
1064
|
+
/**
|
|
1065
|
+
* @since 1.1.0
|
|
1066
|
+
*
|
|
1067
|
+
* @name `Lithuania VAT number`
|
|
1068
|
+
*
|
|
1069
|
+
* @country `LT`
|
|
1070
|
+
*/
|
|
1071
|
+
'9937': string;
|
|
1072
|
+
/**
|
|
1073
|
+
* @since 1.1.0
|
|
1074
|
+
*
|
|
1075
|
+
* @name `Luxemburg VAT number`
|
|
1076
|
+
*
|
|
1077
|
+
* @country `LU`
|
|
1078
|
+
*/
|
|
1079
|
+
'9938': string;
|
|
1080
|
+
/**
|
|
1081
|
+
* @since 1.1.0
|
|
1082
|
+
*
|
|
1083
|
+
* @name `Latvia VAT number`
|
|
1084
|
+
*
|
|
1085
|
+
* @country `LV`
|
|
1086
|
+
*/
|
|
1087
|
+
'9939': string;
|
|
1088
|
+
/**
|
|
1089
|
+
* @since 1.1.0
|
|
1090
|
+
*
|
|
1091
|
+
* @name `Monaco VAT number`
|
|
1092
|
+
*
|
|
1093
|
+
* @country `MC`
|
|
1094
|
+
*/
|
|
1095
|
+
'9940': string;
|
|
1096
|
+
/**
|
|
1097
|
+
* @since 1.1.0
|
|
1098
|
+
*
|
|
1099
|
+
* @name `Montenegro VAT number`
|
|
1100
|
+
*
|
|
1101
|
+
* @country `ME`
|
|
1102
|
+
*/
|
|
1103
|
+
'9941': string;
|
|
1104
|
+
/**
|
|
1105
|
+
* @since 1.1.0
|
|
1106
|
+
*
|
|
1107
|
+
* @name `Macedonia, the former Yugoslav Republic of VAT number`
|
|
1108
|
+
*
|
|
1109
|
+
* @country `MK`
|
|
1110
|
+
*/
|
|
1111
|
+
'9942': string;
|
|
1112
|
+
/**
|
|
1113
|
+
* @since 1.1.0
|
|
1114
|
+
*
|
|
1115
|
+
* @name `Malta VAT number`
|
|
1116
|
+
*
|
|
1117
|
+
* @country `MT`
|
|
1118
|
+
*/
|
|
1119
|
+
'9943': string;
|
|
1120
|
+
/**
|
|
1121
|
+
* @since 1.1.0
|
|
1122
|
+
*
|
|
1123
|
+
* @name `Netherlands VAT number`
|
|
1124
|
+
*
|
|
1125
|
+
* @country `NL`
|
|
1126
|
+
*/
|
|
1127
|
+
'9944': string;
|
|
1128
|
+
/**
|
|
1129
|
+
* @since 1.1.0
|
|
1130
|
+
*
|
|
1131
|
+
* @name `Poland VAT number`
|
|
1132
|
+
*
|
|
1133
|
+
* @country `PL`
|
|
1134
|
+
*/
|
|
1135
|
+
'9945': string;
|
|
1136
|
+
/**
|
|
1137
|
+
* @since 1.1.0
|
|
1138
|
+
*
|
|
1139
|
+
* @name `Portugal VAT number`
|
|
1140
|
+
*
|
|
1141
|
+
* @country `PT`
|
|
1142
|
+
*/
|
|
1143
|
+
'9946': string;
|
|
1144
|
+
/**
|
|
1145
|
+
* @since 1.1.0
|
|
1146
|
+
*
|
|
1147
|
+
* @name `Romania VAT number`
|
|
1148
|
+
*
|
|
1149
|
+
* @country `RO`
|
|
1150
|
+
*/
|
|
1151
|
+
'9947': string;
|
|
1152
|
+
/**
|
|
1153
|
+
* @since 1.1.0
|
|
1154
|
+
*
|
|
1155
|
+
* @name `Serbia VAT number`
|
|
1156
|
+
*
|
|
1157
|
+
* @country `RS`
|
|
1158
|
+
*/
|
|
1159
|
+
'9948': string;
|
|
1160
|
+
/**
|
|
1161
|
+
* @since 1.1.0
|
|
1162
|
+
*
|
|
1163
|
+
* @name `Slovenia VAT number`
|
|
1164
|
+
*
|
|
1165
|
+
* @country `SI`
|
|
1166
|
+
*/
|
|
1167
|
+
'9949': string;
|
|
1168
|
+
/**
|
|
1169
|
+
* @since 1.1.0
|
|
1170
|
+
*
|
|
1171
|
+
* @name `Slovakia VAT number`
|
|
1172
|
+
*
|
|
1173
|
+
* @country `SK`
|
|
1174
|
+
*/
|
|
1175
|
+
'9950': string;
|
|
1176
|
+
/**
|
|
1177
|
+
* @since 1.1.0
|
|
1178
|
+
*
|
|
1179
|
+
* @name `San Marino VAT number`
|
|
1180
|
+
*
|
|
1181
|
+
* @country `SM`
|
|
1182
|
+
*/
|
|
1183
|
+
'9951': string;
|
|
1184
|
+
/**
|
|
1185
|
+
* @since 1.1.0
|
|
1186
|
+
*
|
|
1187
|
+
* @name `Turkey VAT number`
|
|
1188
|
+
*
|
|
1189
|
+
* @country `TR`
|
|
1190
|
+
*/
|
|
1191
|
+
'9952': string;
|
|
1192
|
+
/**
|
|
1193
|
+
* @since 1.1.0
|
|
1194
|
+
*
|
|
1195
|
+
* @name `Holy See (Vatican City State) VAT number`
|
|
1196
|
+
*
|
|
1197
|
+
* @country `VA`
|
|
1198
|
+
*/
|
|
1199
|
+
'9953': string;
|
|
1200
|
+
/**
|
|
1201
|
+
* @deprecated
|
|
1202
|
+
*
|
|
1203
|
+
* @since 1.1.3
|
|
1204
|
+
*
|
|
1205
|
+
* @name `Dutch Originator's Identification Number`
|
|
1206
|
+
*
|
|
1207
|
+
* @country `NL`
|
|
1208
|
+
*/
|
|
1209
|
+
'9954': string;
|
|
1210
|
+
/**
|
|
1211
|
+
* @deprecated
|
|
1212
|
+
*
|
|
1213
|
+
* @since 1.2.0
|
|
1214
|
+
*
|
|
1215
|
+
* @name `Swedish VAT number`
|
|
1216
|
+
*
|
|
1217
|
+
* @country `SE`
|
|
1218
|
+
*/
|
|
1219
|
+
'9955': string;
|
|
1220
|
+
/**
|
|
1221
|
+
* @deprecated
|
|
1222
|
+
*
|
|
1223
|
+
* @since 1.2.1
|
|
1224
|
+
*
|
|
1225
|
+
* @example
|
|
1226
|
+
* `0899965307`;
|
|
1227
|
+
*
|
|
1228
|
+
* @name `Belgian Crossroad Bank of Enterprise number`
|
|
1229
|
+
*
|
|
1230
|
+
* @country `BE`
|
|
1231
|
+
*
|
|
1232
|
+
* @validation
|
|
1233
|
+
* ```regex
|
|
1234
|
+
* 0[0-9]{9}
|
|
1235
|
+
* ```
|
|
1236
|
+
* Check digit: mod97
|
|
1237
|
+
* See https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/be/vat.py
|
|
1238
|
+
*/
|
|
1239
|
+
'9956': string;
|
|
1240
|
+
/**
|
|
1241
|
+
* @since 1.2.1
|
|
1242
|
+
*
|
|
1243
|
+
* @name `French VAT number`
|
|
1244
|
+
*
|
|
1245
|
+
* @country `FR`
|
|
1246
|
+
*/
|
|
1247
|
+
'9957': string;
|
|
1248
|
+
/**
|
|
1249
|
+
* @deprecated
|
|
1250
|
+
*
|
|
1251
|
+
* @since 3
|
|
1252
|
+
*
|
|
1253
|
+
* @name `Peppol-Leitweg-ID`
|
|
1254
|
+
*
|
|
1255
|
+
* @country `DE`
|
|
1256
|
+
*/
|
|
1257
|
+
'9958': string;
|
|
1258
|
+
/**
|
|
1259
|
+
* @since 8.3
|
|
1260
|
+
*
|
|
1261
|
+
* @name `US Employer ID Number`
|
|
1262
|
+
*
|
|
1263
|
+
* @country `US`
|
|
1264
|
+
*/
|
|
1265
|
+
'9959': string;
|
|
1266
|
+
};
|
|
1267
|
+
/**
|
|
1268
|
+
* @description Keys of {@link participantIdentifierSchemes}.
|
|
1269
|
+
*/
|
|
1270
|
+
type ParticipantIdentifierSchemesKeys = '0002' | '0007' | '0009' | '0037' | '0060' | '0088' | '0096' | '0097' | '0106' | '0130' | '0135' | '0142' | '0151' | '0158' | '0183' | '0184' | '0188' | '0190' | '0191' | '0192' | '0193' | '0195' | '0196' | '0198' | '0199' | '0200' | '0201' | '0204' | '0205' | '0208' | '0209' | '0210' | '0211' | '0212' | '0213' | '0215' | '0216' | '0218' | '0221' | '0225' | '0230' | '0235' | '0240' | '0242' | '0244' | '0245' | '0246' | '0248' | '9901' | '9902' | '9904' | '9905' | '9906' | '9907' | '9908' | '9909' | '9910' | '9912' | '9913' | '9914' | '9915' | '9916' | '9917' | '9918' | '9919' | '9920' | '9921' | '9922' | '9923' | '9924' | '9925' | '9926' | '9927' | '9928' | '9929' | '9930' | '9931' | '9932' | '9933' | '9934' | '9935' | '9936' | '9937' | '9938' | '9939' | '9940' | '9941' | '9942' | '9943' | '9944' | '9945' | '9946' | '9947' | '9948' | '9949' | '9950' | '9951' | '9952' | '9953' | '9954' | '9955' | '9956' | '9957' | '9958' | '9959';
|
|
1271
|
+
/**
|
|
1272
|
+
* @description Keys of {@link participantIdentifierSchemes}.
|
|
1273
|
+
*/
|
|
1274
|
+
declare const participantIdentifierSchemesKeys: [string, ...string[]];
|
|
1275
|
+
declare const participantIdentifierSchemesValidations: {
|
|
1276
|
+
'0002': RegExp[];
|
|
1277
|
+
'0007': RegExp[];
|
|
1278
|
+
'0009': RegExp[];
|
|
1279
|
+
'0037': RegExp[];
|
|
1280
|
+
'0060': RegExp[];
|
|
1281
|
+
'0088': RegExp[];
|
|
1282
|
+
'0096': RegExp[];
|
|
1283
|
+
'0097': RegExp[];
|
|
1284
|
+
'0106': RegExp[];
|
|
1285
|
+
'0130': undefined;
|
|
1286
|
+
'0135': undefined;
|
|
1287
|
+
'0142': undefined;
|
|
1288
|
+
'0151': RegExp[];
|
|
1289
|
+
'0158': RegExp[];
|
|
1290
|
+
'0183': RegExp[];
|
|
1291
|
+
'0184': RegExp[];
|
|
1292
|
+
'0188': undefined;
|
|
1293
|
+
'0190': RegExp[];
|
|
1294
|
+
'0191': RegExp[];
|
|
1295
|
+
'0192': RegExp[];
|
|
1296
|
+
'0193': RegExp[];
|
|
1297
|
+
'0195': RegExp[];
|
|
1298
|
+
'0196': RegExp[];
|
|
1299
|
+
'0198': RegExp[];
|
|
1300
|
+
'0199': RegExp[];
|
|
1301
|
+
'0200': RegExp[];
|
|
1302
|
+
'0201': RegExp[];
|
|
1303
|
+
'0204': RegExp[];
|
|
1304
|
+
'0205': undefined;
|
|
1305
|
+
'0208': RegExp[];
|
|
1306
|
+
'0209': undefined;
|
|
1307
|
+
'0210': undefined;
|
|
1308
|
+
'0211': RegExp[];
|
|
1309
|
+
'0212': undefined;
|
|
1310
|
+
'0213': undefined;
|
|
1311
|
+
'0215': undefined;
|
|
1312
|
+
'0216': undefined;
|
|
1313
|
+
'0218': RegExp[];
|
|
1314
|
+
'0221': undefined;
|
|
1315
|
+
'0225': RegExp[];
|
|
1316
|
+
'0230': undefined;
|
|
1317
|
+
'0235': RegExp[];
|
|
1318
|
+
'0240': RegExp[];
|
|
1319
|
+
'0242': RegExp[];
|
|
1320
|
+
'0244': RegExp[];
|
|
1321
|
+
'0245': RegExp[];
|
|
1322
|
+
'0246': RegExp[];
|
|
1323
|
+
'0248': RegExp[];
|
|
1324
|
+
'9901': undefined;
|
|
1325
|
+
'9902': RegExp[];
|
|
1326
|
+
'9904': RegExp[];
|
|
1327
|
+
'9905': undefined;
|
|
1328
|
+
'9906': RegExp[];
|
|
1329
|
+
'9907': RegExp[];
|
|
1330
|
+
'9908': RegExp[];
|
|
1331
|
+
'9909': RegExp[];
|
|
1332
|
+
'9910': RegExp[];
|
|
1333
|
+
'9912': RegExp[];
|
|
1334
|
+
'9913': undefined;
|
|
1335
|
+
'9914': undefined;
|
|
1336
|
+
'9915': RegExp[];
|
|
1337
|
+
'9916': undefined;
|
|
1338
|
+
'9917': RegExp[];
|
|
1339
|
+
'9918': undefined;
|
|
1340
|
+
'9919': undefined;
|
|
1341
|
+
'9920': undefined;
|
|
1342
|
+
'9921': undefined;
|
|
1343
|
+
'9922': undefined;
|
|
1344
|
+
'9923': undefined;
|
|
1345
|
+
'9924': undefined;
|
|
1346
|
+
'9925': undefined;
|
|
1347
|
+
'9926': undefined;
|
|
1348
|
+
'9927': undefined;
|
|
1349
|
+
'9928': undefined;
|
|
1350
|
+
'9929': undefined;
|
|
1351
|
+
'9930': undefined;
|
|
1352
|
+
'9931': undefined;
|
|
1353
|
+
'9932': undefined;
|
|
1354
|
+
'9933': undefined;
|
|
1355
|
+
'9934': undefined;
|
|
1356
|
+
'9935': undefined;
|
|
1357
|
+
'9936': undefined;
|
|
1358
|
+
'9937': undefined;
|
|
1359
|
+
'9938': undefined;
|
|
1360
|
+
'9939': undefined;
|
|
1361
|
+
'9940': undefined;
|
|
1362
|
+
'9941': undefined;
|
|
1363
|
+
'9942': undefined;
|
|
1364
|
+
'9943': undefined;
|
|
1365
|
+
'9944': undefined;
|
|
1366
|
+
'9945': undefined;
|
|
1367
|
+
'9946': undefined;
|
|
1368
|
+
'9947': undefined;
|
|
1369
|
+
'9948': undefined;
|
|
1370
|
+
'9949': undefined;
|
|
1371
|
+
'9950': undefined;
|
|
1372
|
+
'9951': undefined;
|
|
1373
|
+
'9952': undefined;
|
|
1374
|
+
'9953': undefined;
|
|
1375
|
+
'9954': undefined;
|
|
1376
|
+
'9955': undefined;
|
|
1377
|
+
'9956': RegExp[];
|
|
1378
|
+
'9957': undefined;
|
|
1379
|
+
'9958': undefined;
|
|
1380
|
+
'9959': undefined;
|
|
1381
|
+
};
|
|
1382
|
+
/**
|
|
1383
|
+
* @description The list of elements that are deprecated.
|
|
1384
|
+
*/
|
|
1385
|
+
declare const deprecatedParticipantIdentifierSchemes: string[];
|
|
1386
|
+
//#endregion
|
|
1387
|
+
export { ParticipantIdentifierSchemesKeys, deprecatedParticipantIdentifierSchemes, participantIdentifierSchemes, participantIdentifierSchemesKeys, participantIdentifierSchemesValidations };
|
|
1388
|
+
//# sourceMappingURL=participant-identifier-schemes.generated.d.ts.map
|