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,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UOM = void 0;
|
|
4
|
+
// UOM = Unit of Measurement Enum type
|
|
5
|
+
var UOM;
|
|
6
|
+
(function (UOM) {
|
|
7
|
+
UOM["BG"] = "BG";
|
|
8
|
+
UOM["BA"] = "BA";
|
|
9
|
+
UOM["BT"] = "BT";
|
|
10
|
+
UOM["BOX"] = "BOX";
|
|
11
|
+
UOM["BH"] = "BH";
|
|
12
|
+
UOM["BE"] = "BE";
|
|
13
|
+
UOM["BU"] = "BU";
|
|
14
|
+
UOM["CI"] = "CI";
|
|
15
|
+
UOM["CT"] = "CT";
|
|
16
|
+
UOM["CS"] = "CS";
|
|
17
|
+
UOM["CM"] = "CM";
|
|
18
|
+
UOM["CON"] = "CON";
|
|
19
|
+
UOM["CR"] = "CR";
|
|
20
|
+
UOM["CY"] = "CY";
|
|
21
|
+
UOM["EA"] = "EA";
|
|
22
|
+
UOM["NMB"] = "NMB";
|
|
23
|
+
UOM["EN"] = "EN";
|
|
24
|
+
UOM["FT"] = "FT";
|
|
25
|
+
UOM["KG"] = "KG";
|
|
26
|
+
UOM["KGS"] = "KGS";
|
|
27
|
+
UOM["L"] = "L";
|
|
28
|
+
UOM["M"] = "M";
|
|
29
|
+
UOM["PK"] = "PK";
|
|
30
|
+
UOM["PA"] = "PA";
|
|
31
|
+
UOM["PAR"] = "PAR";
|
|
32
|
+
UOM["PRS"] = "PRS";
|
|
33
|
+
UOM["PAL"] = "PAL";
|
|
34
|
+
UOM["PC"] = "PC";
|
|
35
|
+
UOM["PCS"] = "PCS";
|
|
36
|
+
UOM["LB"] = "LB";
|
|
37
|
+
UOM["PF"] = "PF";
|
|
38
|
+
UOM["ROL"] = "ROL";
|
|
39
|
+
UOM["SET"] = "SET";
|
|
40
|
+
UOM["SME"] = "SME";
|
|
41
|
+
UOM["SYD"] = "SYD";
|
|
42
|
+
UOM["TU"] = "TU";
|
|
43
|
+
UOM["YD"] = "YD";
|
|
44
|
+
})(UOM = exports.UOM || (exports.UOM = {}));
|
|
@@ -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,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WeightUnit = void 0;
|
|
4
|
+
var WeightUnit;
|
|
5
|
+
(function (WeightUnit) {
|
|
6
|
+
WeightUnit["kilogram"] = "kg";
|
|
7
|
+
WeightUnit["pound"] = "lb";
|
|
8
|
+
WeightUnit["ounce"] = "ounce";
|
|
9
|
+
WeightUnit["milligram"] = "mg";
|
|
10
|
+
WeightUnit["gram"] = "g";
|
|
11
|
+
WeightUnit["decagram"] = "dag";
|
|
12
|
+
WeightUnit["ton"] = "t";
|
|
13
|
+
WeightUnit["microgram"] = "\u00B5g";
|
|
14
|
+
})(WeightUnit = exports.WeightUnit || (exports.WeightUnit = {}));
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.condenseWeight = void 0;
|
|
4
|
+
var condenseWeight = function (weight) {
|
|
5
|
+
var condensed = {
|
|
6
|
+
value: weight.value,
|
|
7
|
+
unit: weight.unit,
|
|
8
|
+
kgEquivalent: weight.kgEquivalent,
|
|
9
|
+
confidence: weight.confidence,
|
|
10
|
+
reviewNeeded: weight.reviewNeeded,
|
|
11
|
+
};
|
|
12
|
+
condensed = JSON.parse(JSON.stringify(condensed)); // remove undefined properties
|
|
13
|
+
return condensed;
|
|
14
|
+
};
|
|
15
|
+
exports.condenseWeight = condenseWeight;
|
|
@@ -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,23 @@
|
|
|
1
|
+
export interface Workflow<T> {
|
|
2
|
+
/**
|
|
3
|
+
* The current value of the property
|
|
4
|
+
*/
|
|
5
|
+
value?: T;
|
|
6
|
+
/**
|
|
7
|
+
* Normalized searchValue, for any related queries.
|
|
8
|
+
* Needs to be a string, even if value is of a different type.
|
|
9
|
+
*/
|
|
10
|
+
searchValue?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Encoded user (username, userId, etc.)
|
|
13
|
+
*/
|
|
14
|
+
lastChangedBy?: String;
|
|
15
|
+
/**
|
|
16
|
+
* Mark this property as user-edited (as opposed to machine-generated)
|
|
17
|
+
*/
|
|
18
|
+
userEdited?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Last modification date (user or machine), as a UTC unix timestamp
|
|
21
|
+
*/
|
|
22
|
+
modifiedAt?: number;
|
|
23
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 AnalyzerMetadataModel = t.iface([], {
|
|
8
|
+
"importStatus": t.opt("RossumImportStatus"),
|
|
9
|
+
"annotationId": t.opt("string"),
|
|
10
|
+
"queueId": t.opt("number"),
|
|
11
|
+
"exportOnConfirmed": t.opt("boolean"),
|
|
12
|
+
"splitAnnotationIds": t.opt(t.array("string")),
|
|
13
|
+
"parentAnnotationId": t.opt("string"),
|
|
14
|
+
"env": t.opt("string"),
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
18
|
+
AnalyzerMetadataModel,
|
|
19
|
+
};
|
|
20
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RossumImportStatus } from "../rossum";
|
|
2
|
+
/**
|
|
3
|
+
* Base Model for Analyser Metadata (used in case document)
|
|
4
|
+
*/
|
|
5
|
+
export interface AnalyzerMetadataModel {
|
|
6
|
+
importStatus?: RossumImportStatus;
|
|
7
|
+
annotationId?: string;
|
|
8
|
+
queueId?: number;
|
|
9
|
+
exportOnConfirmed?: boolean;
|
|
10
|
+
splitAnnotationIds?: string[];
|
|
11
|
+
parentAnnotationId?: string;
|
|
12
|
+
env?: string;
|
|
13
|
+
}
|
|
@@ -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 WorkspaceQueues = t.iface([], {
|
|
8
|
+
"QueueId": t.opt("string"),
|
|
9
|
+
"name": t.opt("string"),
|
|
10
|
+
"QueueDocumentType": t.opt("string"),
|
|
11
|
+
"active": t.opt("boolean"),
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export const QueueWorkspaceModel = t.iface([], {
|
|
15
|
+
"id": t.opt("string"),
|
|
16
|
+
"name": t.opt("string"),
|
|
17
|
+
"active": t.opt("boolean"),
|
|
18
|
+
"queues": t.opt(t.array("WorkspaceQueues")),
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
22
|
+
WorkspaceQueues,
|
|
23
|
+
QueueWorkspaceModel,
|
|
24
|
+
};
|
|
25
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const Activity = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"customerId": t.opt("string"),
|
|
10
|
+
"projectId": t.opt("string"),
|
|
11
|
+
"userId": t.opt("string"),
|
|
12
|
+
"activityName": t.opt("string"),
|
|
13
|
+
"description": t.opt("string"),
|
|
14
|
+
"timestamp": t.opt("Date"),
|
|
15
|
+
"caseId": t.opt("string"),
|
|
16
|
+
"subscriptionId": t.opt("string"),
|
|
17
|
+
"paid": t.opt("boolean"),
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
21
|
+
Activity,
|
|
22
|
+
};
|
|
23
|
+
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,24 @@
|
|
|
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 Activity = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"customerId": t.opt("string"),
|
|
10
|
+
"projectId": t.opt("string"),
|
|
11
|
+
"userId": t.opt("string"),
|
|
12
|
+
"activityName": t.opt("string"),
|
|
13
|
+
"description": t.opt("string"),
|
|
14
|
+
"timestamp": t.opt("Date"),
|
|
15
|
+
"caseId": t.opt("string"),
|
|
16
|
+
"subscriptionId": t.opt("string"),
|
|
17
|
+
"paid": t.opt("boolean"),
|
|
18
|
+
"extraCosts": t.opt("Money"),
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
22
|
+
Activity,
|
|
23
|
+
};
|
|
24
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Money } from "../common";
|
|
2
|
+
/**
|
|
3
|
+
* Used to document usage of the service. Every activity can be tracked using this interface
|
|
4
|
+
*/
|
|
5
|
+
export interface Activity {
|
|
6
|
+
id?: string;
|
|
7
|
+
customerId?: string;
|
|
8
|
+
projectId?: string;
|
|
9
|
+
userId?: string;
|
|
10
|
+
/** An identifier of this type of activity */
|
|
11
|
+
activityName?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
timestamp?: Date;
|
|
14
|
+
caseId?: string;
|
|
15
|
+
subscriptionId?: string;
|
|
16
|
+
paid?: boolean;
|
|
17
|
+
extraCosts?: Money;
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const Activity = t.iface([], {
|
|
8
|
+
"id": t.opt("string"),
|
|
9
|
+
"customerId": t.opt("string"),
|
|
10
|
+
"projectId": t.opt("string"),
|
|
11
|
+
"userId": t.opt("string"),
|
|
12
|
+
"activityName": t.opt("string"),
|
|
13
|
+
"description": t.opt("string"),
|
|
14
|
+
"timestamp": t.opt("Date"),
|
|
15
|
+
"caseId": t.opt("string"),
|
|
16
|
+
"subscriptionId": t.opt("string"),
|
|
17
|
+
"paid": t.opt("boolean"),
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
21
|
+
Activity,
|
|
22
|
+
};
|
|
23
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Used to document usage of the service. Every activity can be tracked using this interface
|
|
3
|
+
*/
|
|
4
|
+
export interface Activity {
|
|
5
|
+
id?: string;
|
|
6
|
+
customerId?: string;
|
|
7
|
+
projectId?: string;
|
|
8
|
+
userId?: string;
|
|
9
|
+
/** An identifier of this type of activity */
|
|
10
|
+
activityName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
timestamp?: Date;
|
|
13
|
+
caseId?: string;
|
|
14
|
+
subscriptionId?: string;
|
|
15
|
+
paid?: boolean;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module was automatically generated by `ts-interface-builder`
|
|
3
|
+
*/
|
|
4
|
+
import * as t from "ts-interface-checker";
|
|
5
|
+
// tslint:disable:object-literal-key-quotes
|
|
6
|
+
|
|
7
|
+
export const Adjustment = t.iface(["Meta"], {
|
|
8
|
+
"amountOfMoney": t.opt("Money"),
|
|
9
|
+
"valueType": t.opt(t.union(t.lit("Duty"), t.lit("Statistical"), t.lit("VAT"))),
|
|
10
|
+
"type": t.opt(t.union(t.lit("Addition_Insurance"), t.lit("Addition_Transport"), t.lit("Addition_Further"), t.lit("Deduction_Insurance"), t.lit("Deduction_Transport"), t.lit("Deduction_Further"))),
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
14
|
+
Adjustment,
|
|
15
|
+
};
|
|
16
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, Money } from "../common";
|
|
2
|
+
/** adjustments to statistical/duty/VAT value */
|
|
3
|
+
export interface Adjustment extends Meta<any> {
|
|
4
|
+
amountOfMoney?: Money;
|
|
5
|
+
valueType?: "Duty" | "Statistical" | "VAT";
|
|
6
|
+
type?: "Addition_Insurance" | "Addition_Transport" | "Addition_Further" | "Deduction_Insurance" | "Deduction_Transport" | "Deduction_Further";
|
|
7
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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 AggregatedCaseDataModel = t.iface([], {
|
|
8
|
+
"procedure": t.opt("Procedure"),
|
|
9
|
+
"referenceNumber": t.opt("any"),
|
|
10
|
+
"mrnNumber": t.opt("any"),
|
|
11
|
+
"loadType": t.opt("any"),
|
|
12
|
+
"countryOfOrigin": t.opt("AddressModel"),
|
|
13
|
+
"fromAddress": t.opt("AddressModel"),
|
|
14
|
+
"toAddress": t.opt("AddressModel"),
|
|
15
|
+
"transitCountries": t.opt(t.array("AddressModel")),
|
|
16
|
+
"arrivalDate": t.opt("DateTimeModel"),
|
|
17
|
+
"departureDate": t.opt("DateTimeModel"),
|
|
18
|
+
"issueDate": t.opt("DateTimeModel"),
|
|
19
|
+
"transferDate": t.opt("DateTimeModel"),
|
|
20
|
+
"registrationDate": t.opt("DateTimeModel"),
|
|
21
|
+
"duration": t.opt("any"),
|
|
22
|
+
"consignee": t.opt("CompanyModel"),
|
|
23
|
+
"shipper": t.opt("CompanyModel"),
|
|
24
|
+
"exporter": t.opt("CompanyModel"),
|
|
25
|
+
"importer": t.opt("CompanyModel"),
|
|
26
|
+
"declarant": t.opt("CompanyModel"),
|
|
27
|
+
"agent": t.opt("CompanyModel"),
|
|
28
|
+
"broker": t.opt("CompanyModel"),
|
|
29
|
+
"buyer": t.opt("CompanyModel"),
|
|
30
|
+
"carrier": t.opt("CompanyModel"),
|
|
31
|
+
"warehouse": t.opt("CompanyModel"),
|
|
32
|
+
"obligater": t.opt("CompanyModel"),
|
|
33
|
+
"adjustments": t.opt(t.array("Adjustment")),
|
|
34
|
+
"containers": t.opt(t.array("Container")),
|
|
35
|
+
"currency": t.opt("any"),
|
|
36
|
+
"waybillType": t.opt("WaybillTypeModel"),
|
|
37
|
+
"waybillNumber": t.opt("any"),
|
|
38
|
+
"weightUnit": t.opt("any"),
|
|
39
|
+
"weight": t.opt("Weight"),
|
|
40
|
+
"netWeight": t.opt("Weight"),
|
|
41
|
+
"incoterm": t.opt("IncotermModel"),
|
|
42
|
+
"placeIncoterm": t.opt("AddressModel"),
|
|
43
|
+
"costIntersection": t.opt("CostIntersection"),
|
|
44
|
+
"tradePreference": t.opt("TradePreference"),
|
|
45
|
+
"customsOffices": t.opt(t.array("CustomsOffice")),
|
|
46
|
+
"meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
|
|
47
|
+
"typeofBusiness": t.opt("TypeOfBusiness"),
|
|
48
|
+
"caseType": t.opt("any"),
|
|
49
|
+
"items": t.opt(t.array("LineItemModel")),
|
|
50
|
+
"numberOfShipments": t.opt("any"),
|
|
51
|
+
"packages": t.opt(t.array("Package")),
|
|
52
|
+
"sealNumber": t.opt("any"),
|
|
53
|
+
"truckNationality": t.opt("any"),
|
|
54
|
+
"truckLicensePlate": t.opt("any"),
|
|
55
|
+
"trailerLicensePlate": t.opt("any"),
|
|
56
|
+
"destinationCustomOffice": t.opt("any"),
|
|
57
|
+
"departureCustomOffice": t.opt("any"),
|
|
58
|
+
"loadingPlace": t.opt("any"),
|
|
59
|
+
"transitItems": t.opt(t.array("TransitItemModel")),
|
|
60
|
+
"totalValueExcludingCharges": t.opt("Money"),
|
|
61
|
+
"totalValueWithoutTax": t.opt("Money"),
|
|
62
|
+
"totalTax": t.opt("Money"),
|
|
63
|
+
"totalValue": t.opt("Money"),
|
|
64
|
+
"totalLicenseFee": t.opt("Money"),
|
|
65
|
+
"totalOtherPayments": t.opt("Money"),
|
|
66
|
+
"totalShippingCost": t.opt("Money"),
|
|
67
|
+
"totalPackagingCosts": t.opt("Money"),
|
|
68
|
+
"totalCustomsValue": t.opt("Money"),
|
|
69
|
+
"totalDiscount": t.opt("Money"),
|
|
70
|
+
"totalInsuranceCosts": t.opt("Money"),
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
74
|
+
AggregatedCaseDataModel,
|
|
75
|
+
};
|
|
76
|
+
export default exportedTypeSuite;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { Procedure, LoadType, Adjustment, Container, WaybillTypeModel, IncotermModel, CostIntersection, TradePreference, CustomsOffice, MeanOfTransportation, TypeOfBusiness, CaseType, LineItemModel, Package } from ".";
|
|
2
|
+
import { Meta, AddressModel, DateTimeModel, CompanyModel, Currency, WeightUnit, Weight, Money } from "..";
|
|
3
|
+
import { TransitItemModel } from "./transit-item.model";
|
|
4
|
+
/**
|
|
5
|
+
* Used to store aggregated information of a case
|
|
6
|
+
*/
|
|
7
|
+
export interface AggregatedCaseDataModel {
|
|
8
|
+
procedure?: Procedure;
|
|
9
|
+
/** commercial reference number, usually assigned by the trader */
|
|
10
|
+
referenceNumber?: Meta<string>;
|
|
11
|
+
mrnNumber?: Meta<string>;
|
|
12
|
+
/** Load Type, e.g. full container load */
|
|
13
|
+
loadType?: Meta<LoadType>;
|
|
14
|
+
countryOfOrigin?: AddressModel;
|
|
15
|
+
fromAddress?: AddressModel;
|
|
16
|
+
toAddress?: AddressModel;
|
|
17
|
+
transitCountries?: AddressModel[];
|
|
18
|
+
arrivalDate?: DateTimeModel;
|
|
19
|
+
departureDate?: DateTimeModel;
|
|
20
|
+
issueDate?: DateTimeModel;
|
|
21
|
+
transferDate?: DateTimeModel;
|
|
22
|
+
registrationDate?: DateTimeModel;
|
|
23
|
+
duration?: Meta<number>;
|
|
24
|
+
consignee?: CompanyModel;
|
|
25
|
+
shipper?: CompanyModel;
|
|
26
|
+
exporter?: CompanyModel;
|
|
27
|
+
importer?: CompanyModel;
|
|
28
|
+
declarant?: CompanyModel;
|
|
29
|
+
agent?: CompanyModel;
|
|
30
|
+
broker?: CompanyModel;
|
|
31
|
+
buyer?: CompanyModel;
|
|
32
|
+
carrier?: CompanyModel;
|
|
33
|
+
warehouse?: CompanyModel;
|
|
34
|
+
obligater?: CompanyModel;
|
|
35
|
+
/** adjustments to statistical/duty/VAT value */
|
|
36
|
+
adjustments?: Adjustment[];
|
|
37
|
+
containers?: Container[];
|
|
38
|
+
currency?: Meta<Currency>;
|
|
39
|
+
waybillType?: WaybillTypeModel;
|
|
40
|
+
waybillNumber?: Meta<string>;
|
|
41
|
+
weightUnit?: Meta<WeightUnit>;
|
|
42
|
+
weight?: Weight;
|
|
43
|
+
netWeight?: Weight;
|
|
44
|
+
incoterm?: IncotermModel;
|
|
45
|
+
placeIncoterm?: AddressModel;
|
|
46
|
+
costIntersection?: CostIntersection;
|
|
47
|
+
tradePreference?: TradePreference;
|
|
48
|
+
customsOffices?: CustomsOffice[];
|
|
49
|
+
meansOfTransportation?: MeanOfTransportation[];
|
|
50
|
+
typeofBusiness?: TypeOfBusiness;
|
|
51
|
+
/** case flow (import, export, ...) */
|
|
52
|
+
caseType?: Meta<CaseType>;
|
|
53
|
+
items?: LineItemModel[];
|
|
54
|
+
numberOfShipments?: Meta<number>;
|
|
55
|
+
packages?: Package[];
|
|
56
|
+
sealNumber?: Meta<string>;
|
|
57
|
+
truckNationality?: Meta<string>;
|
|
58
|
+
truckLicensePlate?: Meta<string>;
|
|
59
|
+
trailerLicensePlate?: Meta<string>;
|
|
60
|
+
destinationCustomOffice?: Meta<string>;
|
|
61
|
+
departureCustomOffice?: Meta<string>;
|
|
62
|
+
loadingPlace?: Meta<string>;
|
|
63
|
+
transitItems?: TransitItemModel[];
|
|
64
|
+
totalValueExcludingCharges?: Money;
|
|
65
|
+
totalValueWithoutTax?: Money;
|
|
66
|
+
totalTax?: Money;
|
|
67
|
+
totalValue?: Money;
|
|
68
|
+
totalLicenseFee?: Money;
|
|
69
|
+
totalOtherPayments?: Money;
|
|
70
|
+
totalShippingCost?: Money;
|
|
71
|
+
totalPackagingCosts?: Money;
|
|
72
|
+
totalCustomsValue?: Money;
|
|
73
|
+
totalDiscount?: Money;
|
|
74
|
+
totalInsuranceCosts?: Money;
|
|
75
|
+
}
|
|
76
|
+
export declare const condenseAggregated: (aggregated?: AggregatedCaseDataModel | undefined) => AggregatedCaseDataModel | null;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.condenseAggregated = void 0;
|
|
15
|
+
var _1 = require(".");
|
|
16
|
+
var transit_item_model_1 = require("./transit-item.model");
|
|
17
|
+
var condenseAggregated = function (aggregated) {
|
|
18
|
+
var _a, _b;
|
|
19
|
+
return (aggregated
|
|
20
|
+
? __assign(__assign({}, aggregated), { items: (_a = aggregated.items) === null || _a === void 0 ? void 0 : _a.map(function (item) { return (0, _1.condenseLineItem)(item); }), transitItems: (_b = aggregated.transitItems) === null || _b === void 0 ? void 0 : _b.map(function (item) {
|
|
21
|
+
return (0, transit_item_model_1.condenseTransitLineItem)(item);
|
|
22
|
+
}) })
|
|
23
|
+
: null);
|
|
24
|
+
};
|
|
25
|
+
exports.condenseAggregated = condenseAggregated;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 AnalyzerMetadataModel = t.iface([], {
|
|
8
|
+
"importStatus": t.opt("RossumImportStatus"),
|
|
9
|
+
"annotationId": t.opt("string"),
|
|
10
|
+
"queueId": t.opt("number"),
|
|
11
|
+
"exportOnConfirmed": t.opt("boolean"),
|
|
12
|
+
"splitAnnotationIds": t.opt(t.array("string")),
|
|
13
|
+
"parentAnnotationId": t.opt("string"),
|
|
14
|
+
"env": t.opt("string"),
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const exportedTypeSuite: t.ITypeSuite = {
|
|
18
|
+
AnalyzerMetadataModel,
|
|
19
|
+
};
|
|
20
|
+
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,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;
|