@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,738 @@
|
|
|
1
|
+
//#region src/values/charge-reason-codes.generated.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* @version D.16B
|
|
4
|
+
*
|
|
5
|
+
* @category Peppol Values
|
|
6
|
+
*
|
|
7
|
+
* @title Charge reason code (UNCL7161)
|
|
8
|
+
*
|
|
9
|
+
* @enum
|
|
10
|
+
*
|
|
11
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7161/
|
|
12
|
+
*/
|
|
13
|
+
declare const chargeReasonCodes: {
|
|
14
|
+
/**
|
|
15
|
+
* @description The service of providing advertising.
|
|
16
|
+
*/
|
|
17
|
+
AA: string;
|
|
18
|
+
/**
|
|
19
|
+
* @description The service of providing telecommunication activities and/or faclities.
|
|
20
|
+
*/
|
|
21
|
+
AAA: string;
|
|
22
|
+
/**
|
|
23
|
+
* @description The service of making technical modifications to a product.
|
|
24
|
+
*/
|
|
25
|
+
AAC: string;
|
|
26
|
+
/**
|
|
27
|
+
* @description The service of producing to order.
|
|
28
|
+
*/
|
|
29
|
+
AAD: string;
|
|
30
|
+
/**
|
|
31
|
+
* @description The service of providing money for outlays on behalf of a trading partner.
|
|
32
|
+
*/
|
|
33
|
+
AAE: string;
|
|
34
|
+
/**
|
|
35
|
+
* @description The service of providing services outside the premises of the provider.
|
|
36
|
+
*/
|
|
37
|
+
AAF: string;
|
|
38
|
+
/**
|
|
39
|
+
* @description The service of providing additional processing.
|
|
40
|
+
*/
|
|
41
|
+
AAH: string;
|
|
42
|
+
/**
|
|
43
|
+
* @description The service of certifying validity.
|
|
44
|
+
*/
|
|
45
|
+
AAI: string;
|
|
46
|
+
/**
|
|
47
|
+
* @description The service of accepting goods or services.
|
|
48
|
+
*/
|
|
49
|
+
AAS: string;
|
|
50
|
+
/**
|
|
51
|
+
* @description The service to provide a rush delivery.
|
|
52
|
+
*/
|
|
53
|
+
AAT: string;
|
|
54
|
+
/**
|
|
55
|
+
* @description The service of providing special construction.
|
|
56
|
+
*/
|
|
57
|
+
AAV: string;
|
|
58
|
+
/**
|
|
59
|
+
* @description The service of providing airport facilities.
|
|
60
|
+
*/
|
|
61
|
+
AAY: string;
|
|
62
|
+
/**
|
|
63
|
+
* @description The service allowing a party to use another party's facilities.
|
|
64
|
+
*/
|
|
65
|
+
AAZ: string;
|
|
66
|
+
/**
|
|
67
|
+
* @description The service provided to hold a compulsory inventory.
|
|
68
|
+
*/
|
|
69
|
+
ABA: string;
|
|
70
|
+
/**
|
|
71
|
+
* @description Remove or off-load fuel from vehicle, vessel or craft.
|
|
72
|
+
*/
|
|
73
|
+
ABB: string;
|
|
74
|
+
/**
|
|
75
|
+
* @description Service of delivering goods to an aircraft from local storage.
|
|
76
|
+
*/
|
|
77
|
+
ABC: string;
|
|
78
|
+
/**
|
|
79
|
+
* @description The service of providing labour beyond the established limit of working hours.
|
|
80
|
+
*/
|
|
81
|
+
ABD: string;
|
|
82
|
+
/**
|
|
83
|
+
* @description The service of providing specific tooling.
|
|
84
|
+
*/
|
|
85
|
+
ABF: string;
|
|
86
|
+
/**
|
|
87
|
+
* @description Miscellaneous services.
|
|
88
|
+
*/
|
|
89
|
+
ABK: string;
|
|
90
|
+
/**
|
|
91
|
+
* @description The service of providing additional packaging.
|
|
92
|
+
*/
|
|
93
|
+
ABL: string;
|
|
94
|
+
/**
|
|
95
|
+
* @description The service of providing additional padding materials required to secure and protect a cargo within a shipping container.
|
|
96
|
+
*/
|
|
97
|
+
ABN: string;
|
|
98
|
+
/**
|
|
99
|
+
* @description The service of packing items into a container.
|
|
100
|
+
*/
|
|
101
|
+
ABR: string;
|
|
102
|
+
/**
|
|
103
|
+
* @description The service of packing items into a carton.
|
|
104
|
+
*/
|
|
105
|
+
ABS: string;
|
|
106
|
+
/**
|
|
107
|
+
* @description The service of hessian wrapping.
|
|
108
|
+
*/
|
|
109
|
+
ABT: string;
|
|
110
|
+
/**
|
|
111
|
+
* @description The service of packing in polyethylene wrapping.
|
|
112
|
+
*/
|
|
113
|
+
ABU: string;
|
|
114
|
+
/**
|
|
115
|
+
* @description Miscellaneous treatment service.
|
|
116
|
+
*/
|
|
117
|
+
ACF: string;
|
|
118
|
+
/**
|
|
119
|
+
* @description The service of providing enamelling treatment.
|
|
120
|
+
*/
|
|
121
|
+
ACG: string;
|
|
122
|
+
/**
|
|
123
|
+
* @description The service of treating with heat.
|
|
124
|
+
*/
|
|
125
|
+
ACH: string;
|
|
126
|
+
/**
|
|
127
|
+
* @description The service of providing plating treatment.
|
|
128
|
+
*/
|
|
129
|
+
ACI: string;
|
|
130
|
+
/**
|
|
131
|
+
* @description The service of painting.
|
|
132
|
+
*/
|
|
133
|
+
ACJ: string;
|
|
134
|
+
/**
|
|
135
|
+
* @description The service of polishing.
|
|
136
|
+
*/
|
|
137
|
+
ACK: string;
|
|
138
|
+
/**
|
|
139
|
+
* @description The service of priming.
|
|
140
|
+
*/
|
|
141
|
+
ACL: string;
|
|
142
|
+
/**
|
|
143
|
+
* @description The service of preservation treatment.
|
|
144
|
+
*/
|
|
145
|
+
ACM: string;
|
|
146
|
+
/**
|
|
147
|
+
* @description Fitting service.
|
|
148
|
+
*/
|
|
149
|
+
ACS: string;
|
|
150
|
+
/**
|
|
151
|
+
* @description The service of consolidating multiple consignments into one shipment.
|
|
152
|
+
*/
|
|
153
|
+
ADC: string;
|
|
154
|
+
/**
|
|
155
|
+
* @description The service of providing a bill of lading document.
|
|
156
|
+
*/
|
|
157
|
+
ADE: string;
|
|
158
|
+
/**
|
|
159
|
+
* @description The service of surrounding a product with an air bag.
|
|
160
|
+
*/
|
|
161
|
+
ADJ: string;
|
|
162
|
+
/**
|
|
163
|
+
* @description The service of transferring.
|
|
164
|
+
*/
|
|
165
|
+
ADK: string;
|
|
166
|
+
/**
|
|
167
|
+
* @description The service of securing a stack of products on a slipsheet.
|
|
168
|
+
*/
|
|
169
|
+
ADL: string;
|
|
170
|
+
/**
|
|
171
|
+
* @description Binding service.
|
|
172
|
+
*/
|
|
173
|
+
ADM: string;
|
|
174
|
+
/**
|
|
175
|
+
* @description The service of repairing or replacing a broken returnable package.
|
|
176
|
+
*/
|
|
177
|
+
ADN: string;
|
|
178
|
+
/**
|
|
179
|
+
* @description A code indicating efficient logistics services.
|
|
180
|
+
*/
|
|
181
|
+
ADO: string;
|
|
182
|
+
/**
|
|
183
|
+
* @description A code indicating that merchandising services are in operation.
|
|
184
|
+
*/
|
|
185
|
+
ADP: string;
|
|
186
|
+
/**
|
|
187
|
+
* @description A code indicating that product mixing services are in operation.
|
|
188
|
+
*/
|
|
189
|
+
ADQ: string;
|
|
190
|
+
/**
|
|
191
|
+
* @description A code indicating that other non-specific services are in operation.
|
|
192
|
+
*/
|
|
193
|
+
ADR: string;
|
|
194
|
+
/**
|
|
195
|
+
* @description The service of picking up or collection of goods.
|
|
196
|
+
*/
|
|
197
|
+
ADT: string;
|
|
198
|
+
/**
|
|
199
|
+
* @description The special services provided due to chronic illness.
|
|
200
|
+
*/
|
|
201
|
+
ADW: string;
|
|
202
|
+
/**
|
|
203
|
+
* @description A service provided by a buyer when introducing a new product from a suppliers range to the range traded by the buyer.
|
|
204
|
+
*/
|
|
205
|
+
ADY: string;
|
|
206
|
+
/**
|
|
207
|
+
* @description Direct delivery service.
|
|
208
|
+
*/
|
|
209
|
+
ADZ: string;
|
|
210
|
+
/**
|
|
211
|
+
* @description The service of diverting deliverables.
|
|
212
|
+
*/
|
|
213
|
+
AEA: string;
|
|
214
|
+
/**
|
|
215
|
+
* @description The service is a disconnection.
|
|
216
|
+
*/
|
|
217
|
+
AEB: string;
|
|
218
|
+
/**
|
|
219
|
+
* @description Distribution service.
|
|
220
|
+
*/
|
|
221
|
+
AEC: string;
|
|
222
|
+
/**
|
|
223
|
+
* @description A service for handling hazardous cargo.
|
|
224
|
+
*/
|
|
225
|
+
AED: string;
|
|
226
|
+
/**
|
|
227
|
+
* @description The service of renting and/or leasing.
|
|
228
|
+
*/
|
|
229
|
+
AEF: string;
|
|
230
|
+
/**
|
|
231
|
+
* @description Delivery to a different location than previously contracted.
|
|
232
|
+
*/
|
|
233
|
+
AEH: string;
|
|
234
|
+
/**
|
|
235
|
+
* @description Fuel being put into the aircraft.
|
|
236
|
+
*/
|
|
237
|
+
AEI: string;
|
|
238
|
+
/**
|
|
239
|
+
* @description Fuel being shipped into a storage system.
|
|
240
|
+
*/
|
|
241
|
+
AEJ: string;
|
|
242
|
+
/**
|
|
243
|
+
* @description The provision of a cash on delivery (COD) service.
|
|
244
|
+
*/
|
|
245
|
+
AEK: string;
|
|
246
|
+
/**
|
|
247
|
+
* @description A service related to the processing of small orders.
|
|
248
|
+
*/
|
|
249
|
+
AEL: string;
|
|
250
|
+
/**
|
|
251
|
+
* @description The provision of clerical or administrative services.
|
|
252
|
+
*/
|
|
253
|
+
AEM: string;
|
|
254
|
+
/**
|
|
255
|
+
* @description The service of providing a guarantee.
|
|
256
|
+
*/
|
|
257
|
+
AEN: string;
|
|
258
|
+
/**
|
|
259
|
+
* @description The service of collection and recycling products.
|
|
260
|
+
*/
|
|
261
|
+
AEO: string;
|
|
262
|
+
/**
|
|
263
|
+
* @description The service of collecting copyright fees.
|
|
264
|
+
*/
|
|
265
|
+
AEP: string;
|
|
266
|
+
/**
|
|
267
|
+
* @description The service of providing veterinary inspection.
|
|
268
|
+
*/
|
|
269
|
+
AES: string;
|
|
270
|
+
/**
|
|
271
|
+
* @description Special service when the subject is a pensioner.
|
|
272
|
+
*/
|
|
273
|
+
AET: string;
|
|
274
|
+
/**
|
|
275
|
+
* @description Special service when the subject holds a medicine free pass.
|
|
276
|
+
*/
|
|
277
|
+
AEU: string;
|
|
278
|
+
/**
|
|
279
|
+
* @description The provision of an environmental protection service.
|
|
280
|
+
*/
|
|
281
|
+
AEV: string;
|
|
282
|
+
/**
|
|
283
|
+
* @description The provision of an environmental clean-up service.
|
|
284
|
+
*/
|
|
285
|
+
AEW: string;
|
|
286
|
+
/**
|
|
287
|
+
* @description Service of processing a national cheque outside the ordering customer's bank trading area.
|
|
288
|
+
*/
|
|
289
|
+
AEX: string;
|
|
290
|
+
/**
|
|
291
|
+
* @description Service of processing a national payment to a beneficiary holding an account outside the trading area of the ordering customer's bank.
|
|
292
|
+
*/
|
|
293
|
+
AEY: string;
|
|
294
|
+
/**
|
|
295
|
+
* @description Service of processing a national payment to a beneficiary holding an account within the trading area of the ordering customer's bank.
|
|
296
|
+
*/
|
|
297
|
+
AEZ: string;
|
|
298
|
+
/**
|
|
299
|
+
* @description The service of making adjustments.
|
|
300
|
+
*/
|
|
301
|
+
AJ: string;
|
|
302
|
+
/**
|
|
303
|
+
* @description The service of authenticating.
|
|
304
|
+
*/
|
|
305
|
+
AU: string;
|
|
306
|
+
/**
|
|
307
|
+
* @description The provision of cataloguing services.
|
|
308
|
+
*/
|
|
309
|
+
CA: string;
|
|
310
|
+
/**
|
|
311
|
+
* @description Movement of goods by heavy duty cart or vehicle.
|
|
312
|
+
*/
|
|
313
|
+
CAB: string;
|
|
314
|
+
/**
|
|
315
|
+
* @description The service of certifying.
|
|
316
|
+
*/
|
|
317
|
+
CAD: string;
|
|
318
|
+
/**
|
|
319
|
+
* @description The service of providing a certificate of conformance.
|
|
320
|
+
*/
|
|
321
|
+
CAE: string;
|
|
322
|
+
/**
|
|
323
|
+
* @description The service of providing a certificate of origin.
|
|
324
|
+
*/
|
|
325
|
+
CAF: string;
|
|
326
|
+
/**
|
|
327
|
+
* @description The service of cutting.
|
|
328
|
+
*/
|
|
329
|
+
CAI: string;
|
|
330
|
+
/**
|
|
331
|
+
* @description The service provided by consulates.
|
|
332
|
+
*/
|
|
333
|
+
CAJ: string;
|
|
334
|
+
/**
|
|
335
|
+
* @description The service of collecting goods by the customer.
|
|
336
|
+
*/
|
|
337
|
+
CAK: string;
|
|
338
|
+
/**
|
|
339
|
+
* @description Provision of a payroll payment service.
|
|
340
|
+
*/
|
|
341
|
+
CAL: string;
|
|
342
|
+
/**
|
|
343
|
+
* @description Provision of a cash transportation service.
|
|
344
|
+
*/
|
|
345
|
+
CAM: string;
|
|
346
|
+
/**
|
|
347
|
+
* @description Provision of a home banking service.
|
|
348
|
+
*/
|
|
349
|
+
CAN: string;
|
|
350
|
+
/**
|
|
351
|
+
* @description Provision of a service as specified in a bilateral special agreement.
|
|
352
|
+
*/
|
|
353
|
+
CAO: string;
|
|
354
|
+
/**
|
|
355
|
+
* @description Provision of an insurance brokerage service.
|
|
356
|
+
*/
|
|
357
|
+
CAP: string;
|
|
358
|
+
/**
|
|
359
|
+
* @description Provision of a cheque generation service.
|
|
360
|
+
*/
|
|
361
|
+
CAQ: string;
|
|
362
|
+
/**
|
|
363
|
+
* @description Service of assigning a preferential location for merchandising.
|
|
364
|
+
*/
|
|
365
|
+
CAR: string;
|
|
366
|
+
/**
|
|
367
|
+
* @description The service of providing a crane.
|
|
368
|
+
*/
|
|
369
|
+
CAS: string;
|
|
370
|
+
/**
|
|
371
|
+
* @description Providing a colour which is different from the default colour.
|
|
372
|
+
*/
|
|
373
|
+
CAT: string;
|
|
374
|
+
/**
|
|
375
|
+
* @description The provision of sorting services.
|
|
376
|
+
*/
|
|
377
|
+
CAU: string;
|
|
378
|
+
/**
|
|
379
|
+
* @description The service of collecting and recycling batteries.
|
|
380
|
+
*/
|
|
381
|
+
CAV: string;
|
|
382
|
+
/**
|
|
383
|
+
* @description The fee the consumer must pay the manufacturer to take back the product.
|
|
384
|
+
*/
|
|
385
|
+
CAW: string;
|
|
386
|
+
/**
|
|
387
|
+
* @description Informs the stockholder it is free to distribute the quality controlled passed goods.
|
|
388
|
+
*/
|
|
389
|
+
CAX: string;
|
|
390
|
+
/**
|
|
391
|
+
* @description Instructs the stockholder to withhold distribution of the goods until the manufacturer has completed a quality control assessment.
|
|
392
|
+
*/
|
|
393
|
+
CAY: string;
|
|
394
|
+
/**
|
|
395
|
+
* @description Instructs the stockholder to withhold distribution of goods which have failed quality control tests.
|
|
396
|
+
*/
|
|
397
|
+
CAZ: string;
|
|
398
|
+
/**
|
|
399
|
+
* @description Car loading service.
|
|
400
|
+
*/
|
|
401
|
+
CD: string;
|
|
402
|
+
/**
|
|
403
|
+
* @description Cleaning service.
|
|
404
|
+
*/
|
|
405
|
+
CG: string;
|
|
406
|
+
/**
|
|
407
|
+
* @description The service of providing cigarette stamping.
|
|
408
|
+
*/
|
|
409
|
+
CS: string;
|
|
410
|
+
/**
|
|
411
|
+
* @description The service of doing a count and recount.
|
|
412
|
+
*/
|
|
413
|
+
CT: string;
|
|
414
|
+
/**
|
|
415
|
+
* @description The service of providing layout/design.
|
|
416
|
+
*/
|
|
417
|
+
DAB: string;
|
|
418
|
+
/**
|
|
419
|
+
* @description Allowance given when a specific part of a suppliers assortment is purchased by the buyer.
|
|
420
|
+
*/
|
|
421
|
+
DAC: string;
|
|
422
|
+
/**
|
|
423
|
+
* @description The service of unloading by the driver.
|
|
424
|
+
*/
|
|
425
|
+
DAD: string;
|
|
426
|
+
/**
|
|
427
|
+
* @description A special allowance or charge applicable to a specific debtor.
|
|
428
|
+
*/
|
|
429
|
+
DAF: string;
|
|
430
|
+
/**
|
|
431
|
+
* @description An allowance offered by a party dealing a certain brand or brands of products.
|
|
432
|
+
*/
|
|
433
|
+
DAG: string;
|
|
434
|
+
/**
|
|
435
|
+
* @description An allowance given by the manufacturer which should be transfered to the consumer.
|
|
436
|
+
*/
|
|
437
|
+
DAH: string;
|
|
438
|
+
/**
|
|
439
|
+
* @description An allowance or charge related to the growth of business over a pre-determined period of time.
|
|
440
|
+
*/
|
|
441
|
+
DAI: string;
|
|
442
|
+
/**
|
|
443
|
+
* @description An allowance related to the introduction of a new product to the range of products traded by a retailer.
|
|
444
|
+
*/
|
|
445
|
+
DAJ: string;
|
|
446
|
+
/**
|
|
447
|
+
* @description A code indicating special conditions related to a multi-buy promotion.
|
|
448
|
+
*/
|
|
449
|
+
DAK: string;
|
|
450
|
+
/**
|
|
451
|
+
* @description An allowance or charge related to the establishment and on-going maintenance of a partnership.
|
|
452
|
+
*/
|
|
453
|
+
DAL: string;
|
|
454
|
+
/**
|
|
455
|
+
* @description An allowance or change related to the handling of returns.
|
|
456
|
+
*/
|
|
457
|
+
DAM: string;
|
|
458
|
+
/**
|
|
459
|
+
* @description Charge levied because the minimum order quantity could not be fulfilled.
|
|
460
|
+
*/
|
|
461
|
+
DAN: string;
|
|
462
|
+
/**
|
|
463
|
+
* @description Allowance for reaching or exceeding an agreed sales threshold at the point of sales.
|
|
464
|
+
*/
|
|
465
|
+
DAO: string;
|
|
466
|
+
/**
|
|
467
|
+
* @description A special discount related to the purchase of products through a wholesaler.
|
|
468
|
+
*/
|
|
469
|
+
DAP: string;
|
|
470
|
+
/**
|
|
471
|
+
* @description Fee for the transfer of transferable documentary credits.
|
|
472
|
+
*/
|
|
473
|
+
DAQ: string;
|
|
474
|
+
/**
|
|
475
|
+
* @description The service of providing delivery.
|
|
476
|
+
*/
|
|
477
|
+
DL: string;
|
|
478
|
+
/**
|
|
479
|
+
* @description The service of providing engraving.
|
|
480
|
+
*/
|
|
481
|
+
EG: string;
|
|
482
|
+
/**
|
|
483
|
+
* @description The service of expediting.
|
|
484
|
+
*/
|
|
485
|
+
EP: string;
|
|
486
|
+
/**
|
|
487
|
+
* @description The service of guaranteeing exchange rate.
|
|
488
|
+
*/
|
|
489
|
+
ER: string;
|
|
490
|
+
/**
|
|
491
|
+
* @description The service of providing fabrication.
|
|
492
|
+
*/
|
|
493
|
+
FAA: string;
|
|
494
|
+
/**
|
|
495
|
+
* @description The service of load balancing.
|
|
496
|
+
*/
|
|
497
|
+
FAB: string;
|
|
498
|
+
/**
|
|
499
|
+
* @description The service of providing freight's extraordinary handling.
|
|
500
|
+
*/
|
|
501
|
+
FAC: string;
|
|
502
|
+
/**
|
|
503
|
+
* @description The service of moving goods, by whatever means, from one place to another.
|
|
504
|
+
*/
|
|
505
|
+
FC: string;
|
|
506
|
+
/**
|
|
507
|
+
* @description The service of providing filling/handling.
|
|
508
|
+
*/
|
|
509
|
+
FH: string;
|
|
510
|
+
/**
|
|
511
|
+
* @description The service of providing financing.
|
|
512
|
+
*/
|
|
513
|
+
FI: string;
|
|
514
|
+
/**
|
|
515
|
+
* @description The service of grinding.
|
|
516
|
+
*/
|
|
517
|
+
GAA: string;
|
|
518
|
+
/**
|
|
519
|
+
* @description The service of providing a hose.
|
|
520
|
+
*/
|
|
521
|
+
HAA: string;
|
|
522
|
+
/**
|
|
523
|
+
* @description Handling service.
|
|
524
|
+
*/
|
|
525
|
+
HD: string;
|
|
526
|
+
/**
|
|
527
|
+
* @description The service of hoisting and hauling.
|
|
528
|
+
*/
|
|
529
|
+
HH: string;
|
|
530
|
+
/**
|
|
531
|
+
* @description The service of installing.
|
|
532
|
+
*/
|
|
533
|
+
IAA: string;
|
|
534
|
+
/**
|
|
535
|
+
* @description The service of installing and providing warranty.
|
|
536
|
+
*/
|
|
537
|
+
IAB: string;
|
|
538
|
+
/**
|
|
539
|
+
* @description The service of providing delivery inside.
|
|
540
|
+
*/
|
|
541
|
+
ID: string;
|
|
542
|
+
/**
|
|
543
|
+
* @description The service of inspection.
|
|
544
|
+
*/
|
|
545
|
+
IF: string;
|
|
546
|
+
/**
|
|
547
|
+
* @description The service of providing installation and training.
|
|
548
|
+
*/
|
|
549
|
+
IR: string;
|
|
550
|
+
/**
|
|
551
|
+
* @description The service of providing an invoice.
|
|
552
|
+
*/
|
|
553
|
+
IS: string;
|
|
554
|
+
/**
|
|
555
|
+
* @description The service of preparing food in accordance with Jewish law.
|
|
556
|
+
*/
|
|
557
|
+
KO: string;
|
|
558
|
+
/**
|
|
559
|
+
* @description The service of counting by the carrier.
|
|
560
|
+
*/
|
|
561
|
+
L1: string;
|
|
562
|
+
/**
|
|
563
|
+
* @description Labelling service.
|
|
564
|
+
*/
|
|
565
|
+
LA: string;
|
|
566
|
+
/**
|
|
567
|
+
* @description The service to provide required labour.
|
|
568
|
+
*/
|
|
569
|
+
LAA: string;
|
|
570
|
+
/**
|
|
571
|
+
* @description The service of repairing and returning.
|
|
572
|
+
*/
|
|
573
|
+
LAB: string;
|
|
574
|
+
/**
|
|
575
|
+
* @description The service of legalising.
|
|
576
|
+
*/
|
|
577
|
+
LF: string;
|
|
578
|
+
/**
|
|
579
|
+
* @description The service of mounting.
|
|
580
|
+
*/
|
|
581
|
+
MAE: string;
|
|
582
|
+
/**
|
|
583
|
+
* @description The service of mailing an invoice.
|
|
584
|
+
*/
|
|
585
|
+
MI: string;
|
|
586
|
+
/**
|
|
587
|
+
* @description The service of mailing an invoice to each location.
|
|
588
|
+
*/
|
|
589
|
+
ML: string;
|
|
590
|
+
/**
|
|
591
|
+
* @description The service of providing non-returnable containers.
|
|
592
|
+
*/
|
|
593
|
+
NAA: string;
|
|
594
|
+
/**
|
|
595
|
+
* @description The service of providing outside cable connectors.
|
|
596
|
+
*/
|
|
597
|
+
OA: string;
|
|
598
|
+
/**
|
|
599
|
+
* @description The service of including the invoice with the shipment.
|
|
600
|
+
*/
|
|
601
|
+
PA: string;
|
|
602
|
+
/**
|
|
603
|
+
* @description The service of phosphatizing the steel.
|
|
604
|
+
*/
|
|
605
|
+
PAA: string;
|
|
606
|
+
/**
|
|
607
|
+
* @description The service of packing.
|
|
608
|
+
*/
|
|
609
|
+
PC: string;
|
|
610
|
+
/**
|
|
611
|
+
* @description The service of palletizing.
|
|
612
|
+
*/
|
|
613
|
+
PL: string;
|
|
614
|
+
/**
|
|
615
|
+
* @description Price variation related to energy and or raw materials cost variation.
|
|
616
|
+
*/
|
|
617
|
+
PRV: string;
|
|
618
|
+
/**
|
|
619
|
+
* @description The service of repacking.
|
|
620
|
+
*/
|
|
621
|
+
RAB: string;
|
|
622
|
+
/**
|
|
623
|
+
* @description The service of repairing.
|
|
624
|
+
*/
|
|
625
|
+
RAC: string;
|
|
626
|
+
/**
|
|
627
|
+
* @description The service of providing returnable containers.
|
|
628
|
+
*/
|
|
629
|
+
RAD: string;
|
|
630
|
+
/**
|
|
631
|
+
* @description The service of restocking.
|
|
632
|
+
*/
|
|
633
|
+
RAF: string;
|
|
634
|
+
/**
|
|
635
|
+
* @description The service of re-delivering.
|
|
636
|
+
*/
|
|
637
|
+
RE: string;
|
|
638
|
+
/**
|
|
639
|
+
* @description The service of refurbishing.
|
|
640
|
+
*/
|
|
641
|
+
RF: string;
|
|
642
|
+
/**
|
|
643
|
+
* @description The service of providing rail wagons for hire.
|
|
644
|
+
*/
|
|
645
|
+
RH: string;
|
|
646
|
+
/**
|
|
647
|
+
* @description The service of loading goods.
|
|
648
|
+
*/
|
|
649
|
+
RV: string;
|
|
650
|
+
/**
|
|
651
|
+
* @description The service of salvaging.
|
|
652
|
+
*/
|
|
653
|
+
SA: string;
|
|
654
|
+
/**
|
|
655
|
+
* @description The service of shipping and handling.
|
|
656
|
+
*/
|
|
657
|
+
SAA: string;
|
|
658
|
+
/**
|
|
659
|
+
* @description The service of special packaging.
|
|
660
|
+
*/
|
|
661
|
+
SAD: string;
|
|
662
|
+
/**
|
|
663
|
+
* @description The service of stamping.
|
|
664
|
+
*/
|
|
665
|
+
SAE: string;
|
|
666
|
+
/**
|
|
667
|
+
* @description The service of unloading by the consignee.
|
|
668
|
+
*/
|
|
669
|
+
SAI: string;
|
|
670
|
+
/**
|
|
671
|
+
* @description The service of shrink-wrapping.
|
|
672
|
+
*/
|
|
673
|
+
SG: string;
|
|
674
|
+
/**
|
|
675
|
+
* @description The service of special handling.
|
|
676
|
+
*/
|
|
677
|
+
SH: string;
|
|
678
|
+
/**
|
|
679
|
+
* @description The service of providing a special finish.
|
|
680
|
+
*/
|
|
681
|
+
SM: string;
|
|
682
|
+
/**
|
|
683
|
+
* @description The service of setting-up.
|
|
684
|
+
*/
|
|
685
|
+
SU: string;
|
|
686
|
+
/**
|
|
687
|
+
* @description The service of providing tanks for hire.
|
|
688
|
+
*/
|
|
689
|
+
TAB: string;
|
|
690
|
+
/**
|
|
691
|
+
* @description The service of testing.
|
|
692
|
+
*/
|
|
693
|
+
TAC: string;
|
|
694
|
+
/**
|
|
695
|
+
* @description The service of providing third party billing for transportation.
|
|
696
|
+
*/
|
|
697
|
+
TT: string;
|
|
698
|
+
/**
|
|
699
|
+
* @description The service of providing transportation by the vendor.
|
|
700
|
+
*/
|
|
701
|
+
TV: string;
|
|
702
|
+
/**
|
|
703
|
+
* @description The service of delivering goods at the yard.
|
|
704
|
+
*/
|
|
705
|
+
V1: string;
|
|
706
|
+
/**
|
|
707
|
+
* @description The service of delivering goods at the dock.
|
|
708
|
+
*/
|
|
709
|
+
V2: string;
|
|
710
|
+
/**
|
|
711
|
+
* @description The service of storing and handling of goods in a warehouse.
|
|
712
|
+
*/
|
|
713
|
+
WH: string;
|
|
714
|
+
/**
|
|
715
|
+
* @description The service of combining all shipments for the same day.
|
|
716
|
+
*/
|
|
717
|
+
XAA: string;
|
|
718
|
+
/**
|
|
719
|
+
* @description The service of providing split pick-up.
|
|
720
|
+
*/
|
|
721
|
+
YY: string;
|
|
722
|
+
/**
|
|
723
|
+
* @description A code assigned within a code list to be used on an interim basis and as defined among trading partners until a precise code can be assigned to
|
|
724
|
+
* the code list.
|
|
725
|
+
*/
|
|
726
|
+
ZZZ: string;
|
|
727
|
+
};
|
|
728
|
+
/**
|
|
729
|
+
* @description Keys of {@link chargeReasonCodes}.
|
|
730
|
+
*/
|
|
731
|
+
type ChargeReasonCodesKeys = 'AA' | 'AAA' | 'AAC' | 'AAD' | 'AAE' | 'AAF' | 'AAH' | 'AAI' | 'AAS' | 'AAT' | 'AAV' | 'AAY' | 'AAZ' | 'ABA' | 'ABB' | 'ABC' | 'ABD' | 'ABF' | 'ABK' | 'ABL' | 'ABN' | 'ABR' | 'ABS' | 'ABT' | 'ABU' | 'ACF' | 'ACG' | 'ACH' | 'ACI' | 'ACJ' | 'ACK' | 'ACL' | 'ACM' | 'ACS' | 'ADC' | 'ADE' | 'ADJ' | 'ADK' | 'ADL' | 'ADM' | 'ADN' | 'ADO' | 'ADP' | 'ADQ' | 'ADR' | 'ADT' | 'ADW' | 'ADY' | 'ADZ' | 'AEA' | 'AEB' | 'AEC' | 'AED' | 'AEF' | 'AEH' | 'AEI' | 'AEJ' | 'AEK' | 'AEL' | 'AEM' | 'AEN' | 'AEO' | 'AEP' | 'AES' | 'AET' | 'AEU' | 'AEV' | 'AEW' | 'AEX' | 'AEY' | 'AEZ' | 'AJ' | 'AU' | 'CA' | 'CAB' | 'CAD' | 'CAE' | 'CAF' | 'CAI' | 'CAJ' | 'CAK' | 'CAL' | 'CAM' | 'CAN' | 'CAO' | 'CAP' | 'CAQ' | 'CAR' | 'CAS' | 'CAT' | 'CAU' | 'CAV' | 'CAW' | 'CAX' | 'CAY' | 'CAZ' | 'CD' | 'CG' | 'CS' | 'CT' | 'DAB' | 'DAC' | 'DAD' | 'DAF' | 'DAG' | 'DAH' | 'DAI' | 'DAJ' | 'DAK' | 'DAL' | 'DAM' | 'DAN' | 'DAO' | 'DAP' | 'DAQ' | 'DL' | 'EG' | 'EP' | 'ER' | 'FAA' | 'FAB' | 'FAC' | 'FC' | 'FH' | 'FI' | 'GAA' | 'HAA' | 'HD' | 'HH' | 'IAA' | 'IAB' | 'ID' | 'IF' | 'IR' | 'IS' | 'KO' | 'L1' | 'LA' | 'LAA' | 'LAB' | 'LF' | 'MAE' | 'MI' | 'ML' | 'NAA' | 'OA' | 'PA' | 'PAA' | 'PC' | 'PL' | 'PRV' | 'RAB' | 'RAC' | 'RAD' | 'RAF' | 'RE' | 'RF' | 'RH' | 'RV' | 'SA' | 'SAA' | 'SAD' | 'SAE' | 'SAI' | 'SG' | 'SH' | 'SM' | 'SU' | 'TAB' | 'TAC' | 'TT' | 'TV' | 'V1' | 'V2' | 'WH' | 'XAA' | 'YY' | 'ZZZ';
|
|
732
|
+
/**
|
|
733
|
+
* @description Keys of {@link chargeReasonCodes}.
|
|
734
|
+
*/
|
|
735
|
+
declare const chargeReasonCodesKeys: [string, ...string[]];
|
|
736
|
+
//#endregion
|
|
737
|
+
export { ChargeReasonCodesKeys, chargeReasonCodes, chargeReasonCodesKeys };
|
|
738
|
+
//# sourceMappingURL=charge-reason-codes.generated.d.ts.map
|