digicust_types 1.7.321 → 1.7.322
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/{models/digicust/documents/delivery-note.model.js → contracts/start-hs-classification.dto.js} +0 -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 +23 -0
- package/lib/models/common/address.model.js +13 -0
- package/lib/models/common/bbox.model.d-ti.ts +18 -0
- package/lib/models/common/bbox.model.d.ts +22 -0
- package/lib/models/common/bbox.model.js +2 -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/classification-code.model.d.ts +5 -0
- package/lib/models/common/classification-code.model.js +2 -0
- package/lib/models/common/company.model.d-ti.ts +31 -0
- package/lib/models/common/company.model.d.ts +30 -0
- package/lib/models/common/company.model.js +2 -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/currency.enum.d.ts +181 -0
- package/lib/models/common/currency.enum.js +185 -0
- package/lib/models/common/customs-tariff-number.model.d-ti.ts +26 -0
- package/lib/models/common/customs-tariff-number.model.d.ts +25 -0
- package/lib/models/common/customs-tariff-number.model.js +21 -0
- package/lib/models/common/date.model.d-ti.ts +15 -0
- package/lib/models/common/date.model.d.ts +5 -0
- package/lib/models/common/date.model.js +2 -0
- package/lib/models/common/dialog-window.model.d-ti.ts +16 -0
- package/lib/models/common/dialog-window.model.d.ts +6 -0
- package/lib/models/common/dialog-window.model.js +2 -0
- package/lib/models/common/dimensions-unit.enum.d-ti.ts +18 -0
- package/lib/models/common/dimensions-unit.enum.d.ts +7 -0
- package/lib/models/common/dimensions-unit.enum.js +11 -0
- package/lib/models/common/dimensions.model.d-ti.ts +17 -0
- package/lib/models/common/dimensions.model.d.ts +8 -0
- package/lib/models/common/dimensions.model.js +2 -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/extra-styles.model.d.ts +4 -0
- package/lib/models/common/extra-styles.model.js +2 -0
- package/lib/models/common/field-type.enum.d-ti.ts +21 -0
- package/lib/models/common/field-type.enum.d.ts +10 -0
- package/lib/models/common/field-type.enum.js +14 -0
- package/lib/models/common/filter.enum.d-ti.ts +19 -0
- package/lib/models/common/filter.enum.d.ts +8 -0
- package/lib/models/common/filter.enum.js +12 -0
- package/lib/models/common/frontend-fields.model.d-ti.ts +20 -0
- package/lib/models/common/frontend-fields.model.d.ts +11 -0
- package/lib/models/common/frontend-fields.model.js +2 -0
- package/lib/models/common/fuzzy-input.d-ti.ts +15 -0
- package/lib/models/common/fuzzy-input.d.ts +4 -0
- package/lib/models/common/fuzzy-input.js +2 -0
- package/lib/models/common/hs-classification-interaction.d-ti.ts +40 -0
- package/lib/models/common/hs-classification-interaction.d.ts +30 -0
- package/lib/models/common/hs-classification-interaction.js +2 -0
- package/lib/models/common/hs-classification-response.d-ti.ts +40 -0
- package/lib/models/common/hs-classification-response.d.ts +31 -0
- package/lib/models/common/hs-classification-response.js +2 -0
- package/lib/models/common/hs-code.model.d-ti.ts +21 -0
- package/lib/models/common/hs-code.model.d.ts +11 -0
- package/lib/models/common/hs-code.model.js +2 -0
- package/lib/models/common/index.d-ti.ts +11 -0
- package/lib/models/common/index.d.ts +29 -0
- package/lib/models/common/index.js +49 -0
- package/lib/models/common/language.model.d-ti.ts +14 -0
- package/lib/models/common/language.model.d.ts +4 -0
- package/lib/models/common/language.model.js +2 -0
- package/lib/models/common/meta.d-ti.ts +22 -0
- package/lib/models/common/meta.d.ts +35 -0
- package/lib/models/common/meta.js +13 -0
- package/lib/models/common/money.model.d-ti.ts +16 -0
- package/lib/models/common/money.model.d.ts +11 -0
- package/lib/models/common/money.model.js +16 -0
- package/lib/models/common/multerfile.model.d-ti.ts +19 -0
- package/lib/models/common/multerfile.model.d.ts +12 -0
- package/lib/models/common/multerfile.model.js +2 -0
- package/lib/models/common/package-type.model.d-ti.ts +17 -0
- package/lib/models/common/package-type.model.d.ts +10 -0
- package/lib/models/common/package-type.model.js +2 -0
- package/lib/models/common/periods.enum.d-ti.ts +16 -0
- package/lib/models/common/periods.enum.d.ts +5 -0
- package/lib/models/common/periods.enum.js +9 -0
- package/lib/models/common/person.model.d-ti.ts +19 -0
- package/lib/models/common/person.model.d.ts +12 -0
- package/lib/models/common/person.model.js +2 -0
- package/lib/models/common/prefix.enum.d-ti.ts +16 -0
- package/lib/models/common/prefix.enum.d.ts +5 -0
- package/lib/models/common/prefix.enum.js +10 -0
- package/lib/models/common/quantity.model.d-ti.ts +16 -0
- package/lib/models/common/quantity.model.d.ts +18 -0
- package/lib/models/common/quantity.model.js +10 -0
- package/lib/models/common/section-type.enum.d-ti.ts +23 -0
- package/lib/models/common/section-type.enum.d.ts +12 -0
- package/lib/models/common/section-type.enum.js +16 -0
- package/lib/models/common/sort.enum.d-ti.ts +15 -0
- package/lib/models/common/sort.enum.d.ts +4 -0
- package/lib/models/common/sort.enum.js +8 -0
- package/lib/models/common/subscription-price.model.d-ti.ts +20 -0
- package/lib/models/common/subscription-price.model.d.ts +9 -0
- package/lib/models/common/subscription-price.model.js +2 -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/unit-of-measurement.d.ts +10 -0
- package/lib/models/common/unit-of-measurement.js +2 -0
- package/lib/models/common/uom.enum.d-ti.ts +50 -0
- package/lib/models/common/uom.enum.d.ts +39 -0
- package/lib/models/common/uom.enum.js +44 -0
- package/lib/models/common/weight-unit.enum.d-ti.ts +21 -0
- package/lib/models/common/weight-unit.enum.d.ts +10 -0
- package/lib/models/common/weight-unit.enum.js +14 -0
- package/lib/models/common/weight.model.d-ti.ts +15 -0
- package/lib/models/common/weight.model.d.ts +7 -0
- package/lib/models/common/weight.model.js +15 -0
- package/lib/models/common/workflow.d-ti.ts +18 -0
- package/lib/models/common/workflow.d.ts +23 -0
- package/lib/models/common/workflow.js +2 -0
- package/lib/models/digicust/AnalyzerMetadataModel.model.d-ti.ts +20 -0
- package/lib/models/digicust/AnalyzerMetadataModel.model.d.ts +13 -0
- package/lib/models/digicust/AnalyzerMetadataModel.model.js +2 -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/activity.model.d.ts +16 -0
- package/lib/models/digicust/activity.model.js +2 -0
- package/lib/models/digicust/adjustment.model.d-ti.ts +16 -0
- package/lib/models/digicust/adjustment.model.d.ts +7 -0
- package/lib/models/digicust/adjustment.model.js +2 -0
- package/lib/models/digicust/aggregated-case-data.model.d-ti.ts +76 -0
- package/lib/models/digicust/aggregated-case-data.model.d.ts +76 -0
- package/lib/models/digicust/aggregated-case-data.model.js +25 -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/aggregated-case-data.model.d.ts +1 -1
- 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/case.model.d.ts +1 -1
- 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-status.enum.d.ts +22 -0
- package/lib/models/digicust/case-status.enum.js +26 -0
- package/lib/models/digicust/case-submission-transaction.d-ti.ts +39 -0
- package/lib/models/digicust/case-submission-transaction.d.ts +29 -0
- package/lib/models/digicust/case-submission-transaction.js +19 -0
- package/lib/models/digicust/case-type.enum.d-ti.ts +15 -0
- package/lib/models/digicust/case-type.enum.d.ts +8 -0
- package/lib/models/digicust/case-type.enum.js +12 -0
- package/lib/models/digicust/case.model.d-ti.ts +45 -0
- package/lib/models/digicust/case.model.d.ts +52 -0
- package/lib/models/digicust/case.model.js +24 -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/consignment-size.enum.d.ts +4 -0
- package/lib/models/digicust/consignment-size.enum.js +8 -0
- package/lib/models/digicust/container.model.d-ti.ts +15 -0
- package/lib/models/digicust/container.model.d.ts +7 -0
- package/lib/models/digicust/container.model.js +2 -0
- package/lib/models/digicust/context.model.d-ti.ts +17 -0
- package/lib/models/digicust/context.model.d.ts +9 -0
- package/lib/models/digicust/context.model.js +2 -0
- package/lib/models/digicust/cost-intersection.model.d-ti.ts +29 -0
- package/lib/models/digicust/cost-intersection.model.d.ts +20 -0
- package/lib/models/digicust/cost-intersection.model.js +16 -0
- package/lib/models/digicust/custom-document.model.d-ti.ts +14 -0
- package/lib/models/digicust/custom-document.model.d.ts +8 -0
- package/lib/models/digicust/custom-document.model.js +2 -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/customer.model.d.ts +55 -0
- package/lib/models/digicust/customer.model.js +2 -0
- package/lib/models/digicust/customs/addition-deduction.model.d.ts +12 -0
- package/lib/models/digicust/customs/addition-deduction.model.js +2 -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/index.d.ts +1 -0
- package/lib/models/digicust/customs/index.js +1 -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/transit-item.model.d.ts +1 -1
- 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/customsOffice.model.d.ts +19 -0
- package/lib/models/digicust/customsOffice.model.js +12 -0
- package/lib/models/digicust/declaration.model.d-ti.ts +17 -0
- package/lib/models/digicust/declaration.model.d.ts +4 -0
- package/lib/models/digicust/declaration.model.js +2 -0
- package/lib/models/digicust/deferment-account.model.d-ti.ts +19 -0
- package/lib/models/digicust/deferment-account.model.d.ts +15 -0
- package/lib/models/digicust/deferment-account.model.js +2 -0
- package/lib/models/digicust/digicust-document-type.enum.d-ti.ts +23 -0
- package/lib/models/digicust/digicust-document-type.enum.d.ts +15 -0
- package/lib/models/digicust/digicust-document-type.enum.js +19 -0
- package/lib/models/digicust/digicust-document.model.d-ti.ts +44 -0
- package/lib/models/digicust/digicust-document.model.d.ts +45 -0
- package/lib/models/digicust/digicust-document.model.js +38 -0
- package/lib/models/digicust/document-code.model.d-ti.ts +17 -0
- package/lib/models/digicust/document-code.model.d.ts +12 -0
- package/lib/models/digicust/document-code.model.js +2 -0
- package/lib/models/digicust/document-status.enum.d-ti.ts +52 -0
- package/lib/models/digicust/document-status.enum.d.ts +38 -0
- package/lib/models/digicust/document-status.enum.js +45 -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/digicust-document.model.d.ts +1 -1
- 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/document-types/digicust-document.model.d.ts +1 -1
- package/lib/models/digicust/documents/email-document.model.d-ti.ts +19 -0
- package/lib/models/digicust/documents/email-document.model.d.ts +2 -6
- 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-language.enum.d.ts +13 -0
- package/lib/models/digicust/documents/invoice-language.enum.js +17 -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/invoice.model.d.ts +23 -17
- 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/packing-list.model.d.ts +10 -23
- package/lib/models/digicust/documents/preliminary-documents/atb.model.d-ti.ts +17 -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/eori.model.d.ts +8 -0
- package/lib/models/digicust/eori.model.js +2 -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/event.model.d.ts +64 -0
- package/lib/models/digicust/event.model.js +10 -0
- package/lib/models/digicust/execution-strategy/execution-strategy.model.d-ti.ts +102 -0
- package/lib/models/digicust/execution-strategy/execution-strategy.model.d.ts +1 -1
- 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 +107 -0
- package/lib/models/digicust/execution-strategy.model.js +15 -0
- package/lib/models/digicust/extractions/extraction-grid.model.d-ti.ts +34 -0
- package/lib/models/digicust/extractions/extraction-grid.model.d.ts +22 -0
- package/lib/models/digicust/extractions/extraction-grid.model.js +2 -0
- package/lib/models/digicust/extractions/extraction.model.d-ti.ts +78 -0
- package/lib/models/digicust/extractions/extraction.model.d.ts +65 -0
- package/lib/models/digicust/extractions/extraction.model.js +2 -0
- package/lib/models/digicust/extractions/index.d-ti.ts +11 -0
- package/lib/models/digicust/extractions/index.d.ts +2 -0
- package/lib/models/digicust/extractions/index.js +18 -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-big-section.model.d.ts +13 -0
- package/lib/models/digicust/frontend-big-section.model.js +2 -0
- package/lib/models/digicust/frontend-group.model.d-ti.ts +16 -0
- package/lib/models/digicust/frontend-group.model.d.ts +6 -0
- package/lib/models/digicust/frontend-group.model.js +2 -0
- package/lib/models/digicust/frontend-mapping.model.d-ti.ts +14 -0
- package/lib/models/digicust/frontend-mapping.model.d.ts +4 -0
- package/lib/models/digicust/frontend-mapping.model.js +2 -0
- package/lib/models/digicust/frontend-small-section.mode.d-ti.ts +19 -0
- package/lib/models/digicust/frontend-small-section.mode.d.ts +13 -0
- package/lib/models/digicust/frontend-small-section.mode.js +2 -0
- package/lib/models/digicust/hs-code-mapping.d-ti.ts +34 -0
- package/lib/models/digicust/hs-code-mapping.d.ts +26 -0
- package/lib/models/digicust/hs-code-mapping.js +2 -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/incoterm.model.d.ts +25 -0
- package/lib/models/digicust/incoterm.model.js +21 -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-type.model.d.ts +9 -0
- package/lib/models/digicust/invoice-type.model.js +2 -0
- package/lib/models/digicust/invoice.model.d-ti.ts +68 -0
- package/lib/models/digicust/{documents/delivery-note.model.d.ts → invoice.model.d.ts} +31 -20
- package/lib/models/digicust/invoice.model.js +2 -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/line-item.model.d.ts +3 -7
- package/lib/models/digicust/line-item.model.d-ti.ts +82 -0
- package/lib/models/digicust/line-item.model.d.ts +82 -0
- package/lib/models/digicust/line-item.model.js +17 -0
- package/lib/models/digicust/load-type.enum.d-ti.ts +19 -0
- package/lib/models/digicust/load-type.enum.d.ts +14 -0
- package/lib/models/digicust/load-type.enum.js +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/scoring-algorithm-type.enum.d.ts +5 -0
- package/lib/models/digicust/masterdata/scoring-algorithm-type.enum.js +9 -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-matching-method.enum.d.ts +7 -0
- package/lib/models/digicust/masterdata/stakeholder-matching-method.enum.js +11 -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/mean-of-transportation.model.d.ts +30 -0
- package/lib/models/digicust/mean-of-transportation.model.js +21 -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/membership.model.d.ts +7 -0
- package/lib/models/digicust/membership.model.js +2 -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/meta.d.ts +1 -1
- 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/module.model.d.ts +49 -0
- package/lib/models/digicust/module.model.js +27 -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/notifications.model.d.ts +13 -0
- package/lib/models/digicust/notifications.model.js +2 -0
- package/lib/models/digicust/operationType.enum.d-ti.ts +26 -0
- package/lib/models/digicust/operationType.enum.d.ts +15 -0
- package/lib/models/digicust/operationType.enum.js +20 -0
- package/lib/models/digicust/package.model.d-ti.ts +27 -0
- package/lib/models/digicust/package.model.d.ts +17 -0
- package/lib/models/digicust/package.model.js +2 -0
- package/lib/models/digicust/packingList.model.d-ti.ts +41 -0
- package/lib/models/digicust/packingList.model.d.ts +33 -0
- package/lib/models/digicust/packingList.model.js +2 -0
- package/lib/models/digicust/preference-state.model.d-ti.ts +30 -0
- package/lib/models/digicust/preference-state.model.d.ts +23 -0
- package/lib/models/digicust/preference-state.model.js +2 -0
- package/lib/models/digicust/procedure.model.d-ti.ts +25 -0
- package/lib/models/digicust/procedure.model.d.ts +17 -0
- package/lib/models/digicust/procedure.model.js +10 -0
- package/lib/models/digicust/project.model.d-ti.ts +38 -0
- package/lib/models/digicust/project.model.d.ts +30 -0
- package/lib/models/digicust/project.model.js +8 -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-fields.model.d.ts +15 -0
- package/lib/models/digicust/queue-fields.model.js +2 -0
- package/lib/models/digicust/queue.model.d-ti.ts +30 -0
- package/lib/models/digicust/queue.model.d.ts +18 -0
- package/lib/models/digicust/queue.model.js +2 -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/report.model.d.ts +5 -0
- package/lib/models/digicust/report.model.js +2 -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/special-measure.model.d.ts +7 -0
- package/lib/models/digicust/special-measure.model.js +2 -0
- package/lib/models/digicust/stats-case.model.d-ti.ts +19 -0
- package/lib/models/digicust/stats-case.model.d.ts +12 -0
- package/lib/models/digicust/stats-case.model.js +2 -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-info.model.d.ts +13 -0
- package/lib/models/digicust/subscription-info.model.js +2 -0
- package/lib/models/digicust/subscription.model.d-ti.ts +18 -0
- package/lib/models/digicust/subscription.model.d.ts +11 -0
- package/lib/models/digicust/subscription.model.js +2 -0
- package/lib/models/digicust/tax-details.model.d-ti.ts +17 -0
- package/lib/models/digicust/tax-details.model.d.ts +10 -0
- package/lib/models/digicust/tax-details.model.js +2 -0
- package/lib/models/digicust/transit-item.model.d-ti.ts +31 -0
- package/lib/models/digicust/transit-item.model.d.ts +28 -0
- package/lib/models/digicust/transit-item.model.js +67 -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.enum.d.ts +44 -0
- package/lib/models/digicust/type-of-business.enum.js +48 -0
- package/lib/models/digicust/type-of-business.model.d-ti.ts +15 -0
- package/lib/models/digicust/type-of-business.model.d.ts +11 -0
- package/lib/models/digicust/type-of-business.model.js +2 -0
- package/lib/models/digicust/uploaded-file.model.d-ti.ts +18 -0
- package/lib/models/digicust/uploaded-file.model.d.ts +10 -0
- package/lib/models/digicust/uploaded-file.model.js +2 -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/user.model.d.ts +18 -0
- package/lib/models/digicust/user.model.js +2 -0
- package/lib/models/digicust/waybill-type.model.d-ti.ts +26 -0
- package/lib/models/digicust/waybill-type.model.d.ts +15 -0
- package/lib/models/digicust/waybill-type.model.js +11 -0
- package/lib/models/digicust/waybill.model.d-ti.ts +35 -0
- package/lib/models/digicust/waybill.model.d.ts +33 -0
- package/lib/models/digicust/waybill.model.js +2 -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,25 @@
|
|
|
1
|
+
import { Meta } from "../common";
|
|
2
|
+
/**
|
|
3
|
+
* Incoterms give information on transport conditions in international trade
|
|
4
|
+
*/
|
|
5
|
+
export interface IncotermModel extends Meta<Incoterm> {
|
|
6
|
+
/** Incoterm written out */
|
|
7
|
+
text?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Incoterms give information on transport conditions in international trade
|
|
11
|
+
*/
|
|
12
|
+
export declare enum Incoterm {
|
|
13
|
+
EXW = "EXW",
|
|
14
|
+
FAS = "FAS",
|
|
15
|
+
FCA = "FCA",
|
|
16
|
+
FOB = "FOB",
|
|
17
|
+
CFR = "CFR",
|
|
18
|
+
CIF = "CIF",
|
|
19
|
+
CIP = "CIP",
|
|
20
|
+
CPT = "CPT",
|
|
21
|
+
DAP = "DAP",
|
|
22
|
+
DPU = "DPU",
|
|
23
|
+
DAT = "DAT",
|
|
24
|
+
DDP = "DDP"
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Incoterm = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incoterms give information on transport conditions in international trade
|
|
6
|
+
*/
|
|
7
|
+
var Incoterm;
|
|
8
|
+
(function (Incoterm) {
|
|
9
|
+
Incoterm["EXW"] = "EXW";
|
|
10
|
+
Incoterm["FAS"] = "FAS";
|
|
11
|
+
Incoterm["FCA"] = "FCA";
|
|
12
|
+
Incoterm["FOB"] = "FOB";
|
|
13
|
+
Incoterm["CFR"] = "CFR";
|
|
14
|
+
Incoterm["CIF"] = "CIF";
|
|
15
|
+
Incoterm["CIP"] = "CIP";
|
|
16
|
+
Incoterm["CPT"] = "CPT";
|
|
17
|
+
Incoterm["DAP"] = "DAP";
|
|
18
|
+
Incoterm["DPU"] = "DPU";
|
|
19
|
+
Incoterm["DAT"] = "DAT";
|
|
20
|
+
Incoterm["DDP"] = "DDP";
|
|
21
|
+
})(Incoterm = exports.Incoterm || (exports.Incoterm = {}));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const InvoiceType = t.iface(["Meta"], {
|
|
8
|
+
"value": t.opt(t.union(t.lit("tax_invoice"), t.lit("proforma"))),
|
|
9
|
+
"NC_24000": t.opt("string"),
|
|
10
|
+
"Dokumentenarten": t.opt("string"),
|
|
11
|
+
"DE_I0200": t.opt("string"),
|
|
12
|
+
"DE_I0200_Bereich": t.opt("string"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
InvoiceType,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const InvoiceModel = t.iface(["DigicustDocumentModel"], {
|
|
8
|
+
"createdAt": t.opt("Date"),
|
|
9
|
+
"invoiceNumber": t.opt("any"),
|
|
10
|
+
"waybillNumber": t.opt("any"),
|
|
11
|
+
"invoiceType": t.opt("InvoiceType"),
|
|
12
|
+
"language": t.opt("LanguageModel"),
|
|
13
|
+
"invoiceDate": t.opt("DateTimeModel"),
|
|
14
|
+
"sellerOrderNumber": t.opt("any"),
|
|
15
|
+
"buyerOrderNumber": t.opt("any"),
|
|
16
|
+
"referenceNumber": t.opt("any"),
|
|
17
|
+
"deliveryNote": t.opt("any"),
|
|
18
|
+
"packingList": t.opt("any"),
|
|
19
|
+
"meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
|
|
20
|
+
"typeOfBusiness": t.opt("TypeOfBusiness"),
|
|
21
|
+
"incoterm": t.opt("IncotermModel"),
|
|
22
|
+
"placeIncoterm": t.opt("AddressModel"),
|
|
23
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
24
|
+
"generalHsCode": t.opt("any"),
|
|
25
|
+
"generalGoodsDescription": t.opt("any"),
|
|
26
|
+
"CAS": t.opt("any"),
|
|
27
|
+
"dualUseApprovalNumber": t.opt("any"),
|
|
28
|
+
"substanceCharacteristics": t.opt("any"),
|
|
29
|
+
"intendedApplication": t.opt("any"),
|
|
30
|
+
"tradePreference": t.opt("TradePreference"),
|
|
31
|
+
"preferenceInformation": t.opt("any"),
|
|
32
|
+
"typeOfPackage": t.opt("PackageType"),
|
|
33
|
+
"weight": t.opt("Weight"),
|
|
34
|
+
"netWeight": t.opt("Weight"),
|
|
35
|
+
"weightUnit": t.opt("any"),
|
|
36
|
+
"packageDimensions": t.opt("Dimensions"),
|
|
37
|
+
"numberOfShipments": t.opt("any"),
|
|
38
|
+
"packages": t.opt(t.array("Package")),
|
|
39
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
40
|
+
"totalValueWithoutTax": t.opt("Money"),
|
|
41
|
+
"totalTax": t.opt("Money"),
|
|
42
|
+
"licenseFee": t.opt("Money"),
|
|
43
|
+
"otherPayments": t.opt("Money"),
|
|
44
|
+
"shippingCost": t.opt("Money"),
|
|
45
|
+
"packagingCosts": t.opt("Money"),
|
|
46
|
+
"totalValue": t.opt("Money"),
|
|
47
|
+
"customsValue": t.opt("Money"),
|
|
48
|
+
"discount": t.opt("Money"),
|
|
49
|
+
"insuranceCosts": t.opt("Money"),
|
|
50
|
+
"currency": t.opt("any"),
|
|
51
|
+
"taxDetails": t.opt(t.array("TaxDetailsModel")),
|
|
52
|
+
"paymentAccountNumber": t.opt("any"),
|
|
53
|
+
"paymentBankCode": t.opt("any"),
|
|
54
|
+
"paymentIBAN": t.opt("any"),
|
|
55
|
+
"paymentBIC": t.opt("any"),
|
|
56
|
+
"dueDate": t.opt("DateTimeModel"),
|
|
57
|
+
"items": t.opt(t.array("LineItemModel")),
|
|
58
|
+
"itemIds": t.opt(t.array("string")),
|
|
59
|
+
"shipper": t.opt("CompanyModel"),
|
|
60
|
+
"recipient": t.opt("CompanyModel"),
|
|
61
|
+
"consignee": t.opt("CompanyModel"),
|
|
62
|
+
"beneficiary": t.opt("CompanyModel"),
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
66
|
+
InvoiceModel,
|
|
67
|
+
};
|
|
68
|
+
export default exportedTypeSuite;
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { DigicustDocumentModel,
|
|
2
|
-
import { AddressModel, CompanyModel, Currency,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
language?: LanguageModel & Meta<DocumentLanguage>;
|
|
9
|
-
deliveryNote?: Meta<string>;
|
|
10
|
-
issueDate?: DateTimeModel;
|
|
1
|
+
import { DigicustDocumentModel, IncotermModel, InvoiceType, LineItemModel, MeanOfTransportation, Package, TaxDetailsModel, TradePreference, TypeOfBusiness } from ".";
|
|
2
|
+
import { AddressModel, CompanyModel, Currency, DateTimeModel, Dimensions, LanguageModel, Meta, Money, PackageType, Weight, WeightUnit } from "..";
|
|
3
|
+
/**
|
|
4
|
+
* Identifies an invoice
|
|
5
|
+
*/
|
|
6
|
+
export interface InvoiceModel extends DigicustDocumentModel {
|
|
7
|
+
createdAt?: Date;
|
|
11
8
|
invoiceNumber?: Meta<string>;
|
|
9
|
+
waybillNumber?: Meta<string>;
|
|
10
|
+
invoiceType?: InvoiceType;
|
|
11
|
+
language?: LanguageModel;
|
|
12
|
+
invoiceDate?: DateTimeModel;
|
|
12
13
|
sellerOrderNumber?: Meta<string>;
|
|
13
14
|
buyerOrderNumber?: Meta<string>;
|
|
14
15
|
referenceNumber?: Meta<string>;
|
|
15
|
-
|
|
16
|
+
deliveryNote?: Meta<string>;
|
|
16
17
|
packingList?: Meta<string>;
|
|
17
18
|
meansOfTransportation?: MeanOfTransportation[];
|
|
18
19
|
typeOfBusiness?: TypeOfBusiness;
|
|
19
|
-
portOfExport?: Meta<string>;
|
|
20
|
-
portOfImport?: Meta<string>;
|
|
21
20
|
incoterm?: IncotermModel;
|
|
22
21
|
placeIncoterm?: AddressModel;
|
|
23
22
|
countryOfOrigin?: AddressModel;
|
|
24
|
-
generalHsCode?:
|
|
23
|
+
generalHsCode?: Meta<string>;
|
|
25
24
|
generalGoodsDescription?: Meta<string>;
|
|
26
25
|
CAS?: Meta<string>;
|
|
27
26
|
dualUseApprovalNumber?: Meta<string>;
|
|
@@ -29,23 +28,35 @@ export interface DeliveryNotesModel extends DigicustDocumentModel, LineItemConta
|
|
|
29
28
|
intendedApplication?: Meta<string>;
|
|
30
29
|
tradePreference?: TradePreference;
|
|
31
30
|
preferenceInformation?: Meta<string>;
|
|
32
|
-
|
|
31
|
+
typeOfPackage?: PackageType;
|
|
33
32
|
weight?: Weight;
|
|
34
33
|
netWeight?: Weight;
|
|
35
34
|
weightUnit?: Meta<WeightUnit>;
|
|
36
|
-
typeOfPackage?: PackageType;
|
|
37
35
|
packageDimensions?: Dimensions;
|
|
38
36
|
numberOfShipments?: Meta<number>;
|
|
39
37
|
packages?: Package[];
|
|
40
38
|
totalValueExcludingCharges?: Money;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
discount?: Money;
|
|
39
|
+
totalValueWithoutTax?: Money;
|
|
40
|
+
totalTax?: Money;
|
|
44
41
|
licenseFee?: Money;
|
|
45
42
|
otherPayments?: Money;
|
|
46
43
|
shippingCost?: Money;
|
|
44
|
+
packagingCosts?: Money;
|
|
47
45
|
totalValue?: Money;
|
|
48
46
|
customsValue?: Money;
|
|
47
|
+
discount?: Money;
|
|
48
|
+
insuranceCosts?: Money;
|
|
49
49
|
currency?: Meta<Currency>;
|
|
50
|
-
|
|
50
|
+
taxDetails?: Array<TaxDetailsModel>;
|
|
51
|
+
paymentAccountNumber?: Meta<string>;
|
|
52
|
+
paymentBankCode?: Meta<string>;
|
|
53
|
+
paymentIBAN?: Meta<string>;
|
|
54
|
+
paymentBIC?: Meta<string>;
|
|
55
|
+
dueDate?: DateTimeModel;
|
|
56
|
+
items?: LineItemModel[];
|
|
57
|
+
itemIds?: string[];
|
|
58
|
+
shipper?: CompanyModel;
|
|
59
|
+
recipient?: CompanyModel;
|
|
60
|
+
consignee?: CompanyModel;
|
|
61
|
+
beneficiary?: CompanyModel;
|
|
51
62
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LineItemModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"documentId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"isCondensed": t.opt("boolean"),
|
|
12
|
+
"invoiceNumber": t.opt("any"),
|
|
13
|
+
"waybillNumber": t.opt("any"),
|
|
14
|
+
"transitNumber": t.opt("any"),
|
|
15
|
+
"box40": t.opt("any"),
|
|
16
|
+
"guaranteeNumber": t.opt("any"),
|
|
17
|
+
"billOfLading": t.opt("any"),
|
|
18
|
+
"customsTariffNumber": t.opt("CustomsTariffNumber"),
|
|
19
|
+
"discountText": t.opt("string"),
|
|
20
|
+
"position": t.opt("any"),
|
|
21
|
+
"code": t.opt("any"),
|
|
22
|
+
"hsCode": t.opt("any"),
|
|
23
|
+
"batchNumber": t.opt("any"),
|
|
24
|
+
"lotNumber": t.opt("any"),
|
|
25
|
+
"serialNumber": t.opt("any"),
|
|
26
|
+
"orderNumber": t.opt("any"),
|
|
27
|
+
"description": t.opt("any"),
|
|
28
|
+
"documentDescription": t.opt("any"),
|
|
29
|
+
"quantity": t.opt("Quantity"),
|
|
30
|
+
"orderedQuantity": t.opt("Quantity"),
|
|
31
|
+
"unitOfMeasurement": t.opt("UnitOfMeasurement"),
|
|
32
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
33
|
+
"itemValue": t.opt("Money"),
|
|
34
|
+
"totalValue": t.opt("Money"),
|
|
35
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
36
|
+
"customsValue": t.opt("Money"),
|
|
37
|
+
"statisticalValue": t.opt("Money"),
|
|
38
|
+
"amountUnit": t.opt("any"),
|
|
39
|
+
"discount": t.opt("Money"),
|
|
40
|
+
"discountUnit": t.opt("any"),
|
|
41
|
+
"currency": t.opt("any"),
|
|
42
|
+
"netWeight": t.opt("Weight"),
|
|
43
|
+
"totalNetWeight": t.opt("Weight"),
|
|
44
|
+
"grossWeight": t.opt("Weight"),
|
|
45
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
46
|
+
"weightUnit": t.opt("any"),
|
|
47
|
+
"itemSize": t.opt("any"),
|
|
48
|
+
"itemSpecialUnitMeasure": t.opt("any"),
|
|
49
|
+
"itemSpecialUnit": t.opt("UnitOfMeasurement"),
|
|
50
|
+
"buyerArticleNumber": t.opt("any"),
|
|
51
|
+
"buyerOrderNumber": t.opt("any"),
|
|
52
|
+
"material": t.opt("any"),
|
|
53
|
+
"materialNumber": t.opt("any"),
|
|
54
|
+
"CAS": t.opt("any"),
|
|
55
|
+
"deliveryNote": t.opt("any"),
|
|
56
|
+
"reference": t.opt("any"),
|
|
57
|
+
"packingList": t.opt("any"),
|
|
58
|
+
"units": t.opt(t.array(t.iface([], {
|
|
59
|
+
"number": t.opt("number"),
|
|
60
|
+
"type": t.opt("string"),
|
|
61
|
+
}))),
|
|
62
|
+
"preferenceState": t.opt("PreferenceState"),
|
|
63
|
+
"documents": t.opt(t.array("DigicustDocumentModel")),
|
|
64
|
+
"adjustments": t.opt(t.array("Adjustment")),
|
|
65
|
+
"containers": t.opt(t.array("Container")),
|
|
66
|
+
"shipper": "CompanyModel",
|
|
67
|
+
"exportingCountry": "AddressModel",
|
|
68
|
+
"destinationCountry": "AddressModel",
|
|
69
|
+
"customsProcedure": t.opt("Procedure"),
|
|
70
|
+
"documentTypes": t.opt(t.array("DocumentTypeCode")),
|
|
71
|
+
"preliminaryDocument": t.opt("any"),
|
|
72
|
+
"specialRemarks": t.opt(t.array("any")),
|
|
73
|
+
"packages": t.opt(t.array("Package")),
|
|
74
|
+
"materialId": t.opt("string"),
|
|
75
|
+
"creationType": t.opt("MasterDataCreationType"),
|
|
76
|
+
"bbox": t.opt("Bbox"),
|
|
77
|
+
"matchingMetadata": t.opt("any"),
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
81
|
+
LineItemModel,
|
|
82
|
+
};
|
|
83
|
+
export default exportedTypeSuite;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Adjustment, Container, DigicustDocumentModel, DocumentTypeCode, MatchingMetadataModel, MaterialMatchInput, MaterialMatchResult, Package, PreferenceState, Procedure, AddressModel, CompanyModel, Currency, CustomsTariffNumber, Meta, Money, Quantity, Weight, WeightUnit, Bbox, UnitOfMeasurement, MasterDataCreationType, CustomsDuty, ImportSalesTax } from "..";
|
|
1
|
+
import { Adjustment, Container, DigicustDocumentModel, DocumentTypeCode, MatchingMetadataModel, MaterialMatchInput, MaterialMatchResult, Package, PreferenceState, Procedure, AddressModel, CompanyModel, Currency, CustomsTariffNumber, Meta, Money, Quantity, Weight, WeightUnit, Bbox, UnitOfMeasurement, MasterDataCreationType, CustomsDuty, ImportSalesTax, AdditionDeduction } from "..";
|
|
2
2
|
/**
|
|
3
3
|
* Identifies line items (specific products) listed on a document
|
|
4
4
|
*/
|
|
@@ -26,11 +26,7 @@ export interface LineItemModel {
|
|
|
26
26
|
currency?: Meta<Currency>;
|
|
27
27
|
totalValue?: Money;
|
|
28
28
|
customsValue?: Money;
|
|
29
|
-
customsValueAdditionDeduction?:
|
|
30
|
-
A1070?: string;
|
|
31
|
-
costs?: Money;
|
|
32
|
-
totalFreightCosts?: Money;
|
|
33
|
-
}[];
|
|
29
|
+
customsValueAdditionDeduction?: AdditionDeduction[];
|
|
34
30
|
discount?: Money;
|
|
35
31
|
discountUnit?: Meta<Currency | "%">;
|
|
36
32
|
additionalChargesUnit?: Meta<Currency>;
|
|
@@ -93,4 +89,4 @@ export interface LineItemModel {
|
|
|
93
89
|
bbox?: Bbox;
|
|
94
90
|
matchingMetadata?: MatchingMetadataModel<MaterialMatchInput, MaterialMatchResult>;
|
|
95
91
|
}
|
|
96
|
-
export declare const condenseLineItem: (lineItem?: LineItemModel) => LineItemModel | null;
|
|
92
|
+
export declare const condenseLineItem: (lineItem?: LineItemModel | undefined) => LineItemModel | null;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LineItemModel = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"documentId": t.opt("string"),
|
|
10
|
+
"caseId": t.opt("string"),
|
|
11
|
+
"isCondensed": t.opt("boolean"),
|
|
12
|
+
"invoiceNumber": t.opt("any"),
|
|
13
|
+
"waybillNumber": t.opt("any"),
|
|
14
|
+
"transitNumber": t.opt("any"),
|
|
15
|
+
"box40": t.opt("any"),
|
|
16
|
+
"guaranteeNumber": t.opt("any"),
|
|
17
|
+
"billOfLading": t.opt("any"),
|
|
18
|
+
"customsTariffNumber": t.opt("CustomsTariffNumber"),
|
|
19
|
+
"discountText": t.opt("string"),
|
|
20
|
+
"position": t.opt("any"),
|
|
21
|
+
"code": t.opt("any"),
|
|
22
|
+
"hsCode": t.opt("any"),
|
|
23
|
+
"batchNumber": t.opt("any"),
|
|
24
|
+
"lotNumber": t.opt("any"),
|
|
25
|
+
"serialNumber": t.opt("any"),
|
|
26
|
+
"orderNumber": t.opt("any"),
|
|
27
|
+
"description": t.opt("any"),
|
|
28
|
+
"documentDescription": t.opt("any"),
|
|
29
|
+
"quantity": t.opt("Quantity"),
|
|
30
|
+
"orderedQuantity": t.opt("Quantity"),
|
|
31
|
+
"unitOfMeasurement": t.opt("UnitOfMeasurement"),
|
|
32
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
33
|
+
"itemValue": t.opt("Money"),
|
|
34
|
+
"totalValue": t.opt("Money"),
|
|
35
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
36
|
+
"customsValue": t.opt("Money"),
|
|
37
|
+
"amountUnit": t.opt("any"),
|
|
38
|
+
"discount": t.opt("Money"),
|
|
39
|
+
"discountUnit": t.opt("any"),
|
|
40
|
+
"currency": t.opt("any"),
|
|
41
|
+
"netWeight": t.opt("Weight"),
|
|
42
|
+
"totalNetWeight": t.opt("Weight"),
|
|
43
|
+
"grossWeight": t.opt("Weight"),
|
|
44
|
+
"totalGrossWeight": t.opt("Weight"),
|
|
45
|
+
"weightUnit": t.opt("any"),
|
|
46
|
+
"itemSize": t.opt("any"),
|
|
47
|
+
"itemSpecialUnitMeasure": t.opt("any"),
|
|
48
|
+
"itemSpecialUnit": t.opt("UnitOfMeasurement"),
|
|
49
|
+
"buyerArticleNumber": t.opt("any"),
|
|
50
|
+
"buyerOrderNumber": t.opt("any"),
|
|
51
|
+
"material": t.opt("any"),
|
|
52
|
+
"materialNumber": t.opt("any"),
|
|
53
|
+
"CAS": t.opt("any"),
|
|
54
|
+
"deliveryNote": t.opt("any"),
|
|
55
|
+
"reference": t.opt("any"),
|
|
56
|
+
"packingList": t.opt("any"),
|
|
57
|
+
"units": t.opt(t.array(t.iface([], {
|
|
58
|
+
"number": t.opt("number"),
|
|
59
|
+
"type": t.opt("string"),
|
|
60
|
+
}))),
|
|
61
|
+
"preferenceState": t.opt("PreferenceState"),
|
|
62
|
+
"documents": t.opt(t.array("DigicustDocumentModel")),
|
|
63
|
+
"adjustments": t.opt(t.array("Adjustment")),
|
|
64
|
+
"containers": t.opt(t.array("Container")),
|
|
65
|
+
"shipper": "CompanyModel",
|
|
66
|
+
"exportingCountry": "AddressModel",
|
|
67
|
+
"destinationCountry": "AddressModel",
|
|
68
|
+
"customsProcedure": t.opt("Procedure"),
|
|
69
|
+
"documentTypes": t.opt(t.array("DocumentTypeCode")),
|
|
70
|
+
"preliminaryDocument": t.opt("any"),
|
|
71
|
+
"specialRemarks": t.opt(t.array("any")),
|
|
72
|
+
"packages": t.opt(t.array("Package")),
|
|
73
|
+
"materialId": t.opt("string"),
|
|
74
|
+
"creationType": t.opt("MasterDataCreationType"),
|
|
75
|
+
"bbox": t.opt("Bbox"),
|
|
76
|
+
"matchingMetadata": t.opt("any"),
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
80
|
+
LineItemModel,
|
|
81
|
+
};
|
|
82
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Adjustment, Container, DigicustDocumentModel, DocumentTypeCode, MatchingMetadataModel, MaterialMatchInput, MaterialMatchResult, Package, PreferenceState, Procedure } from ".";
|
|
2
|
+
import { AddressModel, CompanyModel, Currency, CustomsTariffNumber, Meta, Money, Quantity, Weight, WeightUnit } from "..";
|
|
3
|
+
import { Bbox } from "../common/bbox.model";
|
|
4
|
+
import { UnitOfMeasurement } from "../common/unit-of-measurement";
|
|
5
|
+
import { MasterDataCreationType } from "./masterdata";
|
|
6
|
+
/**
|
|
7
|
+
* Identifies line items (specific products) listed on a document
|
|
8
|
+
*/
|
|
9
|
+
export interface LineItemModel {
|
|
10
|
+
id?: string;
|
|
11
|
+
documentId?: string;
|
|
12
|
+
caseId?: string;
|
|
13
|
+
isCondensed?: boolean;
|
|
14
|
+
invoiceNumber?: Meta<string>;
|
|
15
|
+
waybillNumber?: Meta<string>;
|
|
16
|
+
transitNumber?: Meta<string>;
|
|
17
|
+
box40?: Meta<string>;
|
|
18
|
+
guaranteeNumber?: Meta<string>;
|
|
19
|
+
billOfLading?: Meta<string>;
|
|
20
|
+
customsTariffNumber?: CustomsTariffNumber;
|
|
21
|
+
discountText?: string;
|
|
22
|
+
position?: Meta<string>;
|
|
23
|
+
code?: Meta<string>;
|
|
24
|
+
hsCode?: Meta<string>;
|
|
25
|
+
batchNumber?: Meta<string>;
|
|
26
|
+
lotNumber?: Meta<string>;
|
|
27
|
+
serialNumber?: Meta<string>;
|
|
28
|
+
orderNumber?: Meta<string>;
|
|
29
|
+
description?: Meta<string>;
|
|
30
|
+
documentDescription?: Meta<string>;
|
|
31
|
+
quantity?: Quantity;
|
|
32
|
+
orderedQuantity?: Quantity;
|
|
33
|
+
unitOfMeasurement?: UnitOfMeasurement;
|
|
34
|
+
countryOfOrigin?: AddressModel;
|
|
35
|
+
itemValue?: Money;
|
|
36
|
+
totalValue?: Money;
|
|
37
|
+
totalValueExcludingCharges?: Money;
|
|
38
|
+
customsValue?: Money;
|
|
39
|
+
amountUnit?: Meta<number>;
|
|
40
|
+
discount?: Money;
|
|
41
|
+
discountUnit?: Meta<Currency | "%">;
|
|
42
|
+
currency?: Meta<Currency>;
|
|
43
|
+
netWeight?: Weight;
|
|
44
|
+
totalNetWeight?: Weight;
|
|
45
|
+
grossWeight?: Weight;
|
|
46
|
+
totalGrossWeight?: Weight;
|
|
47
|
+
weightUnit?: Meta<WeightUnit>;
|
|
48
|
+
itemSize?: Meta<string>;
|
|
49
|
+
itemSpecialUnitMeasure?: Meta<number>;
|
|
50
|
+
itemSpecialUnit?: UnitOfMeasurement;
|
|
51
|
+
buyerArticleNumber?: Meta<string>;
|
|
52
|
+
buyerOrderNumber?: Meta<string>;
|
|
53
|
+
/** Textual Material Description */
|
|
54
|
+
material?: Meta<string>;
|
|
55
|
+
materialNumber?: Meta<string>;
|
|
56
|
+
CAS?: Meta<string>;
|
|
57
|
+
deliveryNote?: Meta<string>;
|
|
58
|
+
reference?: Meta<string>;
|
|
59
|
+
packingList?: Meta<string>;
|
|
60
|
+
units?: {
|
|
61
|
+
number?: number;
|
|
62
|
+
type?: string;
|
|
63
|
+
}[];
|
|
64
|
+
preferenceState?: PreferenceState;
|
|
65
|
+
documents?: DigicustDocumentModel[];
|
|
66
|
+
adjustments?: Adjustment[];
|
|
67
|
+
containers?: Container[];
|
|
68
|
+
/** export declaration * */
|
|
69
|
+
shipper: CompanyModel;
|
|
70
|
+
exportingCountry: AddressModel;
|
|
71
|
+
destinationCountry: AddressModel;
|
|
72
|
+
customsProcedure?: Procedure;
|
|
73
|
+
documentTypes?: DocumentTypeCode[];
|
|
74
|
+
preliminaryDocument?: Meta<string>;
|
|
75
|
+
specialRemarks?: Meta<string>[];
|
|
76
|
+
packages?: Package[];
|
|
77
|
+
materialId?: string;
|
|
78
|
+
creationType?: MasterDataCreationType;
|
|
79
|
+
bbox?: Bbox;
|
|
80
|
+
matchingMetadata?: MatchingMetadataModel<MaterialMatchInput, MaterialMatchResult>;
|
|
81
|
+
}
|
|
82
|
+
export declare const condenseLineItem: (lineItem?: LineItemModel | undefined) => LineItemModel | null;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.condenseLineItem = void 0;
|
|
4
|
+
var cleanObject_1 = require("../../helpers/cleanObject");
|
|
5
|
+
var condenseLineItem = function (lineItem) {
|
|
6
|
+
if (lineItem) {
|
|
7
|
+
var condensedLineItem = {
|
|
8
|
+
id: lineItem.id,
|
|
9
|
+
documentId: lineItem.documentId,
|
|
10
|
+
caseId: lineItem.caseId,
|
|
11
|
+
};
|
|
12
|
+
(0, cleanObject_1.cleanObject)(condensedLineItem);
|
|
13
|
+
return condensedLineItem;
|
|
14
|
+
}
|
|
15
|
+
return null;
|
|
16
|
+
};
|
|
17
|
+
exports.condenseLineItem = condenseLineItem;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const LoadType = t.enumtype({
|
|
8
|
+
"CEP": "CEP",
|
|
9
|
+
"FCL": "FCL",
|
|
10
|
+
"LCL": "LCL",
|
|
11
|
+
"FTL": "FTL",
|
|
12
|
+
"LTL": "LTL",
|
|
13
|
+
"Bulk": "Bulk",
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
LoadType,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum LoadType {
|
|
2
|
+
/** Courier Express and Parcel */
|
|
3
|
+
CEP = "CEP",
|
|
4
|
+
/** Full Container Load */
|
|
5
|
+
FCL = "FCL",
|
|
6
|
+
/** Less-Than-Container Load */
|
|
7
|
+
LCL = "LCL",
|
|
8
|
+
/** Full Truck Load */
|
|
9
|
+
FTL = "FTL",
|
|
10
|
+
/** Less-Than-Truck Load */
|
|
11
|
+
LTL = "LTL",
|
|
12
|
+
/** Bulk Cargo */
|
|
13
|
+
Bulk = "Bulk"
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LoadType = void 0;
|
|
4
|
+
// Load type - e.g. full container load
|
|
5
|
+
var LoadType;
|
|
6
|
+
(function (LoadType) {
|
|
7
|
+
/** Courier Express and Parcel */
|
|
8
|
+
LoadType["CEP"] = "CEP";
|
|
9
|
+
/** Full Container Load */
|
|
10
|
+
LoadType["FCL"] = "FCL";
|
|
11
|
+
/** Less-Than-Container Load */
|
|
12
|
+
LoadType["LCL"] = "LCL";
|
|
13
|
+
/** Full Truck Load */
|
|
14
|
+
LoadType["FTL"] = "FTL";
|
|
15
|
+
/** Less-Than-Truck Load */
|
|
16
|
+
LoadType["LTL"] = "LTL";
|
|
17
|
+
/** Bulk Cargo */
|
|
18
|
+
LoadType["Bulk"] = "Bulk";
|
|
19
|
+
})(LoadType = exports.LoadType || (exports.LoadType = {}));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
10
|
+
};
|
|
11
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const MatchingMetadataModel = t.iface([], {
|
|
8
|
+
"input": "T",
|
|
9
|
+
"usedMatcher": "string",
|
|
10
|
+
"matchScore": "number",
|
|
11
|
+
"matchResult": "S",
|
|
12
|
+
"stringScoring": t.opt("StringScoringDetails"),
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
16
|
+
MatchingMetadataModel,
|
|
17
|
+
};
|
|
18
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const MaterialMatchInput = t.iface([], {
|
|
8
|
+
"materialNumber": t.opt("string"),
|
|
9
|
+
"code": t.opt("string"),
|
|
10
|
+
"buyerArticleNumber": t.opt("string"),
|
|
11
|
+
"buyerOrderNumber": t.opt("string"),
|
|
12
|
+
"reference": t.opt("string"),
|
|
13
|
+
"shipperId": t.opt("string"),
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
17
|
+
MaterialMatchInput,
|
|
18
|
+
};
|
|
19
|
+
export default exportedTypeSuite;
|