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
|
+
/**
|
|
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 WeightUnit = t.enumtype({
|
|
8
|
+
"kilogram": "kg",
|
|
9
|
+
"pound": "lb",
|
|
10
|
+
"ounce": "ounce",
|
|
11
|
+
"milligram": "mg",
|
|
12
|
+
"gram": "g",
|
|
13
|
+
"decagram": "dag",
|
|
14
|
+
"ton": "t",
|
|
15
|
+
"microgram": "\u00B5g",
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
19
|
+
WeightUnit,
|
|
20
|
+
};
|
|
21
|
+
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 Weight = t.iface(["Meta"], {
|
|
8
|
+
"unit": t.opt("WeightUnit"),
|
|
9
|
+
"kgEquivalent": t.opt("number"),
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
13
|
+
Weight,
|
|
14
|
+
};
|
|
15
|
+
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 MembershipModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"role": t.opt(t.union(t.lit("admin"), t.lit("member"))),
|
|
10
|
+
"userId": t.opt("string"),
|
|
11
|
+
"groupId": t.opt("string"),
|
|
12
|
+
"groupType": t.opt(t.union(t.lit("customer"), t.lit("project"))),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
MembershipModel,
|
|
17
|
+
};
|
|
18
|
+
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 Bbox = t.iface([], {
|
|
8
|
+
"x1": "number",
|
|
9
|
+
"y1": "number",
|
|
10
|
+
"x2": "number",
|
|
11
|
+
"y2": "number",
|
|
12
|
+
"page": t.opt("number"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
Bbox,
|
|
17
|
+
};
|
|
18
|
+
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 FuzzyInput = t.iface([], {
|
|
8
|
+
"input": t.opt("string"),
|
|
9
|
+
"value": t.opt("T"),
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
13
|
+
FuzzyInput,
|
|
14
|
+
};
|
|
15
|
+
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,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 Meta = t.iface(["Workflow"], {
|
|
8
|
+
"input": t.opt("string"),
|
|
9
|
+
"confidence": t.opt("number"),
|
|
10
|
+
"bbox": t.opt("Bbox"),
|
|
11
|
+
"options": t.opt(t.array("T")),
|
|
12
|
+
"source": t.opt("String"),
|
|
13
|
+
"reviewNeeded": t.opt("boolean"),
|
|
14
|
+
"display": t.opt("boolean"),
|
|
15
|
+
"required": t.opt("boolean"),
|
|
16
|
+
"errors": t.opt(t.array("Error")),
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
20
|
+
Meta,
|
|
21
|
+
};
|
|
22
|
+
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 Workflow = t.iface([], {
|
|
8
|
+
"value": t.opt("T"),
|
|
9
|
+
"searchValue": t.opt("string"),
|
|
10
|
+
"lastChangedBy": t.opt("String"),
|
|
11
|
+
"userEdited": t.opt("boolean"),
|
|
12
|
+
"modifiedAt": t.opt("number"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
Workflow,
|
|
17
|
+
};
|
|
18
|
+
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,62 @@
|
|
|
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 ModuleModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"alias": t.opt("string"),
|
|
10
|
+
"type": t.opt("ModuleType"),
|
|
11
|
+
"active": t.opt("boolean"),
|
|
12
|
+
"executionStrategies": t.opt(t.iface([], {
|
|
13
|
+
"Default": t.opt("ModuleExecStrategy"),
|
|
14
|
+
"Declaration": t.opt("ModuleExecStrategy"),
|
|
15
|
+
"PreDeclaration": t.opt("ModuleExecStrategy"),
|
|
16
|
+
"SimplifiedProcedure": t.opt("ModuleExecStrategy"),
|
|
17
|
+
"WriteupProcedure": t.opt("ModuleExecStrategy"),
|
|
18
|
+
"T1Transit": t.opt("ModuleExecStrategy"),
|
|
19
|
+
"T2Transit": t.opt("ModuleExecStrategy"),
|
|
20
|
+
"MasterData": t.opt("ModuleExecStrategy"),
|
|
21
|
+
"StakeHolderData": t.opt("ModuleExecStrategy"),
|
|
22
|
+
})),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export const ModuleExecStrategy = t.iface([], {
|
|
26
|
+
"title": t.opt("string"),
|
|
27
|
+
"executionStrategyId": t.opt("string"),
|
|
28
|
+
"alias": t.opt("string"),
|
|
29
|
+
"active": t.opt("boolean"),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export const ModuleType = t.enumtype({
|
|
33
|
+
"import": "Import",
|
|
34
|
+
"export": "Export",
|
|
35
|
+
"warehouseProcedure": "Warehouse Procedure",
|
|
36
|
+
"transitProcedure": "Transit Procedure",
|
|
37
|
+
"dataExtraction": "Data Extraction",
|
|
38
|
+
"documentClassification": "Document Classification",
|
|
39
|
+
"productClassification": "Product Classification",
|
|
40
|
+
"statistics": "Statistics",
|
|
41
|
+
"masterModule": "Master Module",
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export const ModuleCategory = t.enumtype({
|
|
45
|
+
"default": "Default",
|
|
46
|
+
"declaration": "Declaration",
|
|
47
|
+
"preDeclaration": "Pre Declaration",
|
|
48
|
+
"simplifiedProcedure": "Simplified Procedure",
|
|
49
|
+
"writeupProcedure": "Writeup Procedure",
|
|
50
|
+
"t1Transit": "T1 Transit",
|
|
51
|
+
"t2Transit": "T2 Transit",
|
|
52
|
+
"masterData": "Master Data",
|
|
53
|
+
"stakeHolderData": "StakeHolder Data",
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
57
|
+
ModuleModel,
|
|
58
|
+
ModuleExecStrategy,
|
|
59
|
+
ModuleType,
|
|
60
|
+
ModuleCategory,
|
|
61
|
+
};
|
|
62
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,62 @@
|
|
|
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 ModuleModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"alias": t.opt("string"),
|
|
10
|
+
"type": t.opt("ModuleType"),
|
|
11
|
+
"active": t.opt("boolean"),
|
|
12
|
+
"executionStrategies": t.opt(t.iface([], {
|
|
13
|
+
"Default": t.opt("ModuleExecStrategy"),
|
|
14
|
+
"Declaration": t.opt("ModuleExecStrategy"),
|
|
15
|
+
"PreDeclaration": t.opt("ModuleExecStrategy"),
|
|
16
|
+
"SimplifiedProcedure": t.opt("ModuleExecStrategy"),
|
|
17
|
+
"WriteupProcedure": t.opt("ModuleExecStrategy"),
|
|
18
|
+
"T1Transit": t.opt("ModuleExecStrategy"),
|
|
19
|
+
"T2Transit": t.opt("ModuleExecStrategy"),
|
|
20
|
+
"MasterData": t.opt("ModuleExecStrategy"),
|
|
21
|
+
"StakeHolderData": t.opt("ModuleExecStrategy"),
|
|
22
|
+
})),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export const ModuleExecStrategy = t.iface([], {
|
|
26
|
+
"title": t.opt("string"),
|
|
27
|
+
"executionStrategyId": t.opt("string"),
|
|
28
|
+
"alias": t.opt("string"),
|
|
29
|
+
"active": t.opt("boolean"),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export const ModuleType = t.enumtype({
|
|
33
|
+
"import": "Import",
|
|
34
|
+
"export": "Export",
|
|
35
|
+
"warehouseProcedure": "Warehouse Procedure",
|
|
36
|
+
"transitProcedure": "Transit Procedure",
|
|
37
|
+
"dataExtraction": "Data Extraction",
|
|
38
|
+
"documentClassification": "Document Classification",
|
|
39
|
+
"productClassification": "Product Classification",
|
|
40
|
+
"statistics": "Statistics",
|
|
41
|
+
"masterModule": "Master Module",
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export const ModuleCategory = t.enumtype({
|
|
45
|
+
"default": "Default",
|
|
46
|
+
"declaration": "Declaration",
|
|
47
|
+
"preDeclaration": "Pre Declaration",
|
|
48
|
+
"simplifiedProcedure": "Simplified Procedure",
|
|
49
|
+
"writeupProcedure": "Writeup Procedure",
|
|
50
|
+
"t1Transit": "T1 Transit",
|
|
51
|
+
"t2Transit": "T2 Transit",
|
|
52
|
+
"masterData": "Master Data",
|
|
53
|
+
"stakeHolderData": "StakeHolder Data",
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
57
|
+
ModuleModel,
|
|
58
|
+
ModuleExecStrategy,
|
|
59
|
+
ModuleType,
|
|
60
|
+
ModuleCategory,
|
|
61
|
+
};
|
|
62
|
+
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 MulterFile = t.iface([], {
|
|
8
|
+
"key": t.opt("string"),
|
|
9
|
+
"path": t.opt("string"),
|
|
10
|
+
"mimetype": t.opt("string"),
|
|
11
|
+
"originalname": "string",
|
|
12
|
+
"size": t.opt("number"),
|
|
13
|
+
"buffer": "Buffer",
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
MulterFile,
|
|
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,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 NotificationsModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"title": t.opt("string"),
|
|
10
|
+
"status": t.opt("string"),
|
|
11
|
+
"message": t.opt("string"),
|
|
12
|
+
"link": t.opt("string"),
|
|
13
|
+
"consumer": t.opt("string"),
|
|
14
|
+
"addresseeType": t.opt(t.union(t.lit("customer"), t.lit("project"), t.lit("user"))),
|
|
15
|
+
"addresseeId": t.opt("string"),
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
19
|
+
NotificationsModel,
|
|
20
|
+
};
|
|
21
|
+
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 NotificationsModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"title": t.opt("string"),
|
|
10
|
+
"status": t.opt("string"),
|
|
11
|
+
"message": t.opt("string"),
|
|
12
|
+
"link": t.opt("string"),
|
|
13
|
+
"consumer": t.opt("string"),
|
|
14
|
+
"addresseeType": t.opt(t.union(t.lit("customer"), t.lit("project"), t.lit("user"))),
|
|
15
|
+
"addresseeId": t.opt("string"),
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
19
|
+
NotificationsModel,
|
|
20
|
+
};
|
|
21
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Information about a notification Model
|
|
3
|
+
*/
|
|
4
|
+
export interface NotificationsModel {
|
|
5
|
+
id?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
status?: string;
|
|
8
|
+
message?: string;
|
|
9
|
+
link?: string;
|
|
10
|
+
consumer?: string;
|
|
11
|
+
addresseeType?: "customer" | "project" | "user";
|
|
12
|
+
addresseeId?: string;
|
|
13
|
+
}
|
|
@@ -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 NotificationsModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"title": t.opt("string"),
|
|
10
|
+
"status": t.opt("string"),
|
|
11
|
+
"message": t.opt("string"),
|
|
12
|
+
"link": t.opt("string"),
|
|
13
|
+
"consumer": t.opt("string"),
|
|
14
|
+
"addresseeType": t.opt(t.union(t.lit("customer"), t.lit("project"), t.lit("user"))),
|
|
15
|
+
"addresseeId": t.opt("string"),
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
19
|
+
NotificationsModel,
|
|
20
|
+
};
|
|
21
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,26 @@
|
|
|
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 operationType = t.enumtype({
|
|
8
|
+
"clearanceHomeUse": "ClearanceHomeUse",
|
|
9
|
+
"intendedFreeZones": "IntendedFreeZones",
|
|
10
|
+
"warehousing": "Warehousing",
|
|
11
|
+
"temporaryAdmission": "TemporaryAdmission",
|
|
12
|
+
"inwardProcessing": "InwardProcessing",
|
|
13
|
+
"inwardTransit": "InwardTransit",
|
|
14
|
+
"interiorTransit": "InteriorTransit",
|
|
15
|
+
"lowValueClearanceHomeUse": "LowValueClearanceHomeUse",
|
|
16
|
+
"exportation": "Exportation",
|
|
17
|
+
"temporaryExportation": "TemporaryExportation",
|
|
18
|
+
"outwardProcessing": "OutwardProcessing",
|
|
19
|
+
"throughTransit": "ThroughTransit",
|
|
20
|
+
"outwardTransit": "OutwardTransit",
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
24
|
+
operationType,
|
|
25
|
+
};
|
|
26
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 Package = t.iface(["Meta"], {
|
|
8
|
+
"weight": t.opt("Weight"),
|
|
9
|
+
"netWeight": t.opt("Weight"),
|
|
10
|
+
"packageWeight": t.opt("Weight"),
|
|
11
|
+
"packageNetWeight": t.opt("Weight"),
|
|
12
|
+
"weightUnit": t.opt("any"),
|
|
13
|
+
"dimensions": t.opt("Dimensions"),
|
|
14
|
+
"type": t.opt("PackageType"),
|
|
15
|
+
"amount": t.opt("any"),
|
|
16
|
+
"packageNumber": t.opt("any"),
|
|
17
|
+
"marks": t.opt("any"),
|
|
18
|
+
"ATB": t.opt(t.iface([], {
|
|
19
|
+
"ATBnr": t.opt("string"),
|
|
20
|
+
"position": t.opt("number"),
|
|
21
|
+
})),
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
25
|
+
Package,
|
|
26
|
+
};
|
|
27
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 PackingListModel = t.iface(["DigicustDocumentModel"], {
|
|
8
|
+
"shipper": t.opt("CompanyModel"),
|
|
9
|
+
"invoiceRecipient": t.opt("CompanyModel"),
|
|
10
|
+
"consignee": t.opt("CompanyModel"),
|
|
11
|
+
"language": t.opt("LanguageModel"),
|
|
12
|
+
"packingListNumber": t.opt("any"),
|
|
13
|
+
"issueDate": t.opt("DateTimeModel"),
|
|
14
|
+
"invoiceNumber": t.opt("any"),
|
|
15
|
+
"sellerOrderNumber": t.opt("any"),
|
|
16
|
+
"buyerOrderNumber": t.opt("any"),
|
|
17
|
+
"referenceNumber": t.opt("any"),
|
|
18
|
+
"waybillNumber": t.opt("any"),
|
|
19
|
+
"deliveryNote": t.opt("any"),
|
|
20
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
21
|
+
"totalNetWeight": t.opt("Weight"),
|
|
22
|
+
"typeOfPackage": t.opt("PackageType"),
|
|
23
|
+
"packageDimensions": t.opt("Dimensions"),
|
|
24
|
+
"amountOfPackages": t.opt("any"),
|
|
25
|
+
"totalExcludingCharges": t.opt("Money"),
|
|
26
|
+
"insuranceCosts": t.opt("Money"),
|
|
27
|
+
"packagingCosts": t.opt("Money"),
|
|
28
|
+
"discount": t.opt("Money"),
|
|
29
|
+
"licenseFee": t.opt("Money"),
|
|
30
|
+
"otherPayments": t.opt("Money"),
|
|
31
|
+
"shippingCosts": t.opt("Money"),
|
|
32
|
+
"totalValue": t.opt("Money"),
|
|
33
|
+
"customsValue": t.opt("Money"),
|
|
34
|
+
"currency": t.opt("any"),
|
|
35
|
+
"items": t.opt(t.array("LineItemModel")),
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
39
|
+
PackingListModel,
|
|
40
|
+
};
|
|
41
|
+
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 PreferenceState = t.iface(["Meta"], {
|
|
8
|
+
"value": t.opt("boolean"),
|
|
9
|
+
"treaty": t.opt("string"),
|
|
10
|
+
"country": t.opt("string"),
|
|
11
|
+
"countryGroup": t.opt("string"),
|
|
12
|
+
"NC_38000": t.opt("string"),
|
|
13
|
+
"DE_A1200": t.opt("string"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export const TradePreference = t.iface(["Meta"], {
|
|
17
|
+
"valid": t.opt("boolean"),
|
|
18
|
+
"treaty": t.opt("string"),
|
|
19
|
+
"country": t.opt("string"),
|
|
20
|
+
"NC_38000": t.opt("string"),
|
|
21
|
+
"DE_A1200": t.opt("string"),
|
|
22
|
+
"countryGroup": t.opt("string"),
|
|
23
|
+
"exporterPermitNumber": t.opt("string"),
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
27
|
+
PreferenceState,
|
|
28
|
+
TradePreference,
|
|
29
|
+
};
|
|
30
|
+
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 Procedure = t.iface(["Meta"], {
|
|
8
|
+
"procedureCodeCombination": t.opt("string"),
|
|
9
|
+
"requestedProcedure": t.opt("string"),
|
|
10
|
+
"previousProcedure": t.opt("string"),
|
|
11
|
+
"additionalProcedure": t.opt("string"),
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export const ProcedureMode = t.enumtype({
|
|
15
|
+
"export": "export",
|
|
16
|
+
"import": "import",
|
|
17
|
+
"intrastat": "intrastat",
|
|
18
|
+
"transit": "transit",
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
22
|
+
Procedure,
|
|
23
|
+
ProcedureMode,
|
|
24
|
+
};
|
|
25
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 CustomsSystem = t.enumtype({
|
|
8
|
+
"atlas": "atlas",
|
|
9
|
+
"eZoll": "eZoll",
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export const ProjectModel = t.iface([], {
|
|
13
|
+
"id": t.opt("string"),
|
|
14
|
+
"customerId": t.opt("string"),
|
|
15
|
+
"projectId": t.opt("string"),
|
|
16
|
+
"alias": t.opt("string"),
|
|
17
|
+
"modules": t.opt(t.array("ModuleModel")),
|
|
18
|
+
"workspaces": t.opt(t.array("QueueWorkspaceModel")),
|
|
19
|
+
"customsSystem": t.opt("CustomsSystem"),
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export const NotificationModel = t.iface([], {
|
|
23
|
+
"id": t.opt("string"),
|
|
24
|
+
"title": t.opt("string"),
|
|
25
|
+
"status": t.opt("string"),
|
|
26
|
+
"message": t.opt("string"),
|
|
27
|
+
"link": t.opt("string"),
|
|
28
|
+
"consumer": t.opt("string"),
|
|
29
|
+
"addresseeType": t.opt(t.union(t.lit("customer"), t.lit("project"), t.lit("user"))),
|
|
30
|
+
"addresseeId": t.opt("string"),
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
34
|
+
CustomsSystem,
|
|
35
|
+
ProjectModel,
|
|
36
|
+
NotificationModel,
|
|
37
|
+
};
|
|
38
|
+
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 ExtractionGrid = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"label": t.opt("string"),
|
|
10
|
+
"bbox": t.opt("Bbox"),
|
|
11
|
+
"pageId": t.opt("string"),
|
|
12
|
+
"columns": t.opt(t.array("ExtractionGridColumn")),
|
|
13
|
+
"items": t.opt(t.array("ExtractionGridItem")),
|
|
14
|
+
"gridGroupId": t.opt("string"),
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export const ExtractionGridItem = t.iface([], {
|
|
18
|
+
"id": t.opt("string"),
|
|
19
|
+
"fields": t.opt(t.array("ExtractionField")),
|
|
20
|
+
"bbox": t.opt("Bbox"),
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
export const ExtractionGridColumn = t.iface([], {
|
|
24
|
+
"id": t.opt("string"),
|
|
25
|
+
"label": t.opt("string"),
|
|
26
|
+
"bbox": t.opt("Bbox"),
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
30
|
+
ExtractionGrid,
|
|
31
|
+
ExtractionGridItem,
|
|
32
|
+
ExtractionGridColumn,
|
|
33
|
+
};
|
|
34
|
+
export default exportedTypeSuite;
|