digicust_types 1.7.248 → 1.7.249
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/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/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/waybill-type.model.d-ti.ts +31 -0
- package/lib/models/digicust/documents/waybill.model.d-ti.ts +37 -0
- package/lib/models/digicust/documents/waybill.model.d.ts +7 -3
- 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/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 +6 -3
|
@@ -0,0 +1,31 @@
|
|
|
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 TransitItemModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"documentId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"totalValue": t.opt("Money"),
|
|
12
|
+
"customsValue": t.opt("Money"),
|
|
13
|
+
"grossWeight": t.opt("Weight"),
|
|
14
|
+
"customsTariffNumber": t.opt("CustomsTariffNumber"),
|
|
15
|
+
"description": t.opt("any"),
|
|
16
|
+
"weight": t.opt("Weight"),
|
|
17
|
+
"netWeight": t.opt("Weight"),
|
|
18
|
+
"packingList": t.opt("any"),
|
|
19
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
20
|
+
"shipperCountry": t.opt("any"),
|
|
21
|
+
"destinationCountry": t.opt("any"),
|
|
22
|
+
"procedure": t.opt("Procedure"),
|
|
23
|
+
"containers": t.opt(t.array("Container")),
|
|
24
|
+
"preliminaryDocuments": t.opt(t.array("DigicustDocumentModel")),
|
|
25
|
+
"reference": t.opt("any"),
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
29
|
+
TransitItemModel,
|
|
30
|
+
};
|
|
31
|
+
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,34 @@
|
|
|
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 TypeOfBusinessType = t.enumtype({
|
|
8
|
+
"Purchase": "purchase",
|
|
9
|
+
"Sample": "sample",
|
|
10
|
+
"Barter": "barter",
|
|
11
|
+
"Leasing": "leasing",
|
|
12
|
+
"OtherBusinessWithTransferOfOwnershipOrCompensation": "otherPurchaseWithTransferOfOwnershipOrCompensation",
|
|
13
|
+
"Return": "return",
|
|
14
|
+
"Replacement": "replacement",
|
|
15
|
+
"Compensation": "compensation",
|
|
16
|
+
"OtherReplacementsOrCompensations": "otherReplacementOrCompensation",
|
|
17
|
+
"OtherBusinessWithTranferOwnershipWithoutCompensation": "otherPurchaseWithTranferOwnershipWithoutCompensation",
|
|
18
|
+
"ContractProcessingComingBackToOrigin": "contractProcessingComingBackToOrigin",
|
|
19
|
+
"ContractProcessingNotComingBackToOrigin": "contractProcessingNotComingBackToOrigin",
|
|
20
|
+
"Repair": "repair",
|
|
21
|
+
"AfterContractProcessingComingBackToOrigin": "afterContractProcessingComingBackToOrigin",
|
|
22
|
+
"AfterContractProcessingNotComingBackToOrigin": "afterContractProcessingNotComingBackToOrigin",
|
|
23
|
+
"AfterRepair": "afterRepair",
|
|
24
|
+
"SpecialNationalInterests": "specialNationalInterests",
|
|
25
|
+
"InternationalPrograms": "internationalPrograms",
|
|
26
|
+
"GeneralAgreement": "generalAgreement",
|
|
27
|
+
"OtherRentalBusiness": "otherRentalBusiness",
|
|
28
|
+
"OtherBusiness": "otherBusiness",
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
32
|
+
TypeOfBusinessType,
|
|
33
|
+
};
|
|
34
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,15 @@
|
|
|
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 TypeOfBusiness = t.iface(["Meta"], {
|
|
8
|
+
"NC_25000": t.opt("string"),
|
|
9
|
+
"DE_A1150": t.opt("string"),
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
13
|
+
TypeOfBusiness,
|
|
14
|
+
};
|
|
15
|
+
export default exportedTypeSuite;
|
|
@@ -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 CustomsOffice = t.iface(["Meta"], {
|
|
8
|
+
"code": t.opt("any"),
|
|
9
|
+
"officeType": t.opt("CustomsOfficeType"),
|
|
10
|
+
"address": t.opt("AddressModel"),
|
|
11
|
+
"name": t.opt("any"),
|
|
12
|
+
"conditional": t.opt(t.iface([], {
|
|
13
|
+
"meanOfTransportationMode": "MeanOfTransportationMode",
|
|
14
|
+
})),
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export const CustomsOfficeType = t.enumtype({
|
|
18
|
+
"entry": "Entry",
|
|
19
|
+
"exit": "Exit",
|
|
20
|
+
"export": "Export",
|
|
21
|
+
"transit": "Transit",
|
|
22
|
+
"import": "Import",
|
|
23
|
+
"declaration": "Declaration",
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
27
|
+
CustomsOffice,
|
|
28
|
+
CustomsOfficeType,
|
|
29
|
+
};
|
|
30
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 Declaration = t.iface([], {
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
export const DeclarationType1 = t.iface(["Declaration"], {
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
14
|
+
Declaration,
|
|
15
|
+
DeclarationType1,
|
|
16
|
+
};
|
|
17
|
+
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 DefermentAccount = t.iface(["Meta"], {
|
|
8
|
+
"A1190": t.opt(t.union(t.lit("10"), t.lit("15"), t.lit("20"))),
|
|
9
|
+
"A1080": t.opt(t.union(t.lit("E"), t.lit("F"))),
|
|
10
|
+
"EORI": t.opt("string"),
|
|
11
|
+
"code": t.opt("string"),
|
|
12
|
+
"accountNumber": t.opt("string"),
|
|
13
|
+
"BIN": t.opt("string"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
DefermentAccount,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 DigicustDocumentType = t.enumtype({
|
|
8
|
+
"Invoice": "invoice",
|
|
9
|
+
"Waybill": "waybill",
|
|
10
|
+
"PackingList": "packingList",
|
|
11
|
+
"TaxInvoice": "taxInvoice",
|
|
12
|
+
"CustomDocument": "customDocument",
|
|
13
|
+
"ItemListing": "itemListing",
|
|
14
|
+
"CostOverview": "costOverview",
|
|
15
|
+
"DeclarationOfOrigin": "declarationOfOrigin",
|
|
16
|
+
"PreferentialProofOfOrigin": "preferentialProofOfOrigin",
|
|
17
|
+
"ProofOfDirectTransport": "proofOfDirectTransport",
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
21
|
+
DigicustDocumentType,
|
|
22
|
+
};
|
|
23
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 DigicustDocumentModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"queueId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"projectId": t.opt("string"),
|
|
12
|
+
"customerId": t.opt("string"),
|
|
13
|
+
"extractId": t.opt("string"),
|
|
14
|
+
"fileName": t.opt("string"),
|
|
15
|
+
"documentType": t.opt("DigicustDocumentType"),
|
|
16
|
+
"documentCode": t.opt("DocumentCode"),
|
|
17
|
+
"documentStatus": t.opt("DocumentStatus"),
|
|
18
|
+
"userDocumentStatus": t.opt("UserDocumentStatus"),
|
|
19
|
+
"subDocumentStatus": t.opt("SubDocumentStatus"),
|
|
20
|
+
"classificationStatus": t.opt("ClassificationStatus"),
|
|
21
|
+
"processing": t.opt("ProcessingModel"),
|
|
22
|
+
"receivedAt": t.opt("Date"),
|
|
23
|
+
"code": t.opt("string"),
|
|
24
|
+
"reference": t.opt("string"),
|
|
25
|
+
"issueDate": t.opt("DateTimeModel"),
|
|
26
|
+
"isCondensed": t.opt("boolean"),
|
|
27
|
+
"analyzerMetadata": t.opt("AnalyzerMetadataModel"),
|
|
28
|
+
"modifiedBy": t.opt(t.iface([], {
|
|
29
|
+
"id": t.opt("String"),
|
|
30
|
+
"displayName": t.opt("String"),
|
|
31
|
+
"date": t.opt("Date"),
|
|
32
|
+
})),
|
|
33
|
+
"rossumMetadata": t.opt(t.iface([], {
|
|
34
|
+
"importStatus": t.opt("RossumImportStatus"),
|
|
35
|
+
"annotationId": t.opt("string"),
|
|
36
|
+
"queueId": t.opt("number"),
|
|
37
|
+
"exportOnConfirmed": t.opt("boolean"),
|
|
38
|
+
})),
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
42
|
+
DigicustDocumentModel,
|
|
43
|
+
};
|
|
44
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 DocumentCode = t.iface(["Meta"], {
|
|
8
|
+
"NC_24000": t.opt("string"),
|
|
9
|
+
"Dokumentenarten": t.opt("string"),
|
|
10
|
+
"DE_I0200": t.opt("string"),
|
|
11
|
+
"DE_I0200_Bereich": t.opt("string"),
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
15
|
+
DocumentCode,
|
|
16
|
+
};
|
|
17
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 DocumentStatus = t.enumtype({
|
|
8
|
+
"Initial": "initial",
|
|
9
|
+
"Processing": "processing",
|
|
10
|
+
"UserClassifying": "user-classifying",
|
|
11
|
+
"Extracting": "extracting",
|
|
12
|
+
"UserExtracting": "user-extracting",
|
|
13
|
+
"Error": "error",
|
|
14
|
+
"Finished": "finished",
|
|
15
|
+
"Review": "review",
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export const UserDocumentStatus = t.enumtype({
|
|
19
|
+
"Aborted": "aborted",
|
|
20
|
+
"Postponed": "postponed",
|
|
21
|
+
"Confirmed": "confirmed",
|
|
22
|
+
"Deleted": "deleted",
|
|
23
|
+
"Rejected": "rejected",
|
|
24
|
+
"Exported": "exported",
|
|
25
|
+
"Testing": "testing",
|
|
26
|
+
"Validate": "validate",
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
export const SubDocumentStatus = t.enumtype({
|
|
30
|
+
"manual": "manual",
|
|
31
|
+
"inProgress": "In Progress",
|
|
32
|
+
"completed": "completed",
|
|
33
|
+
"failed": "failed",
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export const ClassificationStatus = t.enumtype({
|
|
37
|
+
"Edit": "edit",
|
|
38
|
+
"OnHold": "onhold",
|
|
39
|
+
"Edited": "edited",
|
|
40
|
+
"Refused": "refused",
|
|
41
|
+
"Finished": "finished",
|
|
42
|
+
"Erased": "erased",
|
|
43
|
+
"OtherDocs": "otherdocs",
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
47
|
+
DocumentStatus,
|
|
48
|
+
UserDocumentStatus,
|
|
49
|
+
SubDocumentStatus,
|
|
50
|
+
ClassificationStatus,
|
|
51
|
+
};
|
|
52
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,14 @@
|
|
|
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 CustomDocumentModel = t.iface(["DigicustDocumentModel"], {
|
|
8
|
+
"documentType": t.enumlit("DigicustDocumentType", "CustomDocument"),
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
12
|
+
CustomDocumentModel,
|
|
13
|
+
};
|
|
14
|
+
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 DigicustDocumentType = t.enumtype({
|
|
8
|
+
"Email": "email",
|
|
9
|
+
"Invoice": "invoice",
|
|
10
|
+
"Waybill": "waybill",
|
|
11
|
+
"PackingList": "packingList",
|
|
12
|
+
"TaxInvoice": "taxInvoice",
|
|
13
|
+
"CustomDocument": "customDocument",
|
|
14
|
+
"ItemListing": "itemListing",
|
|
15
|
+
"CostOverview": "costOverview",
|
|
16
|
+
"DeclarationOfOrigin": "declarationOfOrigin",
|
|
17
|
+
"PreferentialProofOfOrigin": "preferentialProofOfOrigin",
|
|
18
|
+
"ProofOfDirectTransport": "proofOfDirectTransport",
|
|
19
|
+
"ExportDeclaration": "exportDeclaration",
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
23
|
+
DigicustDocumentType,
|
|
24
|
+
};
|
|
25
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,46 @@
|
|
|
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 DigicustDocumentModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"queueId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"projectId": t.opt("string"),
|
|
12
|
+
"customerId": t.opt("string"),
|
|
13
|
+
"extractId": t.opt("string"),
|
|
14
|
+
"fileName": t.opt("string"),
|
|
15
|
+
"documentType": t.opt("DigicustDocumentType"),
|
|
16
|
+
"documentCode": t.opt("DocumentCode"),
|
|
17
|
+
"documentStatus": t.opt("DocumentStatus"),
|
|
18
|
+
"userDocumentStatus": t.opt("UserDocumentStatus"),
|
|
19
|
+
"subDocumentStatus": t.opt("SubDocumentStatus"),
|
|
20
|
+
"classificationStatus": t.opt("ClassificationStatus"),
|
|
21
|
+
"isPseudonymized": t.opt("boolean"),
|
|
22
|
+
"processing": t.opt("ProcessingModel"),
|
|
23
|
+
"receivedAt": t.opt("Date"),
|
|
24
|
+
"code": t.opt("string"),
|
|
25
|
+
"reference": t.opt("string"),
|
|
26
|
+
"issueDate": t.opt("DateTimeModel"),
|
|
27
|
+
"isCondensed": t.opt("boolean"),
|
|
28
|
+
"analyzerMetadata": t.opt("AnalyzerMetadataModel"),
|
|
29
|
+
"modifiedBy": t.opt(t.iface([], {
|
|
30
|
+
"id": t.opt("String"),
|
|
31
|
+
"displayName": t.opt("String"),
|
|
32
|
+
"date": t.opt("Date"),
|
|
33
|
+
})),
|
|
34
|
+
"uploadedFiles": t.opt(t.array("UploadedFileModel")),
|
|
35
|
+
"rossumMetadata": t.opt(t.iface([], {
|
|
36
|
+
"importStatus": t.opt("RossumImportStatus"),
|
|
37
|
+
"annotationId": t.opt("string"),
|
|
38
|
+
"queueId": t.opt("number"),
|
|
39
|
+
"exportOnConfirmed": t.opt("boolean"),
|
|
40
|
+
})),
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
44
|
+
DigicustDocumentModel,
|
|
45
|
+
};
|
|
46
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 DocumentCode = t.iface(["Meta"], {
|
|
8
|
+
"NC_24000": t.opt("string"),
|
|
9
|
+
"Dokumentenarten": t.opt("string"),
|
|
10
|
+
"DE_I0200": t.opt("string"),
|
|
11
|
+
"DE_I0200_Bereich": t.opt("string"),
|
|
12
|
+
"DE_I0136": t.opt("string"),
|
|
13
|
+
"DE_I0136_Qualifier": t.opt("string"),
|
|
14
|
+
"DE_I0136_Reference": t.opt("string"),
|
|
15
|
+
"DE_I0136_Addition": t.opt("string"),
|
|
16
|
+
"DE_I0136_Detail": t.opt("string"),
|
|
17
|
+
"description": t.opt("string"),
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
21
|
+
DocumentCode,
|
|
22
|
+
};
|
|
23
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 DocumentStatus = t.enumtype({
|
|
8
|
+
"Initial": "initial",
|
|
9
|
+
"Processing": "processing",
|
|
10
|
+
"UserClassifying": "user-classifying",
|
|
11
|
+
"Extracting": "extracting",
|
|
12
|
+
"UserExtracting": "user-extracting",
|
|
13
|
+
"Error": "error",
|
|
14
|
+
"Finished": "finished",
|
|
15
|
+
"Review": "review",
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export const UserDocumentStatus = t.enumtype({
|
|
19
|
+
"Aborted": "aborted",
|
|
20
|
+
"Postponed": "postponed",
|
|
21
|
+
"Confirmed": "confirmed",
|
|
22
|
+
"Deleted": "deleted",
|
|
23
|
+
"Rejected": "rejected",
|
|
24
|
+
"Exported": "exported",
|
|
25
|
+
"Testing": "testing",
|
|
26
|
+
"Validate": "validate",
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
export const SubDocumentStatus = t.enumtype({
|
|
30
|
+
"manual": "manual",
|
|
31
|
+
"inProgress": "In Progress",
|
|
32
|
+
"completed": "completed",
|
|
33
|
+
"failed": "failed",
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export const ClassificationStatus = t.enumtype({
|
|
37
|
+
"Edit": "edit",
|
|
38
|
+
"OnHold": "onhold",
|
|
39
|
+
"Edited": "edited",
|
|
40
|
+
"Refused": "refused",
|
|
41
|
+
"Finished": "finished",
|
|
42
|
+
"Erased": "erased",
|
|
43
|
+
"OtherDocs": "otherdocs",
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
47
|
+
DocumentStatus,
|
|
48
|
+
UserDocumentStatus,
|
|
49
|
+
SubDocumentStatus,
|
|
50
|
+
ClassificationStatus,
|
|
51
|
+
};
|
|
52
|
+
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 EmailDocument = t.iface(["DigicustDocumentModel"], {
|
|
8
|
+
"subject": t.opt("string"),
|
|
9
|
+
"sender": t.opt("string"),
|
|
10
|
+
"body": t.opt("string"),
|
|
11
|
+
"ATBNumber": t.opt("any"),
|
|
12
|
+
"foreignFreightCosts": t.opt("Money"),
|
|
13
|
+
"domesticFreightCosts": t.opt("Money"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
EmailDocument,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 ExportDeclaration = t.iface(["DigicustDocumentModel", "LineItemContainingDocument"], {
|
|
8
|
+
"shipper": t.opt("CompanyModel"),
|
|
9
|
+
"recipient": t.opt("CompanyModel"),
|
|
10
|
+
"applicant": t.opt("CompanyModel"),
|
|
11
|
+
"exportCustomsOffice": t.opt("CustomsOffice"),
|
|
12
|
+
"exitCustomsOffice": t.opt("CustomsOffice"),
|
|
13
|
+
"exportingCountry": t.opt("AddressModel"),
|
|
14
|
+
"destinationCountry": t.opt("AddressModel"),
|
|
15
|
+
"transitCountry": t.opt("AddressModel"),
|
|
16
|
+
"transitCountries": t.opt(t.array("AddressModel")),
|
|
17
|
+
"mrnNumber": t.opt("any"),
|
|
18
|
+
"declarationType": t.opt("any"),
|
|
19
|
+
"referenceNumber": t.opt("any"),
|
|
20
|
+
"weightUnit": t.opt("any"),
|
|
21
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
22
|
+
"totalNetWeight": t.opt("Weight"),
|
|
23
|
+
"meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
|
|
24
|
+
"customsSealNumber": t.opt("any"),
|
|
25
|
+
"goodsLocation": t.opt("AddressModel"),
|
|
26
|
+
"packages": t.opt(t.array("Package")),
|
|
27
|
+
"numPackages": t.opt("any"),
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
31
|
+
ExportDeclaration,
|
|
32
|
+
};
|
|
33
|
+
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,21 @@
|
|
|
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 InvoiceLanguage = t.enumtype({
|
|
8
|
+
"EN": "eng",
|
|
9
|
+
"DE": "deu",
|
|
10
|
+
"TR": "t\u00FCrk",
|
|
11
|
+
"FR": "french",
|
|
12
|
+
"SP": "spanish",
|
|
13
|
+
"SK": "slowakian",
|
|
14
|
+
"HU": "hungarian",
|
|
15
|
+
"IT": "italian",
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
19
|
+
InvoiceLanguage,
|
|
20
|
+
};
|
|
21
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
"DE_I0136": t.opt("string"),
|
|
14
|
+
"DE_I0136_Qualifier": t.opt("string"),
|
|
15
|
+
"DE_I0136_Reference": t.opt("string"),
|
|
16
|
+
"DE_I0136_Addition": t.opt("string"),
|
|
17
|
+
"DE_I0136_Detail": t.opt("string"),
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
21
|
+
InvoiceType,
|
|
22
|
+
};
|
|
23
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,67 @@
|
|
|
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", "LineItemContainingDocument"], {
|
|
8
|
+
"createdAt": t.opt("Date"),
|
|
9
|
+
"invoiceNumber": t.opt("any"),
|
|
10
|
+
"waybillNumber": t.opt("any"),
|
|
11
|
+
"invoiceType": t.opt("InvoiceType"),
|
|
12
|
+
"language": t.opt(t.intersection("LanguageModel", "any")),
|
|
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("CustomsTariffNumber"),
|
|
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
|
+
"intrastatInformation": t.opt("any"),
|
|
33
|
+
"typeOfPackage": t.opt("PackageType"),
|
|
34
|
+
"weight": t.opt("Weight"),
|
|
35
|
+
"netWeight": t.opt("Weight"),
|
|
36
|
+
"weightUnit": t.opt("any"),
|
|
37
|
+
"packageDimensions": t.opt("Dimensions"),
|
|
38
|
+
"numberOfShipments": t.opt("any"),
|
|
39
|
+
"packages": t.opt(t.array("Package")),
|
|
40
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
41
|
+
"totalValueWithoutTax": t.opt("Money"),
|
|
42
|
+
"totalTax": t.opt("Money"),
|
|
43
|
+
"licenseFee": t.opt("Money"),
|
|
44
|
+
"otherPayments": t.opt("Money"),
|
|
45
|
+
"shippingCost": t.opt("Money"),
|
|
46
|
+
"packagingCosts": t.opt("Money"),
|
|
47
|
+
"totalValue": t.opt("Money"),
|
|
48
|
+
"customsValue": t.opt("Money"),
|
|
49
|
+
"discount": t.opt("Money"),
|
|
50
|
+
"insuranceCosts": t.opt("Money"),
|
|
51
|
+
"currency": t.opt("any"),
|
|
52
|
+
"taxDetails": t.opt(t.array("TaxDetailsModel")),
|
|
53
|
+
"paymentAccountNumber": t.opt("any"),
|
|
54
|
+
"paymentBankCode": t.opt("any"),
|
|
55
|
+
"paymentIBAN": t.opt("any"),
|
|
56
|
+
"paymentBIC": t.opt("any"),
|
|
57
|
+
"dueDate": t.opt("DateTimeModel"),
|
|
58
|
+
"shipper": t.opt("CompanyModel"),
|
|
59
|
+
"recipient": t.opt("CompanyModel"),
|
|
60
|
+
"consignee": t.opt("CompanyModel"),
|
|
61
|
+
"beneficiary": t.opt("CompanyModel"),
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
65
|
+
InvoiceModel,
|
|
66
|
+
};
|
|
67
|
+
export default exportedTypeSuite;
|