digicust_types 1.7.255 → 1.7.256

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/lib/contracts/import-ocr-document-into-graph.dto.d-ti.ts +21 -0
  2. package/lib/contracts/index.d-ti.ts +11 -0
  3. package/lib/contracts/start-dakosy-submission.dto.d-ti.ts +17 -0
  4. package/lib/contracts/start-dakosy-submission.dto.dtest.ts +17 -0
  5. package/lib/contracts/start-data-extraction.dto.d-ti.ts +25 -0
  6. package/lib/contracts/start-data-integration.dto.d-ti.ts +17 -0
  7. package/lib/contracts/start-data-normalization.dto.d-ti.ts +17 -0
  8. package/lib/contracts/start-data-validation.dto.d-ti.ts +17 -0
  9. package/lib/contracts/start-document-classifier.dto.d-ti.ts +17 -0
  10. package/lib/contracts/start-document-merger.dto.d-ti.ts +21 -0
  11. package/lib/contracts/start-document-splitting.dto.d-ti.ts +19 -0
  12. package/lib/contracts/start-hs-classification-research.dto.d-ti.ts +15 -0
  13. package/lib/contracts/start-hs-classification.dto.d-ti.ts +14 -0
  14. package/lib/contracts/start-hs-classification.dto.d.ts +3 -0
  15. package/lib/contracts/start-hs-classification.dto.js +2 -0
  16. package/lib/contracts/start-hs-classifier.dto.d-ti.ts +18 -0
  17. package/lib/contracts/start-ocr.dto.d-ti.ts +19 -0
  18. package/lib/contracts/start-post-processing.dto.d-ti.ts +17 -0
  19. package/lib/contracts/trigger-event.dto.d-ti.ts +17 -0
  20. package/lib/helpers/cleanObject.d-ti.ts +11 -0
  21. package/lib/index.d-ti.ts +11 -0
  22. package/lib/models/common/address.model.d-ti.ts +29 -0
  23. package/lib/models/common/address.model.d.ts +1 -0
  24. package/lib/models/common/bbox.model.d-ti.ts +18 -0
  25. package/lib/models/common/checkpoint.model.d-ti.ts +38 -0
  26. package/lib/models/common/checkpoint.model.d.ts +21 -0
  27. package/lib/models/common/checkpoint.model.js +8 -0
  28. package/lib/models/common/classification-code.model.d-ti.ts +15 -0
  29. package/lib/models/common/company.model.d-ti.ts +31 -0
  30. package/lib/models/common/country.model.d-ti.ts +14 -0
  31. package/lib/models/common/country.model.d.ts +4 -0
  32. package/lib/models/common/country.model.js +2 -0
  33. package/lib/models/common/currency.enum.d-ti.ts +192 -0
  34. package/lib/models/common/customs-tariff-number.model.d-ti.ts +26 -0
  35. package/lib/models/common/date.model.d-ti.ts +15 -0
  36. package/lib/models/common/dialog-window.model.d-ti.ts +16 -0
  37. package/lib/models/common/dimensions-unit.enum.d-ti.ts +18 -0
  38. package/lib/models/common/dimensions.model.d-ti.ts +17 -0
  39. package/lib/models/common/event.model.d-ti.ts +38 -0
  40. package/lib/models/common/event.model.d.ts +21 -0
  41. package/lib/models/common/event.model.js +8 -0
  42. package/lib/models/common/extra-styles.model.d-ti.ts +15 -0
  43. package/lib/models/common/field-type.enum.d-ti.ts +21 -0
  44. package/lib/models/common/filter.enum.d-ti.ts +19 -0
  45. package/lib/models/common/frontend-fields.model.d-ti.ts +20 -0
  46. package/lib/models/common/fuzzy-input.d-ti.ts +15 -0
  47. package/lib/models/common/hs-classification-interaction.d-ti.ts +40 -0
  48. package/lib/models/common/hs-classification-response.d-ti.ts +40 -0
  49. package/lib/models/common/hs-code.model.d-ti.ts +21 -0
  50. package/lib/models/common/index.d-ti.ts +11 -0
  51. package/lib/models/common/language.model.d-ti.ts +14 -0
  52. package/lib/models/common/meta.d-ti.ts +22 -0
  53. package/lib/models/common/money.model.d-ti.ts +16 -0
  54. package/lib/models/common/multerfile.model.d-ti.ts +19 -0
  55. package/lib/models/common/package-type.model.d-ti.ts +17 -0
  56. package/lib/models/common/periods.enum.d-ti.ts +16 -0
  57. package/lib/models/common/person.model.d-ti.ts +19 -0
  58. package/lib/models/common/prefix.enum.d-ti.ts +16 -0
  59. package/lib/models/common/quantity.model.d-ti.ts +16 -0
  60. package/lib/models/common/quantity.model.d.ts +2 -0
  61. package/lib/models/common/section-type.enum.d-ti.ts +23 -0
  62. package/lib/models/common/sort.enum.d-ti.ts +15 -0
  63. package/lib/models/common/subscription-price.model.d-ti.ts +20 -0
  64. package/lib/models/common/super.d-ti.ts +18 -0
  65. package/lib/models/common/super.d.ts +7 -0
  66. package/lib/models/common/super.js +2 -0
  67. package/lib/models/common/unit-of-measurement.d-ti.ts +20 -0
  68. package/lib/models/common/uom.enum.d-ti.ts +50 -0
  69. package/lib/models/common/weight-unit.enum.d-ti.ts +21 -0
  70. package/lib/models/common/weight.model.d-ti.ts +15 -0
  71. package/lib/models/common/workflow.d-ti.ts +18 -0
  72. package/lib/models/digicust/AnalyzerMetadataModel.model.d-ti.ts +20 -0
  73. package/lib/models/digicust/QueueWorkspaceModel.model.d-ti.ts +25 -0
  74. package/lib/models/digicust/QueueWorkspaceModel.model.d.ts +12 -0
  75. package/lib/models/digicust/QueueWorkspaceModel.model.js +2 -0
  76. package/lib/models/digicust/activity/activity.model.d-ti.ts +23 -0
  77. package/lib/models/digicust/activity/index.d-ti.ts +11 -0
  78. package/lib/models/digicust/activity.mode.d-ti.ts +24 -0
  79. package/lib/models/digicust/activity.mode.d.ts +18 -0
  80. package/lib/models/digicust/activity.mode.js +2 -0
  81. package/lib/models/digicust/activity.model.d-ti.ts +23 -0
  82. package/lib/models/digicust/adjustment.model.d-ti.ts +16 -0
  83. package/lib/models/digicust/aggregated-case-data.model.d-ti.ts +76 -0
  84. package/lib/models/digicust/analyzer/AnalyzerMetadataModel.model.d-ti.ts +20 -0
  85. package/lib/models/digicust/analyzer/index.d-ti.ts +11 -0
  86. package/lib/models/digicust/billing/index.d-ti.ts +11 -0
  87. package/lib/models/digicust/billing/periods.enum.d-ti.ts +16 -0
  88. package/lib/models/digicust/billing/subscription-info.model.d-ti.ts +22 -0
  89. package/lib/models/digicust/billing/subscription-price.model.d-ti.ts +20 -0
  90. package/lib/models/digicust/billing/subscription.model.d-ti.ts +18 -0
  91. package/lib/models/digicust/case/aggregated-case-data.model.d-ti.ts +79 -0
  92. package/lib/models/digicust/case/case-status.enum.d-ti.ts +30 -0
  93. package/lib/models/digicust/case/case-submission-transaction.d-ti.ts +39 -0
  94. package/lib/models/digicust/case/case-type.enum.d-ti.ts +15 -0
  95. package/lib/models/digicust/case/case.model.d-ti.ts +45 -0
  96. package/lib/models/digicust/case/context.model.d-ti.ts +17 -0
  97. package/lib/models/digicust/case/index.d-ti.ts +11 -0
  98. package/lib/models/digicust/case/stats-case.model.d-ti.ts +19 -0
  99. package/lib/models/digicust/case/uploaded-file.model.d-ti.ts +18 -0
  100. package/lib/models/digicust/case-status.enum.d-ti.ts +30 -0
  101. package/lib/models/digicust/case-submission-transaction.d-ti.ts +39 -0
  102. package/lib/models/digicust/case-type.enum.d-ti.ts +15 -0
  103. package/lib/models/digicust/case.model.d-ti.ts +45 -0
  104. package/lib/models/digicust/codes/code.model.d.ts +5 -0
  105. package/lib/models/digicust/codes/code.model.js +2 -0
  106. package/lib/models/digicust/codes/customs-office.code.d.ts +18 -0
  107. package/lib/models/digicust/codes/customs-office.code.js +2 -0
  108. package/lib/models/digicust/codes/index.d.ts +2 -0
  109. package/lib/models/digicust/codes/index.js +18 -0
  110. package/lib/models/digicust/company/company.model.d-ti.ts +36 -0
  111. package/lib/models/digicust/company/index.d-ti.ts +11 -0
  112. package/lib/models/digicust/company/permit-number.model.d-ti.ts +23 -0
  113. package/lib/models/digicust/company.model.d-ti.ts +15 -0
  114. package/lib/models/digicust/company.model.d.ts +4 -0
  115. package/lib/models/digicust/company.model.js +2 -0
  116. package/lib/models/digicust/consignment-size.enum.d-ti.ts +15 -0
  117. package/lib/models/digicust/container.model.d-ti.ts +15 -0
  118. package/lib/models/digicust/context.model.d-ti.ts +17 -0
  119. package/lib/models/digicust/cost-intersection.model.d-ti.ts +29 -0
  120. package/lib/models/digicust/custom-document.model.d-ti.ts +14 -0
  121. package/lib/models/digicust/customer/customer.model.d-ti.ts +62 -0
  122. package/lib/models/digicust/customer/index.d-ti.ts +11 -0
  123. package/lib/models/digicust/customer/project.model.d-ti.ts +38 -0
  124. package/lib/models/digicust/customer.model.d-ti.ts +62 -0
  125. package/lib/models/digicust/customs/adjustment.model.d-ti.ts +16 -0
  126. package/lib/models/digicust/customs/consignment-size.enum.d-ti.ts +15 -0
  127. package/lib/models/digicust/customs/constellationOfParticipants.model.d-ti.ts +18 -0
  128. package/lib/models/digicust/customs/customsOffice.model.d-ti.ts +30 -0
  129. package/lib/models/digicust/customs/deferment-account.model.d-ti.ts +19 -0
  130. package/lib/models/digicust/customs/eori.model.d-ti.ts +16 -0
  131. package/lib/models/digicust/customs/index.d-ti.ts +11 -0
  132. package/lib/models/digicust/customs/operation-type.enum.d-ti.ts +26 -0
  133. package/lib/models/digicust/customs/preference/index.d-ti.ts +11 -0
  134. package/lib/models/digicust/customs/preference/preference-state.model.d-ti.ts +30 -0
  135. package/lib/models/digicust/customs/procedure.model.d-ti.ts +25 -0
  136. package/lib/models/digicust/customs/special-measure.model.d-ti.ts +15 -0
  137. package/lib/models/digicust/customs/tariff-number/classification-code.model.d-ti.ts +15 -0
  138. package/lib/models/digicust/customs/tariff-number/customs-tariff-number.model.d-ti.ts +26 -0
  139. package/lib/models/digicust/customs/tariff-number/hs-classification-interaction.d-ti.ts +40 -0
  140. package/lib/models/digicust/customs/tariff-number/hs-classification-response.d-ti.ts +40 -0
  141. package/lib/models/digicust/customs/tariff-number/hs-code-mapping.d-ti.ts +34 -0
  142. package/lib/models/digicust/customs/tariff-number/hs-code.model.d-ti.ts +21 -0
  143. package/lib/models/digicust/customs/tariff-number/index.d-ti.ts +11 -0
  144. package/lib/models/digicust/customs/tax-details.model.d-ti.ts +17 -0
  145. package/lib/models/digicust/customs/transit-item.model.d-ti.ts +31 -0
  146. package/lib/models/digicust/customs/type-of-business/index.d-ti.ts +11 -0
  147. package/lib/models/digicust/customs/type-of-business/type-of-business.enum.d-ti.ts +34 -0
  148. package/lib/models/digicust/customs/type-of-business/type-of-business.model.d-ti.ts +15 -0
  149. package/lib/models/digicust/customsOffice.model.d-ti.ts +30 -0
  150. package/lib/models/digicust/declaration.model.d-ti.ts +17 -0
  151. package/lib/models/digicust/deferment-account.model.d-ti.ts +19 -0
  152. package/lib/models/digicust/digicust-document-type.enum.d-ti.ts +23 -0
  153. package/lib/models/digicust/digicust-document.model.d-ti.ts +44 -0
  154. package/lib/models/digicust/document-code.model.d-ti.ts +17 -0
  155. package/lib/models/digicust/document-status.enum.d-ti.ts +52 -0
  156. package/lib/models/digicust/documents/atlas-document-number.model.d-ti.ts +19 -0
  157. package/lib/models/digicust/documents/custom-document.model.d-ti.ts +14 -0
  158. package/lib/models/digicust/documents/digicust-document-type.enum.d-ti.ts +25 -0
  159. package/lib/models/digicust/documents/digicust-document.model.d-ti.ts +46 -0
  160. package/lib/models/digicust/documents/document-code.model.d-ti.ts +23 -0
  161. package/lib/models/digicust/documents/document-status.enum.d-ti.ts +52 -0
  162. package/lib/models/digicust/documents/email-document.model.d-ti.ts +19 -0
  163. package/lib/models/digicust/documents/export-declaration.model.d-ti.ts +33 -0
  164. package/lib/models/digicust/documents/index.d-ti.ts +11 -0
  165. package/lib/models/digicust/documents/invoice-language.enum.d-ti.ts +21 -0
  166. package/lib/models/digicust/documents/invoice-type.model.d-ti.ts +23 -0
  167. package/lib/models/digicust/documents/invoice.model.d-ti.ts +67 -0
  168. package/lib/models/digicust/documents/line-item-containing-document.d-ti.ts +16 -0
  169. package/lib/models/digicust/documents/packing-list.model.d-ti.ts +41 -0
  170. package/lib/models/digicust/documents/preliminary-documents/atb.model.d-ti.ts +17 -0
  171. package/lib/models/digicust/documents/preliminary-documents/atb.model.d.ts +3 -0
  172. package/lib/models/digicust/documents/preliminary-documents/index.d-ti.ts +11 -0
  173. package/lib/models/digicust/documents/preliminary-documents/preliminary-document.model.d-ti.ts +13 -0
  174. package/lib/models/digicust/documents/waybill-type.model.d-ti.ts +31 -0
  175. package/lib/models/digicust/documents/waybill.model.d-ti.ts +33 -0
  176. package/lib/models/digicust/environment.enum.d-ti.ts +15 -0
  177. package/lib/models/digicust/eori.model.d-ti.ts +16 -0
  178. package/lib/models/digicust/errors.model.d-ti.ts +19 -0
  179. package/lib/models/digicust/event/event.model.d-ti.ts +72 -0
  180. package/lib/models/digicust/event/index.d-ti.ts +11 -0
  181. package/lib/models/digicust/event.model.d-ti.ts +72 -0
  182. package/lib/models/digicust/execution-strategy/execution-strategy.model.d-ti.ts +102 -0
  183. package/lib/models/digicust/execution-strategy/index.d-ti.ts +11 -0
  184. package/lib/models/digicust/execution-strategy.model.d-ti.ts +101 -0
  185. package/lib/models/digicust/execution-strategy.model.d.ts +2 -0
  186. package/lib/models/digicust/execution-strategy.model.js +11 -9
  187. package/lib/models/digicust/extractions/extraction-grid.model.d-ti.ts +34 -0
  188. package/lib/models/digicust/extractions/extraction.model.d-ti.ts +78 -0
  189. package/lib/models/digicust/extractions/index.d-ti.ts +11 -0
  190. package/lib/models/digicust/frontend/dialog-window.model.d-ti.ts +16 -0
  191. package/lib/models/digicust/frontend/extra-styles.model.d-ti.ts +15 -0
  192. package/lib/models/digicust/frontend/field-type.enum.d-ti.ts +21 -0
  193. package/lib/models/digicust/frontend/filter.enum.d-ti.ts +19 -0
  194. package/lib/models/digicust/frontend/frontend-big-section.model.d-ti.ts +22 -0
  195. package/lib/models/digicust/frontend/frontend-fields.model.d-ti.ts +20 -0
  196. package/lib/models/digicust/frontend/frontend-group.model.d-ti.ts +16 -0
  197. package/lib/models/digicust/frontend/frontend-mapping.model.d-ti.ts +14 -0
  198. package/lib/models/digicust/frontend/frontend-small-section.mode.d-ti.ts +19 -0
  199. package/lib/models/digicust/frontend/index.d-ti.ts +11 -0
  200. package/lib/models/digicust/frontend/prefix.enum.d-ti.ts +16 -0
  201. package/lib/models/digicust/frontend/section-type.enum.d-ti.ts +23 -0
  202. package/lib/models/digicust/frontend/sort.enum.d-ti.ts +15 -0
  203. package/lib/models/digicust/frontend-big-section.model.d-ti.ts +22 -0
  204. package/lib/models/digicust/frontend-group.model.d-ti.ts +16 -0
  205. package/lib/models/digicust/frontend-mapping.model.d-ti.ts +14 -0
  206. package/lib/models/digicust/frontend-small-section.mode.d-ti.ts +19 -0
  207. package/lib/models/digicust/hs-code-mapping.d-ti.ts +34 -0
  208. package/lib/models/digicust/incoterm.enum.d-ti.ts +25 -0
  209. package/lib/models/digicust/incoterm.enum.d.ts +17 -0
  210. package/lib/models/digicust/incoterm.enum.js +21 -0
  211. package/lib/models/digicust/incoterm.model.d-ti.ts +30 -0
  212. package/lib/models/digicust/index.d-ti.ts +11 -0
  213. package/lib/models/digicust/index.d.ts +1 -0
  214. package/lib/models/digicust/index.js +1 -0
  215. package/lib/models/digicust/invoice-type.model.d-ti.ts +18 -0
  216. package/lib/models/digicust/invoice.model.d-ti.ts +68 -0
  217. package/lib/models/digicust/line-item/index.d-ti.ts +11 -0
  218. package/lib/models/digicust/line-item/line-item.model.d-ti.ts +83 -0
  219. package/lib/models/digicust/line-item.model.d-ti.ts +82 -0
  220. package/lib/models/digicust/load-type.enum.d-ti.ts +19 -0
  221. package/lib/models/digicust/masterdata/index.d-ti.ts +11 -0
  222. package/lib/models/digicust/masterdata/matching-metadata.model.d-ti.ts +18 -0
  223. package/lib/models/digicust/masterdata/material-match-input.d-ti.ts +19 -0
  224. package/lib/models/digicust/masterdata/material-match-result.d-ti.ts +22 -0
  225. package/lib/models/digicust/masterdata/material.model.d-ti.ts +100 -0
  226. package/lib/models/digicust/masterdata/pseudo-stakeholder.d-ti.ts +16 -0
  227. package/lib/models/digicust/masterdata/scoring-algorithm-type.enum.d-ti.ts +16 -0
  228. package/lib/models/digicust/masterdata/stakeholder-match-input.d-ti.ts +18 -0
  229. package/lib/models/digicust/masterdata/stakeholder-match-result.d-ti.ts +25 -0
  230. package/lib/models/digicust/masterdata/stakeholder-matching-method.enum.d-ti.ts +18 -0
  231. package/lib/models/digicust/masterdata/stakeholder-role.enum.d-ti.ts +22 -0
  232. package/lib/models/digicust/masterdata/stakeholder-type.enum.d-ti.ts +23 -0
  233. package/lib/models/digicust/masterdata/stakeholder-type.enum.d.ts +12 -0
  234. package/lib/models/digicust/masterdata/stakeholder-type.enum.js +16 -0
  235. package/lib/models/digicust/masterdata/stakeholder.model.d-ti.ts +43 -0
  236. package/lib/models/digicust/masterdata/string-scoring-algorithm-type.enum.d-ti.ts +17 -0
  237. package/lib/models/digicust/masterdata/string-scoring-details.d-ti.ts +13 -0
  238. package/lib/models/digicust/masterdata/user-edited-properties.type.d-ti.ts +13 -0
  239. package/lib/models/digicust/mean-of-transportation.model.d-ti.ts +42 -0
  240. package/lib/models/digicust/measures/address.model.d-ti.ts +29 -0
  241. package/lib/models/digicust/measures/date.model.d-ti.ts +15 -0
  242. package/lib/models/digicust/measures/dimensions/dimensions-unit.enum.d-ti.ts +18 -0
  243. package/lib/models/digicust/measures/dimensions/dimensions.model.d-ti.ts +17 -0
  244. package/lib/models/digicust/measures/dimensions/index.d-ti.ts +11 -0
  245. package/lib/models/digicust/measures/index.d-ti.ts +11 -0
  246. package/lib/models/digicust/measures/language.model.d-ti.ts +14 -0
  247. package/lib/models/digicust/measures/money/currency.enum.d-ti.ts +192 -0
  248. package/lib/models/digicust/measures/money/index.d-ti.ts +11 -0
  249. package/lib/models/digicust/measures/money/money.model.d-ti.ts +16 -0
  250. package/lib/models/digicust/measures/person.model.d-ti.ts +19 -0
  251. package/lib/models/digicust/measures/quantity.model.d-ti.ts +16 -0
  252. package/lib/models/digicust/measures/unit-of-measurement/index.d-ti.ts +11 -0
  253. package/lib/models/digicust/measures/unit-of-measurement/unit-of-measurement.d-ti.ts +20 -0
  254. package/lib/models/digicust/measures/unit-of-measurement/uom.enum.d-ti.ts +50 -0
  255. package/lib/models/digicust/measures/weight/index.d-ti.ts +11 -0
  256. package/lib/models/digicust/measures/weight/weight-unit.enum.d-ti.ts +21 -0
  257. package/lib/models/digicust/measures/weight/weight.model.d-ti.ts +15 -0
  258. package/lib/models/digicust/membership.model.d-ti.ts +18 -0
  259. package/lib/models/digicust/meta/bbox.model.d-ti.ts +18 -0
  260. package/lib/models/digicust/meta/fuzzy-input.d-ti.ts +15 -0
  261. package/lib/models/digicust/meta/index.d-ti.ts +11 -0
  262. package/lib/models/digicust/meta/meta.d-ti.ts +22 -0
  263. package/lib/models/digicust/meta/workflow.d-ti.ts +18 -0
  264. package/lib/models/digicust/module/index.d-ti.ts +11 -0
  265. package/lib/models/digicust/module/module.model.d-ti.ts +62 -0
  266. package/lib/models/digicust/module.model.d-ti.ts +62 -0
  267. package/lib/models/digicust/multerfile.model.d-ti.ts +19 -0
  268. package/lib/models/digicust/notification/index.d-ti.ts +11 -0
  269. package/lib/models/digicust/notification/notifications.model.d-ti.ts +21 -0
  270. package/lib/models/digicust/notification.model.d-ti.ts +21 -0
  271. package/lib/models/digicust/notification.model.d.ts +13 -0
  272. package/lib/models/digicust/notification.model.js +2 -0
  273. package/lib/models/digicust/notifications.model.d-ti.ts +21 -0
  274. package/lib/models/digicust/operationType.enum.d-ti.ts +26 -0
  275. package/lib/models/digicust/package.model.d-ti.ts +27 -0
  276. package/lib/models/digicust/packingList.model.d-ti.ts +41 -0
  277. package/lib/models/digicust/preference-state.model.d-ti.ts +30 -0
  278. package/lib/models/digicust/procedure.model.d-ti.ts +25 -0
  279. package/lib/models/digicust/project.model.d-ti.ts +38 -0
  280. package/lib/models/digicust/queue/extractions/extraction-grid.model.d-ti.ts +34 -0
  281. package/lib/models/digicust/queue/extractions/extraction.model.d-ti.ts +78 -0
  282. package/lib/models/digicust/queue/extractions/index.d-ti.ts +11 -0
  283. package/lib/models/digicust/queue/index.d-ti.ts +11 -0
  284. package/lib/models/digicust/queue/queue-fields.model.d-ti.ts +24 -0
  285. package/lib/models/digicust/queue/queue.model.d-ti.ts +30 -0
  286. package/lib/models/digicust/queue-fields.model.d-ti.ts +24 -0
  287. package/lib/models/digicust/queue.model.d-ti.ts +30 -0
  288. package/lib/models/digicust/read-lock.model.d-ti.ts +18 -0
  289. package/lib/models/digicust/report.model.d-ti.ts +16 -0
  290. package/lib/models/digicust/settings/customsTariffNumberNormalizationSettings.d-ti.ts +16 -0
  291. package/lib/models/digicust/settings/index.d-ti.ts +11 -0
  292. package/lib/models/digicust/shipping-type.model.d-ti.ts +37 -0
  293. package/lib/models/digicust/shipping-type.model.d.ts +25 -0
  294. package/lib/models/digicust/shipping-type.model.js +21 -0
  295. package/lib/models/digicust/special-measure.model.d-ti.ts +15 -0
  296. package/lib/models/digicust/stats-case.model.d-ti.ts +19 -0
  297. package/lib/models/digicust/submission-case-model.d-ti.ts +15 -0
  298. package/lib/models/digicust/submission-case-model.d.ts +8 -0
  299. package/lib/models/digicust/submission-case-model.js +2 -0
  300. package/lib/models/digicust/subscription-info.model.d-ti.ts +22 -0
  301. package/lib/models/digicust/subscription.model.d-ti.ts +18 -0
  302. package/lib/models/digicust/tax-details.model.d-ti.ts +17 -0
  303. package/lib/models/digicust/transit-item.model.d-ti.ts +31 -0
  304. package/lib/models/digicust/transportation/container.model.d-ti.ts +15 -0
  305. package/lib/models/digicust/transportation/cost-intersection.model.d-ti.ts +29 -0
  306. package/lib/models/digicust/transportation/incoterm.model.d-ti.ts +30 -0
  307. package/lib/models/digicust/transportation/index.d-ti.ts +11 -0
  308. package/lib/models/digicust/transportation/load-type.enum.d-ti.ts +19 -0
  309. package/lib/models/digicust/transportation/mean-of-transportation.model.d-ti.ts +44 -0
  310. package/lib/models/digicust/transportation/package-type.model.d-ti.ts +17 -0
  311. package/lib/models/digicust/transportation/package.model.d-ti.ts +27 -0
  312. package/lib/models/digicust/type-of-business.enum.d-ti.ts +34 -0
  313. package/lib/models/digicust/type-of-business.model.d-ti.ts +15 -0
  314. package/lib/models/digicust/uploaded-file.model.d-ti.ts +18 -0
  315. package/lib/models/digicust/user/index.d-ti.ts +11 -0
  316. package/lib/models/digicust/user/membership.model.d-ti.ts +18 -0
  317. package/lib/models/digicust/user/user.model.d-ti.ts +26 -0
  318. package/lib/models/digicust/user.model.d-ti.ts +26 -0
  319. package/lib/models/digicust/waybill-type.model.d-ti.ts +26 -0
  320. package/lib/models/digicust/waybill.model.d-ti.ts +35 -0
  321. package/lib/models/index.d-ti.ts +11 -0
  322. package/lib/models/ml/dexter/index.d-ti.ts +11 -0
  323. package/lib/models/ml/dexter/text-detection.model.d-ti.ts +13 -0
  324. package/lib/models/ml/index.d-ti.ts +11 -0
  325. package/lib/models/ml/machine-learning-model.model.d-ti.ts +19 -0
  326. package/lib/models/rossum/index.d-ti.ts +11 -0
  327. package/lib/models/rossum/rossum-annotation-changed-event.dto.d-ti.ts +17 -0
  328. package/lib/models/rossum/rossum-annotation-data.model.d-ti.ts +31 -0
  329. package/lib/models/rossum/rossum-document-data.model.d-ti.ts +23 -0
  330. package/lib/models/rossum/rossum-embedded-response.model.d-ti.ts +14 -0
  331. package/lib/models/rossum/rossum-import-status.enum.d-ti.ts +25 -0
  332. package/lib/models/rossum/rossum-login-response.model.d-ti.ts +14 -0
  333. package/lib/models/rossum/rossum-paginated-annotations.model.d-ti.ts +15 -0
  334. package/lib/models/rossum/rossum-paginated-documents.model.d-ti.ts +15 -0
  335. package/lib/models/rossum/rossum-pagination.model.d-ti.ts +17 -0
  336. package/lib/models/rossum/rossum-result-content.dto.d-ti.ts +16 -0
  337. package/lib/models/rossum/rossum-result-node.dto.d-ti.ts +24 -0
  338. package/lib/models/rossum/rossum-start-analyze.dto.d-ti.ts +16 -0
  339. package/lib/start-dakosy-submission.dto.d-ti.ts +17 -0
  340. package/package.json +1 -1
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Incoterm = void 0;
4
+ /**
5
+ * Incoterms give information on transport conditions in international trade
6
+ */
7
+ var Incoterm;
8
+ (function (Incoterm) {
9
+ Incoterm["EXW"] = "EXW";
10
+ Incoterm["FAS"] = "FAS";
11
+ Incoterm["FCA"] = "FCA";
12
+ Incoterm["FOB"] = "FOB";
13
+ Incoterm["CFR"] = "CFR";
14
+ Incoterm["CIF"] = "CIF";
15
+ Incoterm["CIP"] = "CIP";
16
+ Incoterm["CPT"] = "CPT";
17
+ Incoterm["DAP"] = "DAP";
18
+ Incoterm["DPU"] = "DPU";
19
+ Incoterm["DAT"] = "DAT";
20
+ Incoterm["DDP"] = "DDP";
21
+ })(Incoterm = exports.Incoterm || (exports.Incoterm = {}));
@@ -0,0 +1,30 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const IncotermModel = t.iface(["Meta"], {
8
+ "text": t.opt("string"),
9
+ });
10
+
11
+ export const Incoterm = t.enumtype({
12
+ "EXW": "EXW",
13
+ "FAS": "FAS",
14
+ "FCA": "FCA",
15
+ "FOB": "FOB",
16
+ "CFR": "CFR",
17
+ "CIF": "CIF",
18
+ "CIP": "CIP",
19
+ "CPT": "CPT",
20
+ "DAP": "DAP",
21
+ "DPU": "DPU",
22
+ "DAT": "DAT",
23
+ "DDP": "DDP",
24
+ });
25
+
26
+ const exportedTypeSuite: t.ITypeSuite = {
27
+ IncotermModel,
28
+ Incoterm,
29
+ };
30
+ export default exportedTypeSuite;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+
8
+
9
+ const exportedTypeSuite: t.ITypeSuite = {
10
+ };
11
+ export default exportedTypeSuite;
@@ -22,3 +22,4 @@ export * from "./queue";
22
22
  export * from "./settings";
