@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,772 @@
|
|
|
1
|
+
//#region src/values/item-classification-code.generated.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* @version D.19A
|
|
4
|
+
*
|
|
5
|
+
* @category Peppol Values
|
|
6
|
+
*
|
|
7
|
+
* @title Item type identification code (UNCL7143)
|
|
8
|
+
*
|
|
9
|
+
* @enum
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
12
|
+
*/
|
|
13
|
+
declare const itemClassificationCodes: {
|
|
14
|
+
/**
|
|
15
|
+
* @description Number assigned by manufacturer or seller to identify the release of a product.
|
|
16
|
+
*/
|
|
17
|
+
AA: string;
|
|
18
|
+
/**
|
|
19
|
+
* @description The item number is that of an assembly.
|
|
20
|
+
*/
|
|
21
|
+
AB: string;
|
|
22
|
+
/**
|
|
23
|
+
* @description Article identifier used within health sector to indicate data used conforms to HIBC.
|
|
24
|
+
*/
|
|
25
|
+
AC: string;
|
|
26
|
+
/**
|
|
27
|
+
* @description Number assigned to a cold roll.
|
|
28
|
+
*/
|
|
29
|
+
AD: string;
|
|
30
|
+
/**
|
|
31
|
+
* @description Number assigned to a hot roll.
|
|
32
|
+
*/
|
|
33
|
+
AE: string;
|
|
34
|
+
/**
|
|
35
|
+
* @description Number assigned to a slab, which is produced in a particular production step.
|
|
36
|
+
*/
|
|
37
|
+
AF: string;
|
|
38
|
+
/**
|
|
39
|
+
* @description A number assigned to indicate a revision of software.
|
|
40
|
+
*/
|
|
41
|
+
AG: string;
|
|
42
|
+
/**
|
|
43
|
+
* @description An 11-digit code that uniquely identifies consumer does not have a check digit.
|
|
44
|
+
*/
|
|
45
|
+
AH: string;
|
|
46
|
+
/**
|
|
47
|
+
* @description A 12-digit code that uniquely identifies the consumer packaging of a product, including a check digit.
|
|
48
|
+
*/
|
|
49
|
+
AI: string;
|
|
50
|
+
/**
|
|
51
|
+
* @description Number assigned to a sample.
|
|
52
|
+
*/
|
|
53
|
+
AJ: string;
|
|
54
|
+
/**
|
|
55
|
+
* @description Number assigned to a pack containing a stack of items put together (e.g. cold roll sheets (steel product)).
|
|
56
|
+
*/
|
|
57
|
+
AK: string;
|
|
58
|
+
/**
|
|
59
|
+
* @description A 13-digit code that uniquely identifies the manufacturer's shipping unit, including the packaging indicator.
|
|
60
|
+
*/
|
|
61
|
+
AL: string;
|
|
62
|
+
/**
|
|
63
|
+
* @description Shipping container code (1-2-5-5-1)manufacturer's shipping unit, including the packagingindicator and the check digit.
|
|
64
|
+
*/
|
|
65
|
+
AM: string;
|
|
66
|
+
/**
|
|
67
|
+
* @description A suffix used in conjunction with a higher level UPC (Universal product code) to define packing variations for a product.
|
|
68
|
+
*/
|
|
69
|
+
AN: string;
|
|
70
|
+
/**
|
|
71
|
+
* @description A code which specifies the codification of the state's labelling requirements.
|
|
72
|
+
*/
|
|
73
|
+
AO: string;
|
|
74
|
+
/**
|
|
75
|
+
* @description Number assigned to the heat (also known as the iron charge) for the production of steel products.
|
|
76
|
+
*/
|
|
77
|
+
AP: string;
|
|
78
|
+
/**
|
|
79
|
+
* @description A number identifying a coupon.
|
|
80
|
+
*/
|
|
81
|
+
AQ: string;
|
|
82
|
+
/**
|
|
83
|
+
* @description A number to identify a resource.
|
|
84
|
+
*/
|
|
85
|
+
AR: string;
|
|
86
|
+
/**
|
|
87
|
+
* @description A number to identify a work task.
|
|
88
|
+
*/
|
|
89
|
+
AS: string;
|
|
90
|
+
/**
|
|
91
|
+
* @description Identification number on a product allowing a quick electronic retrieval of price information for that product.
|
|
92
|
+
*/
|
|
93
|
+
AT: string;
|
|
94
|
+
/**
|
|
95
|
+
* @description Number assigned under the NATO (North Atlantic Treaty Organization) codification system to provide the identification of an approved item of
|
|
96
|
+
* supply.
|
|
97
|
+
*/
|
|
98
|
+
AU: string;
|
|
99
|
+
/**
|
|
100
|
+
* @description A code specifying the product refinement designation.
|
|
101
|
+
*/
|
|
102
|
+
AV: string;
|
|
103
|
+
/**
|
|
104
|
+
* @description A code indicating that the product is identified by an.
|
|
105
|
+
*/
|
|
106
|
+
AW: string;
|
|
107
|
+
/**
|
|
108
|
+
* @description A number specifying an end item.
|
|
109
|
+
*/
|
|
110
|
+
AX: string;
|
|
111
|
+
/**
|
|
112
|
+
* @description A code to specify a product's Federal supply classification.
|
|
113
|
+
*/
|
|
114
|
+
AY: string;
|
|
115
|
+
/**
|
|
116
|
+
* @description A code specifying the product's engineering data list.
|
|
117
|
+
*/
|
|
118
|
+
AZ: string;
|
|
119
|
+
/**
|
|
120
|
+
* @description A number to identify a milestone event.
|
|
121
|
+
*/
|
|
122
|
+
BA: string;
|
|
123
|
+
/**
|
|
124
|
+
* @description A number indicating the lot number of a product.
|
|
125
|
+
*/
|
|
126
|
+
BB: string;
|
|
127
|
+
/**
|
|
128
|
+
* @description A code identifying the product in national drug format 4-4-2.
|
|
129
|
+
*/
|
|
130
|
+
BC: string;
|
|
131
|
+
/**
|
|
132
|
+
* @description A code identifying the product in national drug format 5-3-2.
|
|
133
|
+
*/
|
|
134
|
+
BD: string;
|
|
135
|
+
/**
|
|
136
|
+
* @description A code identifying the product in national drug format 5-4-1.
|
|
137
|
+
*/
|
|
138
|
+
BE: string;
|
|
139
|
+
/**
|
|
140
|
+
* @description A code identifying the product in national drug format 5-4-2.
|
|
141
|
+
*/
|
|
142
|
+
BF: string;
|
|
143
|
+
/**
|
|
144
|
+
* @description A code specifying the national drug classification.
|
|
145
|
+
*/
|
|
146
|
+
BG: string;
|
|
147
|
+
/**
|
|
148
|
+
* @description A number indicating the part.
|
|
149
|
+
*/
|
|
150
|
+
BH: string;
|
|
151
|
+
/**
|
|
152
|
+
* @description A local number assigned to an item of stock.
|
|
153
|
+
*/
|
|
154
|
+
BI: string;
|
|
155
|
+
/**
|
|
156
|
+
* @description A number specifying the next higher assembly or component into which the product is being incorporated.
|
|
157
|
+
*/
|
|
158
|
+
BJ: string;
|
|
159
|
+
/**
|
|
160
|
+
* @description A code specifying a category of data.
|
|
161
|
+
*/
|
|
162
|
+
BK: string;
|
|
163
|
+
/**
|
|
164
|
+
* @description To specify the control number.
|
|
165
|
+
*/
|
|
166
|
+
BL: string;
|
|
167
|
+
/**
|
|
168
|
+
* @description A number to identify the special material code.
|
|
169
|
+
*/
|
|
170
|
+
BM: string;
|
|
171
|
+
/**
|
|
172
|
+
* @description A number assigned locally for control purposes.
|
|
173
|
+
*/
|
|
174
|
+
BN: string;
|
|
175
|
+
/**
|
|
176
|
+
* @description Colour assigned by buyer.
|
|
177
|
+
*/
|
|
178
|
+
BO: string;
|
|
179
|
+
/**
|
|
180
|
+
* @description Reference number assigned by the buyer to identify an article.
|
|
181
|
+
*/
|
|
182
|
+
BP: string;
|
|
183
|
+
/**
|
|
184
|
+
* @description A code assigned to identify a variable measure item.
|
|
185
|
+
*/
|
|
186
|
+
BQ: string;
|
|
187
|
+
/**
|
|
188
|
+
* @description To specify as an item, the financial phase.
|
|
189
|
+
*/
|
|
190
|
+
BR: string;
|
|
191
|
+
/**
|
|
192
|
+
* @description To specify as an item, the contract breakdown.
|
|
193
|
+
*/
|
|
194
|
+
BS: string;
|
|
195
|
+
/**
|
|
196
|
+
* @description To specify as an item, the technical phase.
|
|
197
|
+
*/
|
|
198
|
+
BT: string;
|
|
199
|
+
/**
|
|
200
|
+
* @description Number identifying a dye lot.
|
|
201
|
+
*/
|
|
202
|
+
BU: string;
|
|
203
|
+
/**
|
|
204
|
+
* @description A statement listing activities of one day.
|
|
205
|
+
*/
|
|
206
|
+
BV: string;
|
|
207
|
+
/**
|
|
208
|
+
* @description Periodical statement listing activities within a bilaterally agreed time period.
|
|
209
|
+
*/
|
|
210
|
+
BW: string;
|
|
211
|
+
/**
|
|
212
|
+
* @description A statement listing activities of a calendar week.
|
|
213
|
+
*/
|
|
214
|
+
BX: string;
|
|
215
|
+
/**
|
|
216
|
+
* @description A statement listing activities of a calendar month.
|
|
217
|
+
*/
|
|
218
|
+
BY: string;
|
|
219
|
+
/**
|
|
220
|
+
* @description Original equipment number allocated to spare parts by the manufacturer.
|
|
221
|
+
*/
|
|
222
|
+
BZ: string;
|
|
223
|
+
/**
|
|
224
|
+
* @description The codes given to certain commodities by an industry.
|
|
225
|
+
*/
|
|
226
|
+
CC: string;
|
|
227
|
+
/**
|
|
228
|
+
* @description Code for a group of articles with common characteristics (e.g. used for statistical purposes).
|
|
229
|
+
*/
|
|
230
|
+
CG: string;
|
|
231
|
+
/**
|
|
232
|
+
* @description Code for the colour of an article.
|
|
233
|
+
*/
|
|
234
|
+
CL: string;
|
|
235
|
+
/**
|
|
236
|
+
* @description Reference number identifying a contract.
|
|
237
|
+
*/
|
|
238
|
+
CR: string;
|
|
239
|
+
/**
|
|
240
|
+
* @description Code defined by Customs authorities to an article or a group of articles for Customs purposes.
|
|
241
|
+
*/
|
|
242
|
+
CV: string;
|
|
243
|
+
/**
|
|
244
|
+
* @description Reference number indicating that a change or revision has been applied to a drawing.
|
|
245
|
+
*/
|
|
246
|
+
DR: string;
|
|
247
|
+
/**
|
|
248
|
+
* @description Reference number identifying a drawing of an article.
|
|
249
|
+
*/
|
|
250
|
+
DW: string;
|
|
251
|
+
/**
|
|
252
|
+
* @description Reference number indicating that a change or revision has been applied to an article's specification.
|
|
253
|
+
*/
|
|
254
|
+
EC: string;
|
|
255
|
+
/**
|
|
256
|
+
* @description Code defining the material's type, surface, geometric form plus various classifying characteristics.
|
|
257
|
+
*/
|
|
258
|
+
EF: string;
|
|
259
|
+
/**
|
|
260
|
+
* @description Nomenclature system for identification of medical devices based on European Medical Device Nomenclature classification system.
|
|
261
|
+
*/
|
|
262
|
+
EMD: string;
|
|
263
|
+
/**
|
|
264
|
+
* @description Number assigned to a manufacturer's product according to the International Article Numbering Association.
|
|
265
|
+
*/
|
|
266
|
+
EN: string;
|
|
267
|
+
/**
|
|
268
|
+
* @description Identification of fish species.
|
|
269
|
+
*/
|
|
270
|
+
FS: string;
|
|
271
|
+
/**
|
|
272
|
+
* @description Product group code used within a buyer's internal systems.
|
|
273
|
+
*/
|
|
274
|
+
GB: string;
|
|
275
|
+
/**
|
|
276
|
+
* @description The GMN is the GS1-identification key used to identify a product model or product family based on attributes common to the model or family as
|
|
277
|
+
* defined by industry or regulation.
|
|
278
|
+
*/
|
|
279
|
+
GMN: string;
|
|
280
|
+
/**
|
|
281
|
+
* @description National product group code. Administered by a national agency.
|
|
282
|
+
*/
|
|
283
|
+
GN: string;
|
|
284
|
+
/**
|
|
285
|
+
* @description The item number is a general specification number.
|
|
286
|
+
*/
|
|
287
|
+
GS: string;
|
|
288
|
+
/**
|
|
289
|
+
* @description The item number is part of, or is generated in the context of the Harmonised Commodity Description and Coding System (Harmonised System), as
|
|
290
|
+
* developed and maintained by the World Customs Organization (WCO).
|
|
291
|
+
*/
|
|
292
|
+
HS: string;
|
|
293
|
+
/**
|
|
294
|
+
* @description A unique number identifying a book.
|
|
295
|
+
*/
|
|
296
|
+
IB: string;
|
|
297
|
+
/**
|
|
298
|
+
* @description The item number has been allocated by the buyer.
|
|
299
|
+
*/
|
|
300
|
+
IN: string;
|
|
301
|
+
/**
|
|
302
|
+
* @description A unique number identifying a serial publication.
|
|
303
|
+
*/
|
|
304
|
+
IS: string;
|
|
305
|
+
/**
|
|
306
|
+
* @description Number given by the buyer to a specific style or form of an article, especially used for garments.
|
|
307
|
+
*/
|
|
308
|
+
IT: string;
|
|
309
|
+
/**
|
|
310
|
+
* @description Code given by the buyer to designate the size of an article in textile and shoe industry.
|
|
311
|
+
*/
|
|
312
|
+
IZ: string;
|
|
313
|
+
/**
|
|
314
|
+
* @description The item number is a machine number.
|
|
315
|
+
*/
|
|
316
|
+
MA: string;
|
|
317
|
+
/**
|
|
318
|
+
* @description The number given to an article by its manufacturer.
|
|
319
|
+
*/
|
|
320
|
+
MF: string;
|
|
321
|
+
/**
|
|
322
|
+
* @description Reference number assigned by the manufacturer to differentiate variations in similar products in a class or group.
|
|
323
|
+
*/
|
|
324
|
+
MN: string;
|
|
325
|
+
/**
|
|
326
|
+
* @description Reference number identifying a product or service.
|
|
327
|
+
*/
|
|
328
|
+
MP: string;
|
|
329
|
+
/**
|
|
330
|
+
* @description The item number is a batch number.
|
|
331
|
+
*/
|
|
332
|
+
NB: string;
|
|
333
|
+
/**
|
|
334
|
+
* @description Reference number of a customer's order.
|
|
335
|
+
*/
|
|
336
|
+
ON: string;
|
|
337
|
+
/**
|
|
338
|
+
* @description Reference number identifying a description associated with a number ultimately used to identify an article.
|
|
339
|
+
*/
|
|
340
|
+
PD: string;
|
|
341
|
+
/**
|
|
342
|
+
* @description Reference number identifying a line entry in a customer's order for goods or services.
|
|
343
|
+
*/
|
|
344
|
+
PL: string;
|
|
345
|
+
/**
|
|
346
|
+
* @description Reference number identifying a customer's order.
|
|
347
|
+
*/
|
|
348
|
+
PO: string;
|
|
349
|
+
/**
|
|
350
|
+
* @description The item number is a promotional variant number.
|
|
351
|
+
*/
|
|
352
|
+
PV: string;
|
|
353
|
+
/**
|
|
354
|
+
* @description The item number qualifies the size of the buyer.
|
|
355
|
+
*/
|
|
356
|
+
QS: string;
|
|
357
|
+
/**
|
|
358
|
+
* @description Reference number identifying a returnable container.
|
|
359
|
+
*/
|
|
360
|
+
RC: string;
|
|
361
|
+
/**
|
|
362
|
+
* @description Reference number identifying a release from a buyer's purchase order.
|
|
363
|
+
*/
|
|
364
|
+
RN: string;
|
|
365
|
+
/**
|
|
366
|
+
* @description The item number identifies the production or manufacturing run or sequence in which the item was manufactured, processed or assembled.
|
|
367
|
+
*/
|
|
368
|
+
RU: string;
|
|
369
|
+
/**
|
|
370
|
+
* @description The item number relates to the year in which the particular model was kept.
|
|
371
|
+
*/
|
|
372
|
+
RY: string;
|
|
373
|
+
/**
|
|
374
|
+
* @description Number assigned to an article by the supplier of that article.
|
|
375
|
+
*/
|
|
376
|
+
SA: string;
|
|
377
|
+
/**
|
|
378
|
+
* @description The item number relates to a standard group of other items (mixed) which are grouped together as a single item for identification purposes.
|
|
379
|
+
*/
|
|
380
|
+
SG: string;
|
|
381
|
+
/**
|
|
382
|
+
* @description Reference number of a stock keeping unit.
|
|
383
|
+
*/
|
|
384
|
+
SK: string;
|
|
385
|
+
/**
|
|
386
|
+
* @description Identification number of an item which distinguishes this specific item out of a number of identical items.
|
|
387
|
+
*/
|
|
388
|
+
SN: string;
|
|
389
|
+
/**
|
|
390
|
+
* @description Plumbing and heating.
|
|
391
|
+
*/
|
|
392
|
+
SRS: string;
|
|
393
|
+
/**
|
|
394
|
+
* @description 5 digit code for product classification managed by the Institut Francais du Libre Service.
|
|
395
|
+
*/
|
|
396
|
+
SRT: string;
|
|
397
|
+
/**
|
|
398
|
+
* @description 9 digit code for product classification managed by the Institut Francais du Libre Service.
|
|
399
|
+
*/
|
|
400
|
+
SRU: string;
|
|
401
|
+
/**
|
|
402
|
+
* @description A unique number, up to 14-digits, assigned according to the numbering structure of the GS1 system.
|
|
403
|
+
*/
|
|
404
|
+
SRV: string;
|
|
405
|
+
/**
|
|
406
|
+
* @description European system for identification of meter data.
|
|
407
|
+
*/
|
|
408
|
+
SRW: string;
|
|
409
|
+
/**
|
|
410
|
+
* @description Unique number given by a slaughterhouse to an animal or a group of animals of the same breed.
|
|
411
|
+
*/
|
|
412
|
+
SRX: string;
|
|
413
|
+
/**
|
|
414
|
+
* @description Unique number given by a national authority to identify an animal individually.
|
|
415
|
+
*/
|
|
416
|
+
SRY: string;
|
|
417
|
+
/**
|
|
418
|
+
* @description The international Harmonized Tariff Schedule (HTS) to classify the article for customs, statistical and other purposes.
|
|
419
|
+
*/
|
|
420
|
+
SRZ: string;
|
|
421
|
+
/**
|
|
422
|
+
* @description Article number referring to a sales catalogue of supplier's supplier.
|
|
423
|
+
*/
|
|
424
|
+
SS: string;
|
|
425
|
+
/**
|
|
426
|
+
* @description A US Department of Transportation (DOT) code to identify hazardous (dangerous) goods, managed by the Customs and Border Protection (CBP) agency.
|
|
427
|
+
*/
|
|
428
|
+
SSA: string;
|
|
429
|
+
/**
|
|
430
|
+
* @description A US code agreed to by the airline industry to identify hazardous (dangerous) goods, managed by the Customs and Border Protection (CBP) agency.
|
|
431
|
+
*/
|
|
432
|
+
SSB: string;
|
|
433
|
+
/**
|
|
434
|
+
* @description A US Customs and Border Protection (CBP) code used to identify hazardous (dangerous) goods.
|
|
435
|
+
*/
|
|
436
|
+
SSC: string;
|
|
437
|
+
/**
|
|
438
|
+
* @description A US Department of Transportation/Federal Aviation Administration code used to identify hazardous (dangerous) goods, managed by the Customs and
|
|
439
|
+
* Border Protection (CBP) agency.
|
|
440
|
+
*/
|
|
441
|
+
SSD: string;
|
|
442
|
+
/**
|
|
443
|
+
* @description A US Department of Transportation (DOT) code used toCustoms and Border Protection (CBP) agency.
|
|
444
|
+
*/
|
|
445
|
+
SSE: string;
|
|
446
|
+
/**
|
|
447
|
+
* @description A US Customs and Border Protection (CBP) code used to identify hazardous (dangerous) goods.
|
|
448
|
+
*/
|
|
449
|
+
SSF: string;
|
|
450
|
+
/**
|
|
451
|
+
* @description A department of Defense/Air Force code used to identifyBorder Protection (CBP) agency.
|
|
452
|
+
*/
|
|
453
|
+
SSG: string;
|
|
454
|
+
/**
|
|
455
|
+
* @description The breed of the item (e.g. plant or animal).
|
|
456
|
+
*/
|
|
457
|
+
SSH: string;
|
|
458
|
+
/**
|
|
459
|
+
* @description A unique numerical identifier for for chemical compounds, polymers, biological sequences, mixtures and alloys.
|
|
460
|
+
*/
|
|
461
|
+
SSI: string;
|
|
462
|
+
/**
|
|
463
|
+
* @description A name or designation to identify an engine model.
|
|
464
|
+
*/
|
|
465
|
+
SSJ: string;
|
|
466
|
+
/**
|
|
467
|
+
* @description A number assigned by agricultural authorities to identify and track meat and meat products.
|
|
468
|
+
*/
|
|
469
|
+
SSK: string;
|
|
470
|
+
/**
|
|
471
|
+
* @description A number assigned by agricultural authorities to identify and track meat and meat products.
|
|
472
|
+
*/
|
|
473
|
+
SSL: string;
|
|
474
|
+
/**
|
|
475
|
+
* @description An International Maritime Organization (IMO) code used to identify hazardous (dangerous) goods.
|
|
476
|
+
*/
|
|
477
|
+
SSM: string;
|
|
478
|
+
/**
|
|
479
|
+
* @description A Department of Transportation/Federal Railroad Administration code used to identify hazardous (dangerous) goods.
|
|
480
|
+
*/
|
|
481
|
+
SSN: string;
|
|
482
|
+
/**
|
|
483
|
+
* @description A UN code used to classify and identify dangerous goods.
|
|
484
|
+
*/
|
|
485
|
+
SSO: string;
|
|
486
|
+
/**
|
|
487
|
+
* @description A code established by the International Code of Botanical Nomenclature (ICBN) used to classify and identify botanical articles and commodities.
|
|
488
|
+
*/
|
|
489
|
+
SSP: string;
|
|
490
|
+
/**
|
|
491
|
+
* @description A code established by the International Code of Zoological Nomenclature (ICZN) used to classify and identify animals.
|
|
492
|
+
*/
|
|
493
|
+
SSQ: string;
|
|
494
|
+
/**
|
|
495
|
+
* @description A code established by the International Code of Nomenclature for Cultivated Plants (ICNCP) used to classify and identify animals.
|
|
496
|
+
*/
|
|
497
|
+
SSR: string;
|
|
498
|
+
/**
|
|
499
|
+
* @description Identifier assigned to an article by the distributor of that article.
|
|
500
|
+
*/
|
|
501
|
+
SSS: string;
|
|
502
|
+
/**
|
|
503
|
+
* @description Product classification system used in the Norwegian market.
|
|
504
|
+
*/
|
|
505
|
+
SST: string;
|
|
506
|
+
/**
|
|
507
|
+
* @description Product classification assigned by the supplier.
|
|
508
|
+
*/
|
|
509
|
+
SSU: string;
|
|
510
|
+
/**
|
|
511
|
+
* @description Product classification system used in the Mexican market.
|
|
512
|
+
*/
|
|
513
|
+
SSV: string;
|
|
514
|
+
/**
|
|
515
|
+
* @description Product classification system used in the German market.
|
|
516
|
+
*/
|
|
517
|
+
SSW: string;
|
|
518
|
+
/**
|
|
519
|
+
* @description Product classification system used in the Finnish market.
|
|
520
|
+
*/
|
|
521
|
+
SSX: string;
|
|
522
|
+
/**
|
|
523
|
+
* @description Product classification system used in the Canadian market.
|
|
524
|
+
*/
|
|
525
|
+
SSY: string;
|
|
526
|
+
/**
|
|
527
|
+
* @description Product classification system used in the French market.
|
|
528
|
+
*/
|
|
529
|
+
SSZ: string;
|
|
530
|
+
/**
|
|
531
|
+
* @description Number given to a specific style or form of an article, especially used for garments.
|
|
532
|
+
*/
|
|
533
|
+
ST: string;
|
|
534
|
+
/**
|
|
535
|
+
* @description Product classification system used in the Dutch market.
|
|
536
|
+
*/
|
|
537
|
+
STA: string;
|
|
538
|
+
/**
|
|
539
|
+
* @description Product classification system used in the Japanese market.
|
|
540
|
+
*/
|
|
541
|
+
STB: string;
|
|
542
|
+
/**
|
|
543
|
+
* @description Category of product eligible for EU subsidy (applies for certain dairy products with specific level of fat content).
|
|
544
|
+
*/
|
|
545
|
+
STC: string;
|
|
546
|
+
/**
|
|
547
|
+
* @description Product classification system used in the Spanish market.
|
|
548
|
+
*/
|
|
549
|
+
STD: string;
|
|
550
|
+
/**
|
|
551
|
+
* @description Product classification system used in the Polish market.
|
|
552
|
+
*/
|
|
553
|
+
STE: string;
|
|
554
|
+
/**
|
|
555
|
+
* @description A Russian government agency that serves as a national standardization body of the Russian Federation.
|
|
556
|
+
*/
|
|
557
|
+
STF: string;
|
|
558
|
+
/**
|
|
559
|
+
* @description Product classification system used in the Austrian market.
|
|
560
|
+
*/
|
|
561
|
+
STG: string;
|
|
562
|
+
/**
|
|
563
|
+
* @description Product classification system used in the Italian market.
|
|
564
|
+
*/
|
|
565
|
+
STH: string;
|
|
566
|
+
/**
|
|
567
|
+
* @description Official classification system for public procurement in the European Union.
|
|
568
|
+
*/
|
|
569
|
+
STI: string;
|
|
570
|
+
/**
|
|
571
|
+
* @description International Foodservice Distributors Association (IFDA).
|
|
572
|
+
*/
|
|
573
|
+
STJ: string;
|
|
574
|
+
/**
|
|
575
|
+
* @description Pharmacologic -therapeutic classification maintained by the American Hospital Formulary Service (AHFS).
|
|
576
|
+
*/
|
|
577
|
+
STK: string;
|
|
578
|
+
/**
|
|
579
|
+
* @description Anatomical Therapeutic Chemical classification system maintained by the World Health Organisation (WHO).
|
|
580
|
+
*/
|
|
581
|
+
STL: string;
|
|
582
|
+
/**
|
|
583
|
+
* @description A five level classification system for medical decvices maintained by the CLADIMED organisation used in the French market.
|
|
584
|
+
*/
|
|
585
|
+
STM: string;
|
|
586
|
+
/**
|
|
587
|
+
* @description Classification system related to the Canadian Medical Device Regulations maintained by Health Canada.
|
|
588
|
+
*/
|
|
589
|
+
STN: string;
|
|
590
|
+
/**
|
|
591
|
+
* @description A classification system for medical devices used in the Italian market.
|
|
592
|
+
*/
|
|
593
|
+
STO: string;
|
|
594
|
+
/**
|
|
595
|
+
* @description A classification system for medicines and devices used in the UK market.
|
|
596
|
+
*/
|
|
597
|
+
STP: string;
|
|
598
|
+
/**
|
|
599
|
+
* @description Standardized material and service classification and dictionary maintained by eClass e.V.
|
|
600
|
+
*/
|
|
601
|
+
STQ: string;
|
|
602
|
+
/**
|
|
603
|
+
* @description Classification for in vitro diagnostics medical devices maintained by the European Diagnostic Manufacturers Association.
|
|
604
|
+
*/
|
|
605
|
+
STR: string;
|
|
606
|
+
/**
|
|
607
|
+
* @description A classification system for medical devices.
|
|
608
|
+
*/
|
|
609
|
+
STS: string;
|
|
610
|
+
/**
|
|
611
|
+
* @description Nomenclature system for identification of medical devices officially apprroved by the European Union.
|
|
612
|
+
*/
|
|
613
|
+
STT: string;
|
|
614
|
+
/**
|
|
615
|
+
* @description A drug classification system managed by Medi-Span.
|
|
616
|
+
*/
|
|
617
|
+
STU: string;
|
|
618
|
+
/**
|
|
619
|
+
* @description A classification system used with US healthcare insurance programs.
|
|
620
|
+
*/
|
|
621
|
+
STV: string;
|
|
622
|
+
/**
|
|
623
|
+
* @description A patient safety taxonomy maintained by the World Health Organisation.
|
|
624
|
+
*/
|
|
625
|
+
STW: string;
|
|
626
|
+
/**
|
|
627
|
+
* @description A medical dictionary maintained by the International Federation of Pharmaceutical Manufacturers and Associations (IFPMA).
|
|
628
|
+
*/
|
|
629
|
+
STX: string;
|
|
630
|
+
/**
|
|
631
|
+
* @description Medical product classification system used in the German market.
|
|
632
|
+
*/
|
|
633
|
+
STY: string;
|
|
634
|
+
/**
|
|
635
|
+
* @description Product classification system used in the North American market.
|
|
636
|
+
*/
|
|
637
|
+
STZ: string;
|
|
638
|
+
/**
|
|
639
|
+
* @description Product and Service classification system used in United Kingdom market.
|
|
640
|
+
*/
|
|
641
|
+
SUA: string;
|
|
642
|
+
/**
|
|
643
|
+
* @description US FDA Product Code Classification Database contains medical device names and associated information developed by the Center for Devices and
|
|
644
|
+
* Radiological Health (CDRH).
|
|
645
|
+
*/
|
|
646
|
+
SUB: string;
|
|
647
|
+
/**
|
|
648
|
+
* @description A medical nomenclature system developed between the NHS and the College of American Pathologists.
|
|
649
|
+
*/
|
|
650
|
+
SUC: string;
|
|
651
|
+
/**
|
|
652
|
+
* @description A standard international nomenclature and computer coding system for medical devices maintained by the Emergency Care Research Institute (ECRI).
|
|
653
|
+
*/
|
|
654
|
+
SUD: string;
|
|
655
|
+
/**
|
|
656
|
+
* @description A unique, 13-digit number assigned according to the numbering structure of the GS1 system and used to identify a type of Reusable Transport Item
|
|
657
|
+
* (RTI).
|
|
658
|
+
*/
|
|
659
|
+
SUE: string;
|
|
660
|
+
/**
|
|
661
|
+
* @description The International Mobile Station Equipment Identity (IMEI) is a unique number to identify mobile phones. It includes the origin, model and serial
|
|
662
|
+
* number of the device. The structure is specified in 3GPP TS 23.003.
|
|
663
|
+
*/
|
|
664
|
+
SUF: string;
|
|
665
|
+
/**
|
|
666
|
+
* @description Classification of waste as defined by the European Maritime Safety Agency (EMSA).
|
|
667
|
+
*/
|
|
668
|
+
SUG: string;
|
|
669
|
+
/**
|
|
670
|
+
* @description Classification of ship’s stores.
|
|
671
|
+
*/
|
|
672
|
+
SUH: string;
|
|
673
|
+
/**
|
|
674
|
+
* @description Classification for emergency response procedures related to fire.
|
|
675
|
+
*/
|
|
676
|
+
SUI: string;
|
|
677
|
+
/**
|
|
678
|
+
* @description Classification for emergency response procedures related to spillage.
|
|
679
|
+
*/
|
|
680
|
+
SUJ: string;
|
|
681
|
+
/**
|
|
682
|
+
* @description Packing group as defined in the International Marititme Dangerous Goods (IMDG) specification.
|
|
683
|
+
*/
|
|
684
|
+
SUK: string;
|
|
685
|
+
/**
|
|
686
|
+
* @description International Bulk Chemical (IBC) code defined by the International Convention for the Prevention of Pollution from Ships (MARPOL).
|
|
687
|
+
*/
|
|
688
|
+
SUL: string;
|
|
689
|
+
/**
|
|
690
|
+
* @description Subsidiary risk class as defined in the International Maritime Dangerous Goods (IMDG) specification.
|
|
691
|
+
*/
|
|
692
|
+
SUM: string;
|
|
693
|
+
/**
|
|
694
|
+
* @description (8012) Additional number to form article groups for packing and/or transportation purposes.
|
|
695
|
+
*/
|
|
696
|
+
TG: string;
|
|
697
|
+
/**
|
|
698
|
+
* @description A unique number assigned to a taxonomic entity, commonly to a species of plants or animals, providing information on their hierarchical
|
|
699
|
+
* classification, scientific name, taxonomic rank, associated synonyms and vernacular names where appropriate, data source information and data
|
|
700
|
+
* quality indicators.
|
|
701
|
+
*/
|
|
702
|
+
TSN: string;
|
|
703
|
+
/**
|
|
704
|
+
* @description Main hazard class as defined in the International Maritime Dangerous Goods (IMDG) specification.
|
|
705
|
+
*/
|
|
706
|
+
TSO: string;
|
|
707
|
+
/**
|
|
708
|
+
* @description The number is part of, or is generated in the context of the Combined Nomenclature classification, as developed and maintained by the European
|
|
709
|
+
* Union (EU).
|
|
710
|
+
*/
|
|
711
|
+
TSP: string;
|
|
712
|
+
/**
|
|
713
|
+
* @description A code to specify a product's therapeutic classification.
|
|
714
|
+
*/
|
|
715
|
+
TSQ: string;
|
|
716
|
+
/**
|
|
717
|
+
* @description Waste type number according to the European Waste Catalogue (EWC).
|
|
718
|
+
*/
|
|
719
|
+
TSR: string;
|
|
720
|
+
/**
|
|
721
|
+
* @description Number assigned to identify a grouping of products based on price.
|
|
722
|
+
*/
|
|
723
|
+
TSS: string;
|
|
724
|
+
/**
|
|
725
|
+
* @description The UNSPSC commodity classification system.
|
|
726
|
+
*/
|
|
727
|
+
TST: string;
|
|
728
|
+
/**
|
|
729
|
+
* @description European Union Directive on the restriction of hazardous substances.
|
|
730
|
+
*/
|
|
731
|
+
TSU: string;
|
|
732
|
+
/**
|
|
733
|
+
* @description Number assigned by ultimate customer to identify relevant article.
|
|
734
|
+
*/
|
|
735
|
+
UA: string;
|
|
736
|
+
/**
|
|
737
|
+
* @description Number assigned to a manufacturer's product by the Product Code Council.
|
|
738
|
+
*/
|
|
739
|
+
UP: string;
|
|
740
|
+
/**
|
|
741
|
+
* @description Reference number assigned by a vendor/seller identifying.
|
|
742
|
+
*/
|
|
743
|
+
VN: string;
|
|
744
|
+
/**
|
|
745
|
+
* @description Reference number assigned by a vendor/seller identifying a product/service/article.
|
|
746
|
+
*/
|
|
747
|
+
VP: string;
|
|
748
|
+
/**
|
|
749
|
+
* @description The item number is a specified by the vendor as a supplemental number for the vendor's purposes.
|
|
750
|
+
*/
|
|
751
|
+
VS: string;
|
|
752
|
+
/**
|
|
753
|
+
* @description The item number has been allocated by the vendor as a specification number.
|
|
754
|
+
*/
|
|
755
|
+
VX: string;
|
|
756
|
+
/**
|
|
757
|
+
* @description Item type identification mutually agreed between interchanging parties.
|
|
758
|
+
*/
|
|
759
|
+
ZZZ: string;
|
|
760
|
+
PPI: string;
|
|
761
|
+
};
|
|
762
|
+
/**
|
|
763
|
+
* @description Keys of {@link itemClassificationCodes}.
|
|
764
|
+
*/
|
|
765
|
+
type ItemClassificationCodesKeys = 'AA' | 'AB' | 'AC' | 'AD' | 'AE' | 'AF' | 'AG' | 'AH' | 'AI' | 'AJ' | 'AK' | 'AL' | 'AM' | 'AN' | 'AO' | 'AP' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AV' | 'AW' | 'AX' | 'AY' | 'AZ' | 'BA' | 'BB' | 'BC' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BK' | 'BL' | 'BM' | 'BN' | 'BO' | 'BP' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BU' | 'BV' | 'BW' | 'BX' | 'BY' | 'BZ' | 'CC' | 'CG' | 'CL' | 'CR' | 'CV' | 'DR' | 'DW' | 'EC' | 'EF' | 'EMD' | 'EN' | 'FS' | 'GB' | 'GMN' | 'GN' | 'GS' | 'HS' | 'IB' | 'IN' | 'IS' | 'IT' | 'IZ' | 'MA' | 'MF' | 'MN' | 'MP' | 'NB' | 'ON' | 'PD' | 'PL' | 'PO' | 'PV' | 'QS' | 'RC' | 'RN' | 'RU' | 'RY' | 'SA' | 'SG' | 'SK' | 'SN' | 'SRS' | 'SRT' | 'SRU' | 'SRV' | 'SRW' | 'SRX' | 'SRY' | 'SRZ' | 'SS' | 'SSA' | 'SSB' | 'SSC' | 'SSD' | 'SSE' | 'SSF' | 'SSG' | 'SSH' | 'SSI' | 'SSJ' | 'SSK' | 'SSL' | 'SSM' | 'SSN' | 'SSO' | 'SSP' | 'SSQ' | 'SSR' | 'SSS' | 'SST' | 'SSU' | 'SSV' | 'SSW' | 'SSX' | 'SSY' | 'SSZ' | 'ST' | 'STA' | 'STB' | 'STC' | 'STD' | 'STE' | 'STF' | 'STG' | 'STH' | 'STI' | 'STJ' | 'STK' | 'STL' | 'STM' | 'STN' | 'STO' | 'STP' | 'STQ' | 'STR' | 'STS' | 'STT' | 'STU' | 'STV' | 'STW' | 'STX' | 'STY' | 'STZ' | 'SUA' | 'SUB' | 'SUC' | 'SUD' | 'SUE' | 'SUF' | 'SUG' | 'SUH' | 'SUI' | 'SUJ' | 'SUK' | 'SUL' | 'SUM' | 'TG' | 'TSN' | 'TSO' | 'TSP' | 'TSQ' | 'TSR' | 'TSS' | 'TST' | 'TSU' | 'UA' | 'UP' | 'VN' | 'VP' | 'VS' | 'VX' | 'ZZZ' | 'PPI';
|
|
766
|
+
/**
|
|
767
|
+
* @description Keys of {@link itemClassificationCodes}.
|
|
768
|
+
*/
|
|
769
|
+
declare const itemClassificationCodesKeys: [string, ...string[]];
|
|
770
|
+
//#endregion
|
|
771
|
+
export { ItemClassificationCodesKeys, itemClassificationCodes, itemClassificationCodesKeys };
|
|
772
|
+
//# sourceMappingURL=item-classification-code.generated.d.ts.map
|