digicust_types 1.7.255 → 1.7.256
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/lib/contracts/import-ocr-document-into-graph.dto.d-ti.ts +21 -0
- package/lib/contracts/index.d-ti.ts +11 -0
- package/lib/contracts/start-dakosy-submission.dto.d-ti.ts +17 -0
- package/lib/contracts/start-dakosy-submission.dto.dtest.ts +17 -0
- package/lib/contracts/start-data-extraction.dto.d-ti.ts +25 -0
- package/lib/contracts/start-data-integration.dto.d-ti.ts +17 -0
- package/lib/contracts/start-data-normalization.dto.d-ti.ts +17 -0
- package/lib/contracts/start-data-validation.dto.d-ti.ts +17 -0
- package/lib/contracts/start-document-classifier.dto.d-ti.ts +17 -0
- package/lib/contracts/start-document-merger.dto.d-ti.ts +21 -0
- package/lib/contracts/start-document-splitting.dto.d-ti.ts +19 -0
- package/lib/contracts/start-hs-classification-research.dto.d-ti.ts +15 -0
- package/lib/contracts/start-hs-classification.dto.d-ti.ts +14 -0
- package/lib/contracts/start-hs-classification.dto.d.ts +3 -0
- package/lib/contracts/start-hs-classification.dto.js +2 -0
- package/lib/contracts/start-hs-classifier.dto.d-ti.ts +18 -0
- package/lib/contracts/start-ocr.dto.d-ti.ts +19 -0
- package/lib/contracts/start-post-processing.dto.d-ti.ts +17 -0
- package/lib/contracts/trigger-event.dto.d-ti.ts +17 -0
- package/lib/helpers/cleanObject.d-ti.ts +11 -0
- package/lib/index.d-ti.ts +11 -0
- package/lib/models/common/address.model.d-ti.ts +29 -0
- package/lib/models/common/address.model.d.ts +1 -0
- package/lib/models/common/bbox.model.d-ti.ts +18 -0
- package/lib/models/common/checkpoint.model.d-ti.ts +38 -0
- package/lib/models/common/checkpoint.model.d.ts +21 -0
- package/lib/models/common/checkpoint.model.js +8 -0
- package/lib/models/common/classification-code.model.d-ti.ts +15 -0
- package/lib/models/common/company.model.d-ti.ts +31 -0
- package/lib/models/common/country.model.d-ti.ts +14 -0
- package/lib/models/common/country.model.d.ts +4 -0
- package/lib/models/common/country.model.js +2 -0
- package/lib/models/common/currency.enum.d-ti.ts +192 -0
- package/lib/models/common/customs-tariff-number.model.d-ti.ts +26 -0
- package/lib/models/common/date.model.d-ti.ts +15 -0
- package/lib/models/common/dialog-window.model.d-ti.ts +16 -0
- package/lib/models/common/dimensions-unit.enum.d-ti.ts +18 -0
- package/lib/models/common/dimensions.model.d-ti.ts +17 -0
- package/lib/models/common/event.model.d-ti.ts +38 -0
- package/lib/models/common/event.model.d.ts +21 -0
- package/lib/models/common/event.model.js +8 -0
- package/lib/models/common/extra-styles.model.d-ti.ts +15 -0
- package/lib/models/common/field-type.enum.d-ti.ts +21 -0
- package/lib/models/common/filter.enum.d-ti.ts +19 -0
- package/lib/models/common/frontend-fields.model.d-ti.ts +20 -0
- package/lib/models/common/fuzzy-input.d-ti.ts +15 -0
- package/lib/models/common/hs-classification-interaction.d-ti.ts +40 -0
- package/lib/models/common/hs-classification-response.d-ti.ts +40 -0
- package/lib/models/common/hs-code.model.d-ti.ts +21 -0
- package/lib/models/common/index.d-ti.ts +11 -0
- package/lib/models/common/language.model.d-ti.ts +14 -0
- package/lib/models/common/meta.d-ti.ts +22 -0
- package/lib/models/common/money.model.d-ti.ts +16 -0
- package/lib/models/common/multerfile.model.d-ti.ts +19 -0
- package/lib/models/common/package-type.model.d-ti.ts +17 -0
- package/lib/models/common/periods.enum.d-ti.ts +16 -0
- package/lib/models/common/person.model.d-ti.ts +19 -0
- package/lib/models/common/prefix.enum.d-ti.ts +16 -0
- package/lib/models/common/quantity.model.d-ti.ts +16 -0
- package/lib/models/common/quantity.model.d.ts +2 -0
- package/lib/models/common/section-type.enum.d-ti.ts +23 -0
- package/lib/models/common/sort.enum.d-ti.ts +15 -0
- package/lib/models/common/subscription-price.model.d-ti.ts +20 -0
- package/lib/models/common/super.d-ti.ts +18 -0
- package/lib/models/common/super.d.ts +7 -0
- package/lib/models/common/super.js +2 -0
- package/lib/models/common/unit-of-measurement.d-ti.ts +20 -0
- package/lib/models/common/uom.enum.d-ti.ts +50 -0
- package/lib/models/common/weight-unit.enum.d-ti.ts +21 -0
- package/lib/models/common/weight.model.d-ti.ts +15 -0
- package/lib/models/common/workflow.d-ti.ts +18 -0
- package/lib/models/digicust/AnalyzerMetadataModel.model.d-ti.ts +20 -0
- package/lib/models/digicust/QueueWorkspaceModel.model.d-ti.ts +25 -0
- package/lib/models/digicust/QueueWorkspaceModel.model.d.ts +12 -0
- package/lib/models/digicust/QueueWorkspaceModel.model.js +2 -0
- package/lib/models/digicust/activity/activity.model.d-ti.ts +23 -0
- package/lib/models/digicust/activity/index.d-ti.ts +11 -0
- package/lib/models/digicust/activity.mode.d-ti.ts +24 -0
- package/lib/models/digicust/activity.mode.d.ts +18 -0
- package/lib/models/digicust/activity.mode.js +2 -0
- package/lib/models/digicust/activity.model.d-ti.ts +23 -0
- package/lib/models/digicust/adjustment.model.d-ti.ts +16 -0
- package/lib/models/digicust/aggregated-case-data.model.d-ti.ts +76 -0
- package/lib/models/digicust/analyzer/AnalyzerMetadataModel.model.d-ti.ts +20 -0
- package/lib/models/digicust/analyzer/index.d-ti.ts +11 -0
- package/lib/models/digicust/billing/index.d-ti.ts +11 -0
- package/lib/models/digicust/billing/periods.enum.d-ti.ts +16 -0
- package/lib/models/digicust/billing/subscription-info.model.d-ti.ts +22 -0
- package/lib/models/digicust/billing/subscription-price.model.d-ti.ts +20 -0
- package/lib/models/digicust/billing/subscription.model.d-ti.ts +18 -0
- package/lib/models/digicust/case/aggregated-case-data.model.d-ti.ts +79 -0
- package/lib/models/digicust/case/case-status.enum.d-ti.ts +30 -0
- package/lib/models/digicust/case/case-submission-transaction.d-ti.ts +39 -0
- package/lib/models/digicust/case/case-type.enum.d-ti.ts +15 -0
- package/lib/models/digicust/case/case.model.d-ti.ts +45 -0
- package/lib/models/digicust/case/context.model.d-ti.ts +17 -0
- package/lib/models/digicust/case/index.d-ti.ts +11 -0
- package/lib/models/digicust/case/stats-case.model.d-ti.ts +19 -0
- package/lib/models/digicust/case/uploaded-file.model.d-ti.ts +18 -0
- package/lib/models/digicust/case-status.enum.d-ti.ts +30 -0
- package/lib/models/digicust/case-submission-transaction.d-ti.ts +39 -0
- package/lib/models/digicust/case-type.enum.d-ti.ts +15 -0
- package/lib/models/digicust/case.model.d-ti.ts +45 -0
- package/lib/models/digicust/codes/code.model.d.ts +5 -0
- package/lib/models/digicust/codes/code.model.js +2 -0
- package/lib/models/digicust/codes/customs-office.code.d.ts +18 -0
- package/lib/models/digicust/codes/customs-office.code.js +2 -0
- package/lib/models/digicust/codes/index.d.ts +2 -0
- package/lib/models/digicust/codes/index.js +18 -0
- package/lib/models/digicust/company/company.model.d-ti.ts +36 -0
- package/lib/models/digicust/company/index.d-ti.ts +11 -0
- package/lib/models/digicust/company/permit-number.model.d-ti.ts +23 -0
- package/lib/models/digicust/company.model.d-ti.ts +15 -0
- package/lib/models/digicust/company.model.d.ts +4 -0
- package/lib/models/digicust/company.model.js +2 -0
- package/lib/models/digicust/consignment-size.enum.d-ti.ts +15 -0
- package/lib/models/digicust/container.model.d-ti.ts +15 -0
- package/lib/models/digicust/context.model.d-ti.ts +17 -0
- package/lib/models/digicust/cost-intersection.model.d-ti.ts +29 -0
- package/lib/models/digicust/custom-document.model.d-ti.ts +14 -0
- package/lib/models/digicust/customer/customer.model.d-ti.ts +62 -0
- package/lib/models/digicust/customer/index.d-ti.ts +11 -0
- package/lib/models/digicust/customer/project.model.d-ti.ts +38 -0
- package/lib/models/digicust/customer.model.d-ti.ts +62 -0
- package/lib/models/digicust/customs/adjustment.model.d-ti.ts +16 -0
- package/lib/models/digicust/customs/consignment-size.enum.d-ti.ts +15 -0
- package/lib/models/digicust/customs/constellationOfParticipants.model.d-ti.ts +18 -0
- package/lib/models/digicust/customs/customsOffice.model.d-ti.ts +30 -0
- package/lib/models/digicust/customs/deferment-account.model.d-ti.ts +19 -0
- package/lib/models/digicust/customs/eori.model.d-ti.ts +16 -0
- package/lib/models/digicust/customs/index.d-ti.ts +11 -0
- package/lib/models/digicust/customs/operation-type.enum.d-ti.ts +26 -0
- package/lib/models/digicust/customs/preference/index.d-ti.ts +11 -0
- package/lib/models/digicust/customs/preference/preference-state.model.d-ti.ts +30 -0
- package/lib/models/digicust/customs/procedure.model.d-ti.ts +25 -0
- package/lib/models/digicust/customs/special-measure.model.d-ti.ts +15 -0
- package/lib/models/digicust/customs/tariff-number/classification-code.model.d-ti.ts +15 -0
- package/lib/models/digicust/customs/tariff-number/customs-tariff-number.model.d-ti.ts +26 -0
- package/lib/models/digicust/customs/tariff-number/hs-classification-interaction.d-ti.ts +40 -0
- package/lib/models/digicust/customs/tariff-number/hs-classification-response.d-ti.ts +40 -0
- package/lib/models/digicust/customs/tariff-number/hs-code-mapping.d-ti.ts +34 -0
- package/lib/models/digicust/customs/tariff-number/hs-code.model.d-ti.ts +21 -0
- package/lib/models/digicust/customs/tariff-number/index.d-ti.ts +11 -0
- package/lib/models/digicust/customs/tax-details.model.d-ti.ts +17 -0
- package/lib/models/digicust/customs/transit-item.model.d-ti.ts +31 -0
- package/lib/models/digicust/customs/type-of-business/index.d-ti.ts +11 -0
- package/lib/models/digicust/customs/type-of-business/type-of-business.enum.d-ti.ts +34 -0
- package/lib/models/digicust/customs/type-of-business/type-of-business.model.d-ti.ts +15 -0
- package/lib/models/digicust/customsOffice.model.d-ti.ts +30 -0
- package/lib/models/digicust/declaration.model.d-ti.ts +17 -0
- package/lib/models/digicust/deferment-account.model.d-ti.ts +19 -0
- package/lib/models/digicust/digicust-document-type.enum.d-ti.ts +23 -0
- package/lib/models/digicust/digicust-document.model.d-ti.ts +44 -0
- package/lib/models/digicust/document-code.model.d-ti.ts +17 -0
- package/lib/models/digicust/document-status.enum.d-ti.ts +52 -0
- package/lib/models/digicust/documents/atlas-document-number.model.d-ti.ts +19 -0
- package/lib/models/digicust/documents/custom-document.model.d-ti.ts +14 -0
- package/lib/models/digicust/documents/digicust-document-type.enum.d-ti.ts +25 -0
- package/lib/models/digicust/documents/digicust-document.model.d-ti.ts +46 -0
- package/lib/models/digicust/documents/document-code.model.d-ti.ts +23 -0
- package/lib/models/digicust/documents/document-status.enum.d-ti.ts +52 -0
- package/lib/models/digicust/documents/email-document.model.d-ti.ts +19 -0
- package/lib/models/digicust/documents/export-declaration.model.d-ti.ts +33 -0
- package/lib/models/digicust/documents/index.d-ti.ts +11 -0
- package/lib/models/digicust/documents/invoice-language.enum.d-ti.ts +21 -0
- package/lib/models/digicust/documents/invoice-type.model.d-ti.ts +23 -0
- package/lib/models/digicust/documents/invoice.model.d-ti.ts +67 -0
- package/lib/models/digicust/documents/line-item-containing-document.d-ti.ts +16 -0
- package/lib/models/digicust/documents/packing-list.model.d-ti.ts +41 -0
- package/lib/models/digicust/documents/preliminary-documents/atb.model.d-ti.ts +17 -0
- package/lib/models/digicust/documents/preliminary-documents/atb.model.d.ts +3 -0
- package/lib/models/digicust/documents/preliminary-documents/index.d-ti.ts +11 -0
- package/lib/models/digicust/documents/preliminary-documents/preliminary-document.model.d-ti.ts +13 -0
- package/lib/models/digicust/documents/waybill-type.model.d-ti.ts +31 -0
- package/lib/models/digicust/documents/waybill.model.d-ti.ts +33 -0
- package/lib/models/digicust/environment.enum.d-ti.ts +15 -0
- package/lib/models/digicust/eori.model.d-ti.ts +16 -0
- package/lib/models/digicust/errors.model.d-ti.ts +19 -0
- package/lib/models/digicust/event/event.model.d-ti.ts +72 -0
- package/lib/models/digicust/event/index.d-ti.ts +11 -0
- package/lib/models/digicust/event.model.d-ti.ts +72 -0
- package/lib/models/digicust/execution-strategy/execution-strategy.model.d-ti.ts +102 -0
- package/lib/models/digicust/execution-strategy/index.d-ti.ts +11 -0
- package/lib/models/digicust/execution-strategy.model.d-ti.ts +101 -0
- package/lib/models/digicust/execution-strategy.model.d.ts +2 -0
- package/lib/models/digicust/execution-strategy.model.js +11 -9
- package/lib/models/digicust/extractions/extraction-grid.model.d-ti.ts +34 -0
- package/lib/models/digicust/extractions/extraction.model.d-ti.ts +78 -0
- package/lib/models/digicust/extractions/index.d-ti.ts +11 -0
- package/lib/models/digicust/frontend/dialog-window.model.d-ti.ts +16 -0
- package/lib/models/digicust/frontend/extra-styles.model.d-ti.ts +15 -0
- package/lib/models/digicust/frontend/field-type.enum.d-ti.ts +21 -0
- package/lib/models/digicust/frontend/filter.enum.d-ti.ts +19 -0
- package/lib/models/digicust/frontend/frontend-big-section.model.d-ti.ts +22 -0
- package/lib/models/digicust/frontend/frontend-fields.model.d-ti.ts +20 -0
- package/lib/models/digicust/frontend/frontend-group.model.d-ti.ts +16 -0
- package/lib/models/digicust/frontend/frontend-mapping.model.d-ti.ts +14 -0
- package/lib/models/digicust/frontend/frontend-small-section.mode.d-ti.ts +19 -0
- package/lib/models/digicust/frontend/index.d-ti.ts +11 -0
- package/lib/models/digicust/frontend/prefix.enum.d-ti.ts +16 -0
- package/lib/models/digicust/frontend/section-type.enum.d-ti.ts +23 -0
- package/lib/models/digicust/frontend/sort.enum.d-ti.ts +15 -0
- package/lib/models/digicust/frontend-big-section.model.d-ti.ts +22 -0
- package/lib/models/digicust/frontend-group.model.d-ti.ts +16 -0
- package/lib/models/digicust/frontend-mapping.model.d-ti.ts +14 -0
- package/lib/models/digicust/frontend-small-section.mode.d-ti.ts +19 -0
- package/lib/models/digicust/hs-code-mapping.d-ti.ts +34 -0
- package/lib/models/digicust/incoterm.enum.d-ti.ts +25 -0
- package/lib/models/digicust/incoterm.enum.d.ts +17 -0
- package/lib/models/digicust/incoterm.enum.js +21 -0
- package/lib/models/digicust/incoterm.model.d-ti.ts +30 -0
- package/lib/models/digicust/index.d-ti.ts +11 -0
- package/lib/models/digicust/index.d.ts +1 -0
- package/lib/models/digicust/index.js +1 -0
- package/lib/models/digicust/invoice-type.model.d-ti.ts +18 -0
- package/lib/models/digicust/invoice.model.d-ti.ts +68 -0
- package/lib/models/digicust/line-item/index.d-ti.ts +11 -0
- package/lib/models/digicust/line-item/line-item.model.d-ti.ts +83 -0
- package/lib/models/digicust/line-item.model.d-ti.ts +82 -0
- package/lib/models/digicust/load-type.enum.d-ti.ts +19 -0
- package/lib/models/digicust/masterdata/index.d-ti.ts +11 -0
- package/lib/models/digicust/masterdata/matching-metadata.model.d-ti.ts +18 -0
- package/lib/models/digicust/masterdata/material-match-input.d-ti.ts +19 -0
- package/lib/models/digicust/masterdata/material-match-result.d-ti.ts +22 -0
- package/lib/models/digicust/masterdata/material.model.d-ti.ts +100 -0
- package/lib/models/digicust/masterdata/pseudo-stakeholder.d-ti.ts +16 -0
- package/lib/models/digicust/masterdata/scoring-algorithm-type.enum.d-ti.ts +16 -0
- package/lib/models/digicust/masterdata/stakeholder-match-input.d-ti.ts +18 -0
- package/lib/models/digicust/masterdata/stakeholder-match-result.d-ti.ts +25 -0
- package/lib/models/digicust/masterdata/stakeholder-matching-method.enum.d-ti.ts +18 -0
- package/lib/models/digicust/masterdata/stakeholder-role.enum.d-ti.ts +22 -0
- package/lib/models/digicust/masterdata/stakeholder-type.enum.d-ti.ts +23 -0
- package/lib/models/digicust/masterdata/stakeholder-type.enum.d.ts +12 -0
- package/lib/models/digicust/masterdata/stakeholder-type.enum.js +16 -0
- package/lib/models/digicust/masterdata/stakeholder.model.d-ti.ts +43 -0
- package/lib/models/digicust/masterdata/string-scoring-algorithm-type.enum.d-ti.ts +17 -0
- package/lib/models/digicust/masterdata/string-scoring-details.d-ti.ts +13 -0
- package/lib/models/digicust/masterdata/user-edited-properties.type.d-ti.ts +13 -0
- package/lib/models/digicust/mean-of-transportation.model.d-ti.ts +42 -0
- package/lib/models/digicust/measures/address.model.d-ti.ts +29 -0
- package/lib/models/digicust/measures/date.model.d-ti.ts +15 -0
- package/lib/models/digicust/measures/dimensions/dimensions-unit.enum.d-ti.ts +18 -0
- package/lib/models/digicust/measures/dimensions/dimensions.model.d-ti.ts +17 -0
- package/lib/models/digicust/measures/dimensions/index.d-ti.ts +11 -0
- package/lib/models/digicust/measures/index.d-ti.ts +11 -0
- package/lib/models/digicust/measures/language.model.d-ti.ts +14 -0
- package/lib/models/digicust/measures/money/currency.enum.d-ti.ts +192 -0
- package/lib/models/digicust/measures/money/index.d-ti.ts +11 -0
- package/lib/models/digicust/measures/money/money.model.d-ti.ts +16 -0
- package/lib/models/digicust/measures/person.model.d-ti.ts +19 -0
- package/lib/models/digicust/measures/quantity.model.d-ti.ts +16 -0
- package/lib/models/digicust/measures/unit-of-measurement/index.d-ti.ts +11 -0
- package/lib/models/digicust/measures/unit-of-measurement/unit-of-measurement.d-ti.ts +20 -0
- package/lib/models/digicust/measures/unit-of-measurement/uom.enum.d-ti.ts +50 -0
- package/lib/models/digicust/measures/weight/index.d-ti.ts +11 -0
- package/lib/models/digicust/measures/weight/weight-unit.enum.d-ti.ts +21 -0
- package/lib/models/digicust/measures/weight/weight.model.d-ti.ts +15 -0
- package/lib/models/digicust/membership.model.d-ti.ts +18 -0
- package/lib/models/digicust/meta/bbox.model.d-ti.ts +18 -0
- package/lib/models/digicust/meta/fuzzy-input.d-ti.ts +15 -0
- package/lib/models/digicust/meta/index.d-ti.ts +11 -0
- package/lib/models/digicust/meta/meta.d-ti.ts +22 -0
- package/lib/models/digicust/meta/workflow.d-ti.ts +18 -0
- package/lib/models/digicust/module/index.d-ti.ts +11 -0
- package/lib/models/digicust/module/module.model.d-ti.ts +62 -0
- package/lib/models/digicust/module.model.d-ti.ts +62 -0
- package/lib/models/digicust/multerfile.model.d-ti.ts +19 -0
- package/lib/models/digicust/notification/index.d-ti.ts +11 -0
- package/lib/models/digicust/notification/notifications.model.d-ti.ts +21 -0
- package/lib/models/digicust/notification.model.d-ti.ts +21 -0
- package/lib/models/digicust/notification.model.d.ts +13 -0
- package/lib/models/digicust/notification.model.js +2 -0
- package/lib/models/digicust/notifications.model.d-ti.ts +21 -0
- package/lib/models/digicust/operationType.enum.d-ti.ts +26 -0
- package/lib/models/digicust/package.model.d-ti.ts +27 -0
- package/lib/models/digicust/packingList.model.d-ti.ts +41 -0
- package/lib/models/digicust/preference-state.model.d-ti.ts +30 -0
- package/lib/models/digicust/procedure.model.d-ti.ts +25 -0
- package/lib/models/digicust/project.model.d-ti.ts +38 -0
- package/lib/models/digicust/queue/extractions/extraction-grid.model.d-ti.ts +34 -0
- package/lib/models/digicust/queue/extractions/extraction.model.d-ti.ts +78 -0
- package/lib/models/digicust/queue/extractions/index.d-ti.ts +11 -0
- package/lib/models/digicust/queue/index.d-ti.ts +11 -0
- package/lib/models/digicust/queue/queue-fields.model.d-ti.ts +24 -0
- package/lib/models/digicust/queue/queue.model.d-ti.ts +30 -0
- package/lib/models/digicust/queue-fields.model.d-ti.ts +24 -0
- package/lib/models/digicust/queue.model.d-ti.ts +30 -0
- package/lib/models/digicust/read-lock.model.d-ti.ts +18 -0
- package/lib/models/digicust/report.model.d-ti.ts +16 -0
- package/lib/models/digicust/settings/customsTariffNumberNormalizationSettings.d-ti.ts +16 -0
- package/lib/models/digicust/settings/index.d-ti.ts +11 -0
- package/lib/models/digicust/shipping-type.model.d-ti.ts +37 -0
- package/lib/models/digicust/shipping-type.model.d.ts +25 -0
- package/lib/models/digicust/shipping-type.model.js +21 -0
- package/lib/models/digicust/special-measure.model.d-ti.ts +15 -0
- package/lib/models/digicust/stats-case.model.d-ti.ts +19 -0
- package/lib/models/digicust/submission-case-model.d-ti.ts +15 -0
- package/lib/models/digicust/submission-case-model.d.ts +8 -0
- package/lib/models/digicust/submission-case-model.js +2 -0
- package/lib/models/digicust/subscription-info.model.d-ti.ts +22 -0
- package/lib/models/digicust/subscription.model.d-ti.ts +18 -0
- package/lib/models/digicust/tax-details.model.d-ti.ts +17 -0
- package/lib/models/digicust/transit-item.model.d-ti.ts +31 -0
- package/lib/models/digicust/transportation/container.model.d-ti.ts +15 -0
- package/lib/models/digicust/transportation/cost-intersection.model.d-ti.ts +29 -0
- package/lib/models/digicust/transportation/incoterm.model.d-ti.ts +30 -0
- package/lib/models/digicust/transportation/index.d-ti.ts +11 -0
- package/lib/models/digicust/transportation/load-type.enum.d-ti.ts +19 -0
- package/lib/models/digicust/transportation/mean-of-transportation.model.d-ti.ts +44 -0
- package/lib/models/digicust/transportation/package-type.model.d-ti.ts +17 -0
- package/lib/models/digicust/transportation/package.model.d-ti.ts +27 -0
- package/lib/models/digicust/type-of-business.enum.d-ti.ts +34 -0
- package/lib/models/digicust/type-of-business.model.d-ti.ts +15 -0
- package/lib/models/digicust/uploaded-file.model.d-ti.ts +18 -0
- package/lib/models/digicust/user/index.d-ti.ts +11 -0
- package/lib/models/digicust/user/membership.model.d-ti.ts +18 -0
- package/lib/models/digicust/user/user.model.d-ti.ts +26 -0
- package/lib/models/digicust/user.model.d-ti.ts +26 -0
- package/lib/models/digicust/waybill-type.model.d-ti.ts +26 -0
- package/lib/models/digicust/waybill.model.d-ti.ts +35 -0
- package/lib/models/index.d-ti.ts +11 -0
- package/lib/models/ml/dexter/index.d-ti.ts +11 -0
- package/lib/models/ml/dexter/text-detection.model.d-ti.ts +13 -0
- package/lib/models/ml/index.d-ti.ts +11 -0
- package/lib/models/ml/machine-learning-model.model.d-ti.ts +19 -0
- package/lib/models/rossum/index.d-ti.ts +11 -0
- package/lib/models/rossum/rossum-annotation-changed-event.dto.d-ti.ts +17 -0
- package/lib/models/rossum/rossum-annotation-data.model.d-ti.ts +31 -0
- package/lib/models/rossum/rossum-document-data.model.d-ti.ts +23 -0
- package/lib/models/rossum/rossum-embedded-response.model.d-ti.ts +14 -0
- package/lib/models/rossum/rossum-import-status.enum.d-ti.ts +25 -0
- package/lib/models/rossum/rossum-login-response.model.d-ti.ts +14 -0
- package/lib/models/rossum/rossum-paginated-annotations.model.d-ti.ts +15 -0
- package/lib/models/rossum/rossum-paginated-documents.model.d-ti.ts +15 -0
- package/lib/models/rossum/rossum-pagination.model.d-ti.ts +17 -0
- package/lib/models/rossum/rossum-result-content.dto.d-ti.ts +16 -0
- package/lib/models/rossum/rossum-result-node.dto.d-ti.ts +24 -0
- package/lib/models/rossum/rossum-start-analyze.dto.d-ti.ts +16 -0
- package/lib/start-dakosy-submission.dto.d-ti.ts +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Incoterm = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incoterms give information on transport conditions in international trade
|
|
6
|
+
*/
|
|
7
|
+
var Incoterm;
|
|
8
|
+
(function (Incoterm) {
|
|
9
|
+
Incoterm["EXW"] = "EXW";
|
|
10
|
+
Incoterm["FAS"] = "FAS";
|
|
11
|
+
Incoterm["FCA"] = "FCA";
|
|
12
|
+
Incoterm["FOB"] = "FOB";
|
|
13
|
+
Incoterm["CFR"] = "CFR";
|
|
14
|
+
Incoterm["CIF"] = "CIF";
|
|
15
|
+
Incoterm["CIP"] = "CIP";
|
|
16
|
+
Incoterm["CPT"] = "CPT";
|
|
17
|
+
Incoterm["DAP"] = "DAP";
|
|
18
|
+
Incoterm["DPU"] = "DPU";
|
|
19
|
+
Incoterm["DAT"] = "DAT";
|
|
20
|
+
Incoterm["DDP"] = "DDP";
|
|
21
|
+
})(Incoterm = exports.Incoterm || (exports.Incoterm = {}));
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const IncotermModel = t.iface(["Meta"], {
|
|
8
|
+
"text": t.opt("string"),
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
export const Incoterm = t.enumtype({
|
|
12
|
+
"EXW": "EXW",
|
|
13
|
+
"FAS": "FAS",
|
|
14
|
+
"FCA": "FCA",
|
|
15
|
+
"FOB": "FOB",
|
|
16
|
+
"CFR": "CFR",
|
|
17
|
+
"CIF": "CIF",
|
|
18
|
+
"CIP": "CIP",
|
|
19
|
+
"CPT": "CPT",
|
|
20
|
+
"DAP": "DAP",
|
|
21
|
+
"DPU": "DPU",
|
|
22
|
+
"DAT": "DAT",
|
|
23
|
+
"DDP": "DDP",
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
27
|
+
IncotermModel,
|
|
28
|
+
Incoterm,
|
|
29
|
+
};
|
|
30
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const InvoiceType = t.iface(["Meta"], {
|
|
8
|
+
"value": t.opt(t.union(t.lit("tax_invoice"), t.lit("proforma"))),
|
|
9
|
+
"NC_24000": t.opt("string"),
|
|
10
|
+
"Dokumentenarten": t.opt("string"),
|
|
11
|
+
"DE_I0200": t.opt("string"),
|
|
12
|
+
"DE_I0200_Bereich": t.opt("string"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
InvoiceType,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const InvoiceModel = t.iface(["DigicustDocumentModel"], {
|
|
8
|
+
"createdAt": t.opt("Date"),
|
|
9
|
+
"invoiceNumber": t.opt("any"),
|
|
10
|
+
"waybillNumber": t.opt("any"),
|
|
11
|
+
"invoiceType": t.opt("InvoiceType"),
|
|
12
|
+
"language": t.opt("LanguageModel"),
|
|
13
|
+
"invoiceDate": t.opt("DateTimeModel"),
|
|
14
|
+
"sellerOrderNumber": t.opt("any"),
|
|
15
|
+
"buyerOrderNumber": t.opt("any"),
|
|
16
|
+
"referenceNumber": t.opt("any"),
|
|
17
|
+
"deliveryNote": t.opt("any"),
|
|
18
|
+
"packingList": t.opt("any"),
|
|
19
|
+
"meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
|
|
20
|
+
"typeOfBusiness": t.opt("TypeOfBusiness"),
|
|
21
|
+
"incoterm": t.opt("IncotermModel"),
|
|
22
|
+
"placeIncoterm": t.opt("AddressModel"),
|
|
23
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
24
|
+
"generalHsCode": t.opt("any"),
|
|
25
|
+
"generalGoodsDescription": t.opt("any"),
|
|
26
|
+
"CAS": t.opt("any"),
|
|
27
|
+
"dualUseApprovalNumber": t.opt("any"),
|
|
28
|
+
"substanceCharacteristics": t.opt("any"),
|
|
29
|
+
"intendedApplication": t.opt("any"),
|
|
30
|
+
"tradePreference": t.opt("TradePreference"),
|
|
31
|
+
"preferenceInformation": t.opt("any"),
|
|
32
|
+
"typeOfPackage": t.opt("PackageType"),
|
|
33
|
+
"weight": t.opt("Weight"),
|
|
34
|
+
"netWeight": t.opt("Weight"),
|
|
35
|
+
"weightUnit": t.opt("any"),
|
|
36
|
+
"packageDimensions": t.opt("Dimensions"),
|
|
37
|
+
"numberOfShipments": t.opt("any"),
|
|
38
|
+
"packages": t.opt(t.array("Package")),
|
|
39
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
40
|
+
"totalValueWithoutTax": t.opt("Money"),
|
|
41
|
+
"totalTax": t.opt("Money"),
|
|
42
|
+
"licenseFee": t.opt("Money"),
|
|
43
|
+
"otherPayments": t.opt("Money"),
|
|
44
|
+
"shippingCost": t.opt("Money"),
|
|
45
|
+
"packagingCosts": t.opt("Money"),
|
|
46
|
+
"totalValue": t.opt("Money"),
|
|
47
|
+
"customsValue": t.opt("Money"),
|
|
48
|
+
"discount": t.opt("Money"),
|
|
49
|
+
"insuranceCosts": t.opt("Money"),
|
|
50
|
+
"currency": t.opt("any"),
|
|
51
|
+
"taxDetails": t.opt(t.array("TaxDetailsModel")),
|
|
52
|
+
"paymentAccountNumber": t.opt("any"),
|
|
53
|
+
"paymentBankCode": t.opt("any"),
|
|
54
|
+
"paymentIBAN": t.opt("any"),
|
|
55
|
+
"paymentBIC": t.opt("any"),
|
|
56
|
+
"dueDate": t.opt("DateTimeModel"),
|
|
57
|
+
"items": t.opt(t.array("LineItemModel")),
|
|
58
|
+
"itemIds": t.opt(t.array("string")),
|
|
59
|
+
"shipper": t.opt("CompanyModel"),
|
|
60
|
+
"recipient": t.opt("CompanyModel"),
|
|
61
|
+
"consignee": t.opt("CompanyModel"),
|
|
62
|
+
"beneficiary": t.opt("CompanyModel"),
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
66
|
+
InvoiceModel,
|
|
67
|
+
};
|
|
68
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LineItemModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"documentId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"isCondensed": t.opt("boolean"),
|
|
12
|
+
"invoiceNumber": t.opt("any"),
|
|
13
|
+
"waybillNumber": t.opt("any"),
|
|
14
|
+
"transitNumber": t.opt("any"),
|
|
15
|
+
"box40": t.opt("any"),
|
|
16
|
+
"guaranteeNumber": t.opt("any"),
|
|
17
|
+
"billOfLading": t.opt("any"),
|
|
18
|
+
"customsTariffNumber": t.opt("CustomsTariffNumber"),
|
|
19
|
+
"discountText": t.opt("string"),
|
|
20
|
+
"position": t.opt("any"),
|
|
21
|
+
"code": t.opt("any"),
|
|
22
|
+
"hsCode": t.opt("any"),
|
|
23
|
+
"batchNumber": t.opt("any"),
|
|
24
|
+
"lotNumber": t.opt("any"),
|
|
25
|
+
"serialNumber": t.opt("any"),
|
|
26
|
+
"orderNumber": t.opt("any"),
|
|
27
|
+
"description": t.opt("any"),
|
|
28
|
+
"documentDescription": t.opt("any"),
|
|
29
|
+
"quantity": t.opt("Quantity"),
|
|
30
|
+
"orderedQuantity": t.opt("Quantity"),
|
|
31
|
+
"unitOfMeasurement": t.opt("UnitOfMeasurement"),
|
|
32
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
33
|
+
"itemValue": t.opt("Money"),
|
|
34
|
+
"totalValue": t.opt("Money"),
|
|
35
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
36
|
+
"customsValue": t.opt("Money"),
|
|
37
|
+
"statisticalValue": t.opt("Money"),
|
|
38
|
+
"amountUnit": t.opt("any"),
|
|
39
|
+
"discount": t.opt("Money"),
|
|
40
|
+
"discountUnit": t.opt("any"),
|
|
41
|
+
"currency": t.opt("any"),
|
|
42
|
+
"netWeight": t.opt("Weight"),
|
|
43
|
+
"totalNetWeight": t.opt("Weight"),
|
|
44
|
+
"grossWeight": t.opt("Weight"),
|
|
45
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
46
|
+
"weightUnit": t.opt("any"),
|
|
47
|
+
"itemSize": t.opt("any"),
|
|
48
|
+
"itemSpecialUnitMeasure": t.opt("any"),
|
|
49
|
+
"itemSpecialUnit": t.opt("UnitOfMeasurement"),
|
|
50
|
+
"buyerArticleNumber": t.opt("any"),
|
|
51
|
+
"buyerOrderNumber": t.opt("any"),
|
|
52
|
+
"material": t.opt("any"),
|
|
53
|
+
"materialNumber": t.opt("any"),
|
|
54
|
+
"CAS": t.opt("any"),
|
|
55
|
+
"deliveryNote": t.opt("any"),
|
|
56
|
+
"reference": t.opt("any"),
|
|
57
|
+
"packingList": t.opt("any"),
|
|
58
|
+
"units": t.opt(t.array(t.iface([], {
|
|
59
|
+
"number": t.opt("number"),
|
|
60
|
+
"type": t.opt("string"),
|
|
61
|
+
}))),
|
|
62
|
+
"preferenceState": t.opt("PreferenceState"),
|
|
63
|
+
"documents": t.opt(t.array("DigicustDocumentModel")),
|
|
64
|
+
"adjustments": t.opt(t.array("Adjustment")),
|
|
65
|
+
"containers": t.opt(t.array("Container")),
|
|
66
|
+
"shipper": "CompanyModel",
|
|
67
|
+
"exportingCountry": "AddressModel",
|
|
68
|
+
"destinationCountry": "AddressModel",
|
|
69
|
+
"customsProcedure": t.opt("Procedure"),
|
|
70
|
+
"documentTypes": t.opt(t.array("DocumentTypeCode")),
|
|
71
|
+
"preliminaryDocument": t.opt("any"),
|
|
72
|
+
"specialRemarks": t.opt(t.array("any")),
|
|
73
|
+
"packages": t.opt(t.array("Package")),
|
|
74
|
+
"materialId": t.opt("string"),
|
|
75
|
+
"creationType": t.opt("MasterDataCreationType"),
|
|
76
|
+
"bbox": t.opt("Bbox"),
|
|
77
|
+
"matchingMetadata": t.opt("any"),
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
81
|
+
LineItemModel,
|
|
82
|
+
};
|
|
83
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LineItemModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"documentId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"isCondensed": t.opt("boolean"),
|
|
12
|
+
"invoiceNumber": t.opt("any"),
|
|
13
|
+
"waybillNumber": t.opt("any"),
|
|
14
|
+
"transitNumber": t.opt("any"),
|
|
15
|
+
"box40": t.opt("any"),
|
|
16
|
+
"guaranteeNumber": t.opt("any"),
|
|
17
|
+
"billOfLading": t.opt("any"),
|
|
18
|
+
"customsTariffNumber": t.opt("CustomsTariffNumber"),
|
|
19
|
+
"discountText": t.opt("string"),
|
|
20
|
+
"position": t.opt("any"),
|
|
21
|
+
"code": t.opt("any"),
|
|
22
|
+
"hsCode": t.opt("any"),
|
|
23
|
+
"batchNumber": t.opt("any"),
|
|
24
|
+
"lotNumber": t.opt("any"),
|
|
25
|
+
"serialNumber": t.opt("any"),
|
|
26
|
+
"orderNumber": t.opt("any"),
|
|
27
|
+
"description": t.opt("any"),
|
|
28
|
+
"documentDescription": t.opt("any"),
|
|
29
|
+
"quantity": t.opt("Quantity"),
|
|
30
|
+
"orderedQuantity": t.opt("Quantity"),
|
|
31
|
+
"unitOfMeasurement": t.opt("UnitOfMeasurement"),
|
|
32
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
33
|
+
"itemValue": t.opt("Money"),
|
|
34
|
+
"totalValue": t.opt("Money"),
|
|
35
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
36
|
+
"customsValue": t.opt("Money"),
|
|
37
|
+
"amountUnit": t.opt("any"),
|
|
38
|
+
"discount": t.opt("Money"),
|
|
39
|
+
"discountUnit": t.opt("any"),
|
|
40
|
+
"currency": t.opt("any"),
|
|
41
|
+
"netWeight": t.opt("Weight"),
|
|
42
|
+
"totalNetWeight": t.opt("Weight"),
|
|
43
|
+
"grossWeight": t.opt("Weight"),
|
|
44
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
45
|
+
"weightUnit": t.opt("any"),
|
|
46
|
+
"itemSize": t.opt("any"),
|
|
47
|
+
"itemSpecialUnitMeasure": t.opt("any"),
|
|
48
|
+
"itemSpecialUnit": t.opt("UnitOfMeasurement"),
|
|
49
|
+
"buyerArticleNumber": t.opt("any"),
|
|
50
|
+
"buyerOrderNumber": t.opt("any"),
|
|
51
|
+
"material": t.opt("any"),
|
|
52
|
+
"materialNumber": t.opt("any"),
|
|
53
|
+
"CAS": t.opt("any"),
|
|
54
|
+
"deliveryNote": t.opt("any"),
|
|
55
|
+
"reference": t.opt("any"),
|
|
56
|
+
"packingList": t.opt("any"),
|
|
57
|
+
"units": t.opt(t.array(t.iface([], {
|
|
58
|
+
"number": t.opt("number"),
|
|
59
|
+
"type": t.opt("string"),
|
|
60
|
+
}))),
|
|
61
|
+
"preferenceState": t.opt("PreferenceState"),
|
|
62
|
+
"documents": t.opt(t.array("DigicustDocumentModel")),
|
|
63
|
+
"adjustments": t.opt(t.array("Adjustment")),
|
|
64
|
+
"containers": t.opt(t.array("Container")),
|
|
65
|
+
"shipper": "CompanyModel",
|
|
66
|
+
"exportingCountry": "AddressModel",
|
|
67
|
+
"destinationCountry": "AddressModel",
|
|
68
|
+
"customsProcedure": t.opt("Procedure"),
|
|
69
|
+
"documentTypes": t.opt(t.array("DocumentTypeCode")),
|
|
70
|
+
"preliminaryDocument": t.opt("any"),
|
|
71
|
+
"specialRemarks": t.opt(t.array("any")),
|
|
72
|
+
"packages": t.opt(t.array("Package")),
|
|
73
|
+
"materialId": t.opt("string"),
|
|
74
|
+
"creationType": t.opt("MasterDataCreationType"),
|
|
75
|
+
"bbox": t.opt("Bbox"),
|
|
76
|
+
"matchingMetadata": t.opt("any"),
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
80
|
+
LineItemModel,
|
|
81
|
+
};
|
|
82
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LoadType = t.enumtype({
|
|
8
|
+
"CEP": "CEP",
|
|
9
|
+
"FCL": "FCL",
|
|
10
|
+
"LCL": "LCL",
|
|
11
|
+
"FTL": "FTL",
|
|
12
|
+
"LTL": "LTL",
|
|
13
|
+
"Bulk": "Bulk",
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
LoadType,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const MatchingMetadataModel = t.iface([], {
|
|
8
|
+
"input": "T",
|
|
9
|
+
"usedMatcher": "string",
|
|
10
|
+
"matchScore": "number",
|
|
11
|
+
"matchResult": "S",
|
|
12
|
+
"stringScoring": t.opt("StringScoringDetails"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
MatchingMetadataModel,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const MaterialMatchInput = t.iface([], {
|
|
8
|
+
"materialNumber": t.opt("string"),
|
|
9
|
+
"code": t.opt("string"),
|
|
10
|
+
"buyerArticleNumber": t.opt("string"),
|
|
11
|
+
"buyerOrderNumber": t.opt("string"),
|
|
12
|
+
"reference": t.opt("string"),
|
|
13
|
+
"shipperId": t.opt("string"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
MaterialMatchInput,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const MaterialMatchResult = t.iface([], {
|
|
8
|
+
"matchesCode": t.opt("boolean"),
|
|
9
|
+
"matchesCodeUserEdited": t.opt("boolean"),
|
|
10
|
+
"matchesMaterialNumber": t.opt("boolean"),
|
|
11
|
+
"matchesMaterialNumberUserEdited": t.opt("boolean"),
|
|
12
|
+
"matchesBuyerOrderNumberUserEdited": t.opt("boolean"),
|
|
13
|
+
"matchesBuyerArticleNumber": t.opt("boolean"),
|
|
14
|
+
"matchesBuyerArticleNumberUserEdited": t.opt("boolean"),
|
|
15
|
+
"matchesShipper": t.opt("boolean"),
|
|
16
|
+
"hasAnyUserEditedProperties": t.opt("boolean"),
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
20
|
+
MaterialMatchResult,
|
|
21
|
+
};
|
|
22
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const ItemPrice = t.iface([], {
|
|
8
|
+
"price": t.opt("Money"),
|
|
9
|
+
"priceDate": t.opt("DateTimeModel"),
|
|
10
|
+
"recipientId": t.opt("string"),
|
|
11
|
+
"shipperId": t.opt("string"),
|
|
12
|
+
"documentId": t.opt("string"),
|
|
13
|
+
"forQuantity": t.opt("Quantity"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export const DocumentTypeCode = t.iface([], {
|
|
17
|
+
"code": t.opt("string"),
|
|
18
|
+
"isAvailable": t.opt("boolean"),
|
|
19
|
+
"referenceNumber": t.opt("string"),
|
|
20
|
+
"issuingDate": t.opt("DateTimeModel"),
|
|
21
|
+
"validityDate": t.opt("DateTimeModel"),
|
|
22
|
+
"deductionAmount": t.opt("Quantity"),
|
|
23
|
+
"qualifier": t.opt("string"),
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export const ItemCountryOfOrigin = t.iface([], {
|
|
27
|
+
"country": t.opt("any"),
|
|
28
|
+
"documentId": t.opt("string"),
|
|
29
|
+
"recipientId": t.opt("string"),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export const Meursing = t.iface(["Meta"], {
|
|
33
|
+
"milkfat": t.opt("any"),
|
|
34
|
+
"protein": t.opt("any"),
|
|
35
|
+
"starch": t.opt("any"),
|
|
36
|
+
"saccharose": t.opt("any"),
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
export const MasterDataCreationType = t.enumtype({
|
|
40
|
+
"manual": "manual",
|
|
41
|
+
"processed": "processed",
|
|
42
|
+
"file": "file",
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
export const MaterialModel = t.iface([], {
|
|
46
|
+
"id": t.opt("string"),
|
|
47
|
+
"customerId": t.opt("string"),
|
|
48
|
+
"projectId": t.opt("string"),
|
|
49
|
+
"creationType": t.opt("MasterDataCreationType"),
|
|
50
|
+
"description": t.opt("any"),
|
|
51
|
+
"documentDescription": t.opt("any"),
|
|
52
|
+
"materialNumber": t.opt("any"),
|
|
53
|
+
"code": t.opt("any"),
|
|
54
|
+
"buyerArticleNumber": t.opt("any"),
|
|
55
|
+
"buyerOrderNumber": t.opt("any"),
|
|
56
|
+
"customsLaw": t.opt(t.iface([], {
|
|
57
|
+
"customsTariffNumber": t.opt(t.intersection("CustomsTariffNumber", "any")),
|
|
58
|
+
"procedure": t.opt("any"),
|
|
59
|
+
"typeOfBusiness": t.opt("any"),
|
|
60
|
+
"preferences": t.opt(t.array("any")),
|
|
61
|
+
})),
|
|
62
|
+
"netWeight": t.opt(t.intersection("Weight", "any")),
|
|
63
|
+
"grossWeight": t.opt(t.intersection("Weight", "any")),
|
|
64
|
+
"dimensions": t.opt(t.intersection("Dimensions", "any")),
|
|
65
|
+
"shipper": t.opt("string"),
|
|
66
|
+
"shipperId": t.opt("string"),
|
|
67
|
+
"recipients": t.opt(t.array(t.iface([], {
|
|
68
|
+
"id": "string",
|
|
69
|
+
"name": "string",
|
|
70
|
+
}))),
|
|
71
|
+
"unitOfMeasurement": t.opt("any"),
|
|
72
|
+
"documentTypeCodes": t.opt(t.array(t.intersection("DocumentCode", t.iface([], {
|
|
73
|
+
"procedure": t.opt(t.union("ProcedureMode", t.lit("any"))),
|
|
74
|
+
"reference": t.opt("string"),
|
|
75
|
+
}), "any"))),
|
|
76
|
+
"CAS": t.opt("any"),
|
|
77
|
+
"units": t.opt(t.array("any")),
|
|
78
|
+
"meursing": t.opt(t.array("Meursing")),
|
|
79
|
+
"countryOfOriginHistory": t.opt(t.array("ItemCountryOfOrigin")),
|
|
80
|
+
"itemPrice": t.opt(t.intersection("Money", "any")),
|
|
81
|
+
"priceHistory": t.opt(t.array("ItemPrice")),
|
|
82
|
+
"customProperties": t.opt(t.iface([], {
|
|
83
|
+
})),
|
|
84
|
+
"hasAnyUserEditedProperties": t.opt("boolean"),
|
|
85
|
+
"meta": t.opt(t.iface([], {
|
|
86
|
+
"version": t.opt("number"),
|
|
87
|
+
"userCreated": t.opt("boolean"),
|
|
88
|
+
"userEdited": t.opt("boolean"),
|
|
89
|
+
})),
|
|
90
|
+
});
|
|
91
|
+
|
|
92
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
93
|
+
ItemPrice,
|
|
94
|
+
DocumentTypeCode,
|
|
95
|
+
ItemCountryOfOrigin,
|
|
96
|
+
Meursing,
|
|
97
|
+
MasterDataCreationType,
|
|
98
|
+
MaterialModel,
|
|
99
|
+
};
|
|
100
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const PseudoStakeholderModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"hash": t.opt("number"),
|
|
10
|
+
"pseudoValue": t.opt("string"),
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
14
|
+
PseudoStakeholderModel,
|
|
15
|
+
};
|
|
16
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const ScoringAlgorithmType = t.enumtype({
|
|
8
|
+
"Exact": "exact",
|
|
9
|
+
"JaroWrinkler": "jaro-wrinkler",
|
|
10
|
+
"CosineSimilarity": "cosine-similarity",
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
14
|
+
ScoringAlgorithmType,
|
|
15
|
+
};
|
|
16
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const StakeholderMatchInput = t.iface([], {
|
|
8
|
+
"name": t.opt("string"),
|
|
9
|
+
"EORI": t.opt("string"),
|
|
10
|
+
"VAT": t.opt("string"),
|
|
11
|
+
"country": t.opt("string"),
|
|
12
|
+
"address": t.opt("AddressModel"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
StakeholderMatchInput,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const StakeholderMatchResult = t.iface([], {
|
|
8
|
+
"matchesEORI": t.opt("boolean"),
|
|
9
|
+
"matchesVAT": t.opt("boolean"),
|
|
10
|
+
"matchesName": t.opt("boolean"),
|
|
11
|
+
"matchesCountry": t.opt("boolean"),
|
|
12
|
+
"matchesStreetNumber": t.opt("boolean"),
|
|
13
|
+
"matchesStreetName": t.opt("boolean"),
|
|
14
|
+
"matchesPostalCode": t.opt("boolean"),
|
|
15
|
+
"matchesLocality": t.opt("boolean"),
|
|
16
|
+
"matchesDistrict": t.opt("boolean"),
|
|
17
|
+
"matchesProvince": t.opt("boolean"),
|
|
18
|
+
"matchesProvinceCode": t.opt("boolean"),
|
|
19
|
+
"matchesPlusCode": t.opt("boolean"),
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
23
|
+
StakeholderMatchResult,
|
|
24
|
+
};
|
|
25
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const StakeholderMatchingMethod = t.enumtype({
|
|
8
|
+
"Unknown": 0,
|
|
9
|
+
"EORI": 1,
|
|
10
|
+
"VAT": 2,
|
|
11
|
+
"NameAndCountry": 4,
|
|
12
|
+
"FuzzyNameAndAddress": 8,
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
StakeholderMatchingMethod,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const StakeholderRole = t.enumtype({
|
|
8
|
+
"Shipper": "shipper",
|
|
9
|
+
"Recipient": "recipient",
|
|
10
|
+
"Consignee": "consignee",
|
|
11
|
+
"Importer": "importer",
|
|
12
|
+
"Declarant": "declarant",
|
|
13
|
+
"Broker": "broker",
|
|
14
|
+
"Buyer": "buyer",
|
|
15
|
+
"Carrier": "carrier",
|
|
16
|
+
"Warehouse": "warehouse",
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
20
|
+
StakeholderRole,
|
|
21
|
+
};
|
|
22
|
+
export default exportedTypeSuite;
|