23
23
  export * from "./transportation";
24
24
  export * from "./user";
25
+ export * from "./codes";
@@ -38,3 +38,4 @@ __exportStar(require("./queue"), exports);
38
38
  __exportStar(require("./settings"), exports);
39
39
  __exportStar(require("./transportation"), exports);
40
40
  __exportStar(require("./user"), exports);
41
+ __exportStar(require("./codes"), exports);
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const InvoiceType = t.iface(["Meta"], {
8
+ "value": t.opt(t.union(t.lit("tax_invoice"), t.lit("proforma"))),
9
+ "NC_24000": t.opt("string"),
10
+ "Dokumentenarten": t.opt("string"),
11
+ "DE_I0200": t.opt("string"),
12
+ "DE_I0200_Bereich": t.opt("string"),
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ InvoiceType,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,68 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const InvoiceModel = t.iface(["DigicustDocumentModel"], {
8
+ "createdAt": t.opt("Date"),
9
+ "invoiceNumber": t.opt("any"),
10
+ "waybillNumber": t.opt("any"),
11
+ "invoiceType": t.opt("InvoiceType"),
12
+ "language": t.opt("LanguageModel"),
13
+ "invoiceDate": t.opt("DateTimeModel"),
14
+ "sellerOrderNumber": t.opt("any"),
15
+ "buyerOrderNumber": t.opt("any"),
16
+ "referenceNumber": t.opt("any"),
17
+ "deliveryNote": t.opt("any"),
18
+ "packingList": t.opt("any"),
19
+ "meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
20
+ "typeOfBusiness": t.opt("TypeOfBusiness"),
21
+ "incoterm": t.opt("IncotermModel"),
22
+ "placeIncoterm": t.opt("AddressModel"),
23
+ "countryOfOrigin": t.opt("AddressModel"),
24
+ "generalHsCode": t.opt("any"),
25
+ "generalGoodsDescription": t.opt("any"),
26
+ "CAS": t.opt("any"),
27
+ "dualUseApprovalNumber": t.opt("any"),
28
+ "substanceCharacteristics": t.opt("any"),
29
+ "intendedApplication": t.opt("any"),
30
+ "tradePreference": t.opt("TradePreference"),
31
+ "preferenceInformation": t.opt("any"),
32
+ "typeOfPackage": t.opt("PackageType"),
33
+ "weight": t.opt("Weight"),
34
+ "netWeight": t.opt("Weight"),
35
+ "weightUnit": t.opt("any"),
36
+ "packageDimensions": t.opt("Dimensions"),
37
+ "numberOfShipments": t.opt("any"),
38
+ "packages": t.opt(t.array("Package")),
39
+ "totalValueExcludingCharges": t.opt("Money"),
40
+ "totalValueWithoutTax": t.opt("Money"),
41
+ "totalTax": t.opt("Money"),
42
+ "licenseFee": t.opt("Money"),
43
+ "otherPayments": t.opt("Money"),
44
+ "shippingCost": t.opt("Money"),
45
+ "packagingCosts": t.opt("Money"),
46
+ "totalValue": t.opt("Money"),
47
+ "customsValue": t.opt("Money"),
48
+ "discount": t.opt("Money"),
49
+ "insuranceCosts": t.opt("Money"),
50
+ "currency": t.opt("any"),
51
+ "taxDetails": t.opt(t.array("TaxDetailsModel")),
52
+ "paymentAccountNumber": t.opt("any"),
53
+ "paymentBankCode": t.opt("any"),
54
+ "paymentIBAN": t.opt("any"),
55
+ "paymentBIC": t.opt("any"),
56
+ "dueDate": t.opt("DateTimeModel"),
57
+ "items": t.opt(t.array("LineItemModel")),
58
+ "itemIds": t.opt(t.array("string")),
59
+ "shipper": t.opt("CompanyModel"),
60
+ "recipient": t.opt("CompanyModel"),
61
+ "consignee": t.opt("CompanyModel"),
62
+ "beneficiary": t.opt("CompanyModel"),
63
+ });
64
+
65
+ const exportedTypeSuite: t.ITypeSuite = {
66
+ InvoiceModel,
67
+ };
68
+ export default exportedTypeSuite;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+
8
+
9
+ const exportedTypeSuite: t.ITypeSuite = {
10
+ };
11
+ export default exportedTypeSuite;
@@ -0,0 +1,83 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const LineItemModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "documentId": t.opt("string"),
10
+ "caseId": t.opt("string"),
11
+ "isCondensed": t.opt("boolean"),
12
+ "invoiceNumber": t.opt("any"),
13
+ "waybillNumber": t.opt("any"),
14
+ "transitNumber": t.opt("any"),
15
+ "box40": t.opt("any"),
16
+ "guaranteeNumber": t.opt("any"),
17
+ "billOfLading": t.opt("any"),
18
+ "customsTariffNumber": t.opt("CustomsTariffNumber"),
19
+ "discountText": t.opt("string"),
20
+ "position": t.opt("any"),
21
+ "code": t.opt("any"),
22
+ "hsCode": t.opt("any"),
23
+ "batchNumber": t.opt("any"),
24
+ "lotNumber": t.opt("any"),
25
+ "serialNumber": t.opt("any"),
26
+ "orderNumber": t.opt("any"),
27
+ "description": t.opt("any"),
28
+ "documentDescription": t.opt("any"),
29
+ "quantity": t.opt("Quantity"),
30
+ "orderedQuantity": t.opt("Quantity"),
31
+ "unitOfMeasurement": t.opt("UnitOfMeasurement"),
32
+ "countryOfOrigin": t.opt("AddressModel"),
33
+ "itemValue": t.opt("Money"),
34
+ "totalValue": t.opt("Money"),
35
+ "totalValueExcludingCharges": t.opt("Money"),
36
+ "customsValue": t.opt("Money"),
37
+ "statisticalValue": t.opt("Money"),
38
+ "amountUnit": t.opt("any"),
39
+ "discount": t.opt("Money"),
40
+ "discountUnit": t.opt("any"),
41
+ "currency": t.opt("any"),
42
+ "netWeight": t.opt("Weight"),
43
+ "totalNetWeight": t.opt("Weight"),
44
+ "grossWeight": t.opt("Weight"),
45
+ "totalGrossWeight": t.opt("Weight"),
46
+ "weightUnit": t.opt("any"),
47
+ "itemSize": t.opt("any"),
48
+ "itemSpecialUnitMeasure": t.opt("any"),
49
+ "itemSpecialUnit": t.opt("UnitOfMeasurement"),
50
+ "buyerArticleNumber": t.opt("any"),
51
+ "buyerOrderNumber": t.opt("any"),
52
+ "material": t.opt("any"),
53
+ "materialNumber": t.opt("any"),
54
+ "CAS": t.opt("any"),
55
+ "deliveryNote": t.opt("any"),
56
+ "reference": t.opt("any"),
57
+ "packingList": t.opt("any"),
58
+ "units": t.opt(t.array(t.iface([], {
59
+ "number": t.opt("number"),
60
+ "type": t.opt("string"),
61
+ }))),
62
+ "preferenceState": t.opt("PreferenceState"),
63
+ "documents": t.opt(t.array("DigicustDocumentModel")),
64
+ "adjustments": t.opt(t.array("Adjustment")),
65
+ "containers": t.opt(t.array("Container")),
66
+ "shipper": "CompanyModel",
67
+ "exportingCountry": "AddressModel",
68
+ "destinationCountry": "AddressModel",
69
+ "customsProcedure": t.opt("Procedure"),
70
+ "documentTypes": t.opt(t.array("DocumentTypeCode")),
71
+ "preliminaryDocument": t.opt("any"),
72
+ "specialRemarks": t.opt(t.array("any")),
73
+ "packages": t.opt(t.array("Package")),
74
+ "materialId": t.opt("string"),
75
+ "creationType": t.opt("MasterDataCreationType"),
76
+ "bbox": t.opt("Bbox"),
77
+ "matchingMetadata": t.opt("any"),
78
+ });
79
+
80
+ const exportedTypeSuite: t.ITypeSuite = {
81
+ LineItemModel,
82
+ };
83
+ export default exportedTypeSuite;
@@ -0,0 +1,82 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const LineItemModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "documentId": t.opt("string"),
10
+ "caseId": t.opt("string"),
11
+ "isCondensed": t.opt("boolean"),
12
+ "invoiceNumber": t.opt("any"),
13
+ "waybillNumber": t.opt("any"),
14
+ "transitNumber": t.opt("any"),
15
+ "box40": t.opt("any"),
16
+ "guaranteeNumber": t.opt("any"),
17
+ "billOfLading": t.opt("any"),
18
+ "customsTariffNumber": t.opt("CustomsTariffNumber"),
19
+ "discountText": t.opt("string"),
20
+ "position": t.opt("any"),
21
+ "code": t.opt("any"),
22
+ "hsCode": t.opt("any"),
23
+ "batchNumber": t.opt("any"),
24
+ "lotNumber": t.opt("any"),
25
+ "serialNumber": t.opt("any"),
26
+ "orderNumber": t.opt("any"),
27
+ "description": t.opt("any"),
28
+ "documentDescription": t.opt("any"),
29
+ "quantity": t.opt("Quantity"),
30
+ "orderedQuantity": t.opt("Quantity"),
31
+ "unitOfMeasurement": t.opt("UnitOfMeasurement"),
32
+ "countryOfOrigin": t.opt("AddressModel"),
33
+ "itemValue": t.opt("Money"),
34
+ "totalValue": t.opt("Money"),
35
+ "totalValueExcludingCharges": t.opt("Money"),
36
+ "customsValue": t.opt("Money"),
37
+ "amountUnit": t.opt("any"),
38
+ "discount": t.opt("Money"),
39
+ "discountUnit": t.opt("any"),
40
+ "currency": t.opt("any"),
41
+ "netWeight": t.opt("Weight"),
42
+ "totalNetWeight": t.opt("Weight"),
43
+ "grossWeight": t.opt("Weight"),
44
+ "totalGrossWeight": t.opt("Weight"),
45
+ "weightUnit": t.opt("any"),
46
+ "itemSize": t.opt("any"),
47
+ "itemSpecialUnitMeasure": t.opt("any"),
48
+ "itemSpecialUnit": t.opt("UnitOfMeasurement"),
49
+ "buyerArticleNumber": t.opt("any"),
50
+ "buyerOrderNumber": t.opt("any"),
51
+ "material": t.opt("any"),
52
+ "materialNumber": t.opt("any"),
53
+ "CAS": t.opt("any"),
54
+ "deliveryNote": t.opt("any"),
55
+ "reference": t.opt("any"),
56
+ "packingList": t.opt("any"),
57
+ "units": t.opt(t.array(t.iface([], {
58
+ "number": t.opt("number"),
59
+ "type": t.opt("string"),
60
+ }))),
61
+ "preferenceState": t.opt("PreferenceState"),
62
+ "documents": t.opt(t.array("DigicustDocumentModel")),
63
+ "adjustments": t.opt(t.array("Adjustment")),
64
+ "containers": t.opt(t.array("Container")),
65
+ "shipper": "CompanyModel",
66
+ "exportingCountry": "AddressModel",
67
+ "destinationCountry": "AddressModel",
68
+ "customsProcedure": t.opt("Procedure"),
69
+ "documentTypes": t.opt(t.array("DocumentTypeCode")),
70
+ "preliminaryDocument": t.opt("any"),
71
+ "specialRemarks": t.opt(t.array("any")),
72
+ "packages": t.opt(t.array("Package")),
73
+ "materialId": t.opt("string"),
74
+ "creationType": t.opt("MasterDataCreationType"),
75
+ "bbox": t.opt("Bbox"),
76
+ "matchingMetadata": t.opt("any"),
77
+ });
78
+
79
+ const exportedTypeSuite: t.ITypeSuite = {
80
+ LineItemModel,
81
+ };
82
+ export default exportedTypeSuite;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const LoadType = t.enumtype({
8
+ "CEP": "CEP",
9
+ "FCL": "FCL",
10
+ "LCL": "LCL",
11
+ "FTL": "FTL",
12
+ "LTL": "LTL",
13
+ "Bulk": "Bulk",
14
+ });
15
+
16
+ const exportedTypeSuite: t.ITypeSuite = {
17
+ LoadType,
18
+ };
19
+ export default exportedTypeSuite;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+
8
+
9
+ const exportedTypeSuite: t.ITypeSuite = {
10
+ };
11
+ export default exportedTypeSuite;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const MatchingMetadataModel = t.iface([], {
8
+ "input": "T",
9
+ "usedMatcher": "string",
10
+ "matchScore": "number",
11
+ "matchResult": "S",
12
+ "stringScoring": t.opt("StringScoringDetails"),
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ MatchingMetadataModel,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const MaterialMatchInput = t.iface([], {
8
+ "materialNumber": t.opt("string"),
9
+ "code": t.opt("string"),
10
+ "buyerArticleNumber": t.opt("string"),
11
+ "buyerOrderNumber": t.opt("string"),
12
+ "reference": t.opt("string"),
13
+ "shipperId": t.opt("string"),
14
+ });
15
+
16
+ const exportedTypeSuite: t.ITypeSuite = {
17
+ MaterialMatchInput,
18
+ };
19
+ export default exportedTypeSuite;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const MaterialMatchResult = t.iface([], {
8
+ "matchesCode": t.opt("boolean"),
9
+ "matchesCodeUserEdited": t.opt("boolean"),
10
+ "matchesMaterialNumber": t.opt("boolean"),
11
+ "matchesMaterialNumberUserEdited": t.opt("boolean"),
12
+ "matchesBuyerOrderNumberUserEdited": t.opt("boolean"),
13
+ "matchesBuyerArticleNumber": t.opt("boolean"),
14
+ "matchesBuyerArticleNumberUserEdited": t.opt("boolean"),
15
+ "matchesShipper": t.opt("boolean"),
16
+ "hasAnyUserEditedProperties": t.opt("boolean"),
17
+ });
18
+
19
+ const exportedTypeSuite: t.ITypeSuite = {
20
+ MaterialMatchResult,
21
+ };
22
+ export default exportedTypeSuite;
@@ -0,0 +1,100 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const ItemPrice = t.iface([], {
8
+ "price": t.opt("Money"),
9
+ "priceDate": t.opt("DateTimeModel"),
10
+ "recipientId": t.opt("string"),
11
+ "shipperId": t.opt("string"),
12
+ "documentId": t.opt("string"),
13
+ "forQuantity": t.opt("Quantity"),
14
+ });
15
+
16
+ export const DocumentTypeCode = t.iface([], {
17
+ "code": t.opt("string"),
18
+ "isAvailable": t.opt("boolean"),
19
+ "referenceNumber": t.opt("string"),
20
+ "issuingDate": t.opt("DateTimeModel"),
21
+ "validityDate": t.opt("DateTimeModel"),
22
+ "deductionAmount": t.opt("Quantity"),
23
+ "qualifier": t.opt("string"),
24
+ });
25
+
26
+ export const ItemCountryOfOrigin = t.iface([], {
27
+ "country": t.opt("any"),
28
+ "documentId": t.opt("string"),
29
+ "recipientId": t.opt("string"),
30
+ });
31
+
32
+ export const Meursing = t.iface(["Meta"], {
33
+ "milkfat": t.opt("any"),
34
+ "protein": t.opt("any"),
35
+ "starch": t.opt("any"),
36
+ "saccharose": t.opt("any"),
37
+ });
38
+
39
+ export const MasterDataCreationType = t.enumtype({
40
+ "manual": "manual",
41
+ "processed": "processed",
42
+ "file": "file",
43
+ });
44
+
45
+ export const MaterialModel = t.iface([], {
46
+ "id": t.opt("string"),
47
+ "customerId": t.opt("string"),
48
+ "projectId": t.opt("string"),
49
+ "creationType": t.opt("MasterDataCreationType"),
50
+ "description": t.opt("any"),
51
+ "documentDescription": t.opt("any"),
52
+ "materialNumber": t.opt("any"),
53
+ "code": t.opt("any"),
54
+ "buyerArticleNumber": t.opt("any"),
55
+ "buyerOrderNumber": t.opt("any"),
56
+ "customsLaw": t.opt(t.iface([], {
57
+ "customsTariffNumber": t.opt(t.intersection("CustomsTariffNumber", "any")),
58
+ "procedure": t.opt("any"),
59
+ "typeOfBusiness": t.opt("any"),
60
+ "preferences": t.opt(t.array("any")),
61
+ })),
62
+ "netWeight": t.opt(t.intersection("Weight", "any")),
63
+ "grossWeight": t.opt(t.intersection("Weight", "any")),
64
+ "dimensions": t.opt(t.intersection("Dimensions", "any")),
65
+ "shipper": t.opt("string"),
66
+ "shipperId": t.opt("string"),
67
+ "recipients": t.opt(t.array(t.iface([], {
68
+ "id": "string",
69
+ "name": "string",
70
+ }))),
71
+ "unitOfMeasurement": t.opt("any"),
72
+ "documentTypeCodes": t.opt(t.array(t.intersection("DocumentCode", t.iface([], {
73
+ "procedure": t.opt(t.union("ProcedureMode", t.lit("any"))),
74
+ "reference": t.opt("string"),
75
+ }), "any"))),
76
+ "CAS": t.opt("any"),
77
+ "units": t.opt(t.array("any")),
78
+ "meursing": t.opt(t.array("Meursing")),
79
+ "countryOfOriginHistory": t.opt(t.array("ItemCountryOfOrigin")),
80
+ "itemPrice": t.opt(t.intersection("Money", "any")),
81
+ "priceHistory": t.opt(t.array("ItemPrice")),
82
+ "customProperties": t.opt(t.iface([], {
83
+ })),
84
+ "hasAnyUserEditedProperties": t.opt("boolean"),
85
+ "meta": t.opt(t.iface([], {
86
+ "version": t.opt("number"),
87
+ "userCreated": t.opt("boolean"),
88
+ "userEdited": t.opt("boolean"),
89
+ })),
90
+ });
91
+
92
+ const exportedTypeSuite: t.ITypeSuite = {
93
+ ItemPrice,
94
+ DocumentTypeCode,
95
+ ItemCountryOfOrigin,
96
+ Meursing,
97
+ MasterDataCreationType,
98
+ MaterialModel,
99
+ };
100
+ export default exportedTypeSuite;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const PseudoStakeholderModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "hash": t.opt("number"),
10
+ "pseudoValue": t.opt("string"),
11
+ });
12
+
13
+ const exportedTypeSuite: t.ITypeSuite = {
14
+ PseudoStakeholderModel,
15
+ };
16
+ export default exportedTypeSuite;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const ScoringAlgorithmType = t.enumtype({
8
+ "Exact": "exact",
9
+ "JaroWrinkler": "jaro-wrinkler",
10
+ "CosineSimilarity": "cosine-similarity",
11
+ });
12
+
13
+ const exportedTypeSuite: t.ITypeSuite = {
14
+ ScoringAlgorithmType,
15
+ };
16
+ export default exportedTypeSuite;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const StakeholderMatchInput = t.iface([], {
8
+ "name": t.opt("string"),
9
+ "EORI": t.opt("string"),
10
+ "VAT": t.opt("string"),
11
+ "country": t.opt("string"),
12
+ "address": t.opt("AddressModel"),
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ StakeholderMatchInput,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const StakeholderMatchResult = t.iface([], {
8
+ "matchesEORI": t.opt("boolean"),
9
+ "matchesVAT": t.opt("boolean"),
10
+ "matchesName": t.opt("boolean"),
11
+ "matchesCountry": t.opt("boolean"),
12
+ "matchesStreetNumber": t.opt("boolean"),
13
+ "matchesStreetName": t.opt("boolean"),
14
+ "matchesPostalCode": t.opt("boolean"),
15
+ "matchesLocality": t.opt("boolean"),
16
+ "matchesDistrict": t.opt("boolean"),
17
+ "matchesProvince": t.opt("boolean"),
18
+ "matchesProvinceCode": t.opt("boolean"),
19
+ "matchesPlusCode": t.opt("boolean"),
20
+ });
21
+
22
+ const exportedTypeSuite: t.ITypeSuite = {
23
+ StakeholderMatchResult,
24
+ };
25
+ export default exportedTypeSuite;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const StakeholderMatchingMethod = t.enumtype({
8
+ "Unknown": 0,
9
+ "EORI": 1,
10
+ "VAT": 2,
11
+ "NameAndCountry": 4,
12
+ "FuzzyNameAndAddress": 8,
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ StakeholderMatchingMethod,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const StakeholderRole = t.enumtype({
8
+ "Shipper": "shipper",
9
+ "Recipient": "recipient",
10
+ "Consignee": "consignee",
11
+ "Importer": "importer",
12
+ "Declarant": "declarant",
13
+ "Broker": "broker",
14
+ "Buyer": "buyer",
15
+ "Carrier": "carrier",
16
+ "Warehouse": "warehouse",
17
+ });
18
+
19
+ const exportedTypeSuite: t.ITypeSuite = {
20
+ StakeholderRole,
21
+ };
22
+ export default exportedTypeSuite;