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,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 SubscriptionInfo = t.iface([], {
8
+ "prices": "SubscriptionPrice",
9
+ "validFrom": "Date",
10
+ "validUntil": "Date",
11
+ "billingPeriod": "BillingPeriods",
12
+ "currentPeriodStart": "Date",
13
+ "currentPeriodEnd": "Date",
14
+ "billingCycleAnchor": "Date",
15
+ "trialStart": t.opt("Date"),
16
+ "trialEnd": t.opt("Date"),
17
+ });
18
+
19
+ const exportedTypeSuite: t.ITypeSuite = {
20
+ SubscriptionInfo,
21
+ };
22
+ export default exportedTypeSuite;
@@ -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 SubscriptionPrice = t.iface([], {
8
+ "hsClassification": "number",
9
+ "dataExtraction": "number",
10
+ "dataNormalization": "number",
11
+ "dakosy": "number",
12
+ "upload": "number",
13
+ "ocr": "number",
14
+ "documentSplitting": "number",
15
+ });
16
+
17
+ const exportedTypeSuite: t.ITypeSuite = {
18
+ SubscriptionPrice,
19
+ };
20
+ 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 SubscriptionModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "customerId": t.opt("string"),
10
+ "name": t.opt("string"),
11
+ "subscriptionInfo": t.array("SubscriptionInfo"),
12
+ "active": "Boolean",
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ SubscriptionModel,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,79 @@
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
+ "declarantRepresentative": t.opt("CompanyModel"),
28
+ "buyer": t.opt("CompanyModel"),
29
+ "agent": t.opt("CompanyModel"),
30
+ "broker": t.opt("CompanyModel"),
31
+ "carrier": t.opt("CompanyModel"),
32
+ "warehouse": t.opt("CompanyModel"),
33
+ "obligater": t.opt("CompanyModel"),
34
+ "constellationOfParticipants": t.opt("ConstellationOfParticipantsModel"),
35
+ "adjustments": t.opt(t.array("Adjustment")),
36
+ "containers": t.opt(t.array("Container")),
37
+ "currency": t.opt("any"),
38
+ "waybillType": t.opt("WaybillTypeModel"),
39
+ "waybillNumber": t.opt("any"),
40
+ "weightUnit": t.opt("any"),
41
+ "weight": t.opt("Weight"),
42
+ "netWeight": t.opt("Weight"),
43
+ "incoterm": t.opt("IncotermModel"),
44
+ "placeIncoterm": t.opt("AddressModel"),
45
+ "costIntersection": t.opt("CostIntersection"),
46
+ "tradePreference": t.opt("TradePreference"),
47
+ "customsOffices": t.opt(t.array("CustomsOffice")),
48
+ "meansOfTransportation": t.opt(t.array("MeanOfTransportation")),
49
+ "typeofBusiness": t.opt("TypeOfBusiness"),
50
+ "caseType": t.opt("any"),
51
+ "items": t.opt(t.array("LineItemModel")),
52
+ "numberOfShipments": t.opt("any"),
53
+ "packages": t.opt(t.array("Package")),
54
+ "sealNumber": t.opt("any"),
55
+ "truckNationality": t.opt("any"),
56
+ "truckLicensePlate": t.opt("any"),
57
+ "trailerLicensePlate": t.opt("any"),
58
+ "destinationCustomOffice": t.opt("any"),
59
+ "departureCustomOffice": t.opt("any"),
60
+ "loadingPlace": t.opt("any"),
61
+ "transitItems": t.opt(t.array("TransitItemModel")),
62
+ "totalValueExcludingCharges": t.opt("Money"),
63
+ "totalValueWithoutTax": t.opt("Money"),
64
+ "totalTax": t.opt("Money"),
65
+ "totalValue": t.opt("Money"),
66
+ "totalLicenseFee": t.opt("Money"),
67
+ "totalOtherPayments": t.opt("Money"),
68
+ "totalShippingCost": t.opt("Money"),
69
+ "totalPackagingCosts": t.opt("Money"),
70
+ "totalCustomsValue": t.opt("Money"),
71
+ "totalDiscount": t.opt("Money"),
72
+ "totalInsuranceCosts": t.opt("Money"),
73
+ "statisticalValue": t.opt("Money"),
74
+ });
75
+
76
+ const exportedTypeSuite: t.ITypeSuite = {
77
+ AggregatedCaseDataModel,
78
+ };
79
+ export default exportedTypeSuite;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const CaseStatus = t.enumtype({
8
+ "init": "init",
9
+ "uploaded": "uploaded",
10
+ "extracted": "extracted",
11
+ "normalized": "normalized",
12
+ "processed": "processed",
13
+ "checked": "checked",
14
+ "error": "error",
15
+ "aborted": "aborted",
16
+ "toEdit": "toEdit",
17
+ "inProgress": "inProgress",
18
+ "errorCustoms": "errorCustoms",
19
+ "errorInternal": "errorInternal",
20
+ "documentAnalysis": "documentAnalysis",
21
+ "physicalControl": "physicalControl",
22
+ "questionCustoms": "questionCustoms",
23
+ "firstClearance": "firstClearance",
24
+ "secondClearance": "secondClearance",
25
+ });
26
+
27
+ const exportedTypeSuite: t.ITypeSuite = {
28
+ CaseStatus,
29
+ };
30
+ export default exportedTypeSuite;
@@ -0,0 +1,39 @@
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 CaseSubmissionTransaction = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "caseId": t.opt("string"),
10
+ "mrn": t.opt("string"),
11
+ "accomplishedAt": t.opt("Date"),
12
+ "procedure": t.opt("CaseSubmissionProcedure"),
13
+ "service": t.opt("string"),
14
+ "reference": t.opt("string"),
15
+ "dateTime": t.opt("Date"),
16
+ "transactionType": t.opt("string"),
17
+ "content": t.opt("any"),
18
+ "xml": t.opt("string"),
19
+ });
20
+
21
+ export const CaseSubmissionProcedure = t.enumtype({
22
+ "VersandanmeldungNCTSDE": "VersandanmeldungNCTSDE",
23
+ "EingangsanzeigeNCTSDE": "EingangsanzeigeNCTSDE",
24
+ "FreierVerkehrAbfertigung": "FreierVerkehrAbfertigung",
25
+ "ErgaenzendeAnmeldungFVAVUV": "ErgaenzendeAnmeldungFVAVUV",
26
+ });
27
+
28
+ export const CaseSubmissionTransactionType = t.enumtype({
29
+ "FreierVerkehrAbfertigungBestaetigungVorzeitigeAnmeldung": "FreierVerkehrAbfertigungBestaetigungVorzeitigeAnmeldung",
30
+ "FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung": "FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung",
31
+ "QuittungEingangsverarbeitung": "QuittungEingangsverarbeitung",
32
+ });
33
+
34
+ const exportedTypeSuite: t.ITypeSuite = {
35
+ CaseSubmissionTransaction,
36
+ CaseSubmissionProcedure,
37
+ CaseSubmissionTransactionType,
38
+ };
39
+ export default exportedTypeSuite;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const CaseType = t.enumtype({
8
+ "import": "import",
9
+ "export": "export",
10
+ });
11
+
12
+ const exportedTypeSuite: t.ITypeSuite = {
13
+ CaseType,
14
+ };
15
+ export default exportedTypeSuite;
@@ -0,0 +1,45 @@
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 CaseModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "customerId": t.opt("string"),
10
+ "projectId": t.opt("string"),
11
+ "moduleId": t.opt("string"),
12
+ "environment": t.opt("Environment"),
13
+ "module": t.opt("ModuleType"),
14
+ "moduleCategory": t.opt("ModuleCategory"),
15
+ "flags": t.opt(t.iface([], {
16
+ })),
17
+ "contextId": t.opt("string"),
18
+ "status": t.opt("any"),
19
+ "createdAt": t.opt("Date"),
20
+ "processedAt": t.opt("string"),
21
+ "sentAt": t.opt("Date"),
22
+ "automatic": t.opt("boolean"),
23
+ "isProcessWithDextor": t.opt("boolean"),
24
+ "isPseudonymized": t.opt("boolean"),
25
+ "mrnNumber": t.opt("any"),
26
+ "accomplishedAt": t.opt("Date"),
27
+ "reference": t.opt("string"),
28
+ "modifiedBy": t.opt(t.iface([], {
29
+ "id": t.opt("string"),
30
+ "displayName": t.opt("string"),
31
+ "date": t.opt("Date"),
32
+ })),
33
+ "procedureMode": t.opt("ProcedureMode"),
34
+ "documents": t.opt(t.array("DigicustDocumentModel")),
35
+ "errors": t.opt(t.array("Error")),
36
+ "uploadedFiles": t.opt(t.array("UploadedFileModel")),
37
+ "aggregated": t.opt("AggregatedCaseDataModel"),
38
+ "stats": t.opt("StatsCaseModel"),
39
+ "executionStrategy": t.opt("ExecutionStrategy"),
40
+ });
41
+
42
+ const exportedTypeSuite: t.ITypeSuite = {
43
+ CaseModel,
44
+ };
45
+ export default exportedTypeSuite;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const ContextModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "name": t.opt("string"),
10
+ "customerId": t.opt("string"),
11
+ "projectId": t.opt("string"),
12
+ });
13
+
14
+ const exportedTypeSuite: t.ITypeSuite = {
15
+ ContextModel,
16
+ };
17
+ 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,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 StatsCaseModel = t.iface([], {
8
+ "fillOutRatio": t.opt("any"),
9
+ "difficulty": t.opt("any"),
10
+ "accuracy": t.opt("any"),
11
+ "completeness": t.opt("any"),
12
+ "correctness": t.opt("any"),
13
+ "overallConfidence": t.opt("any"),
14
+ });
15
+
16
+ const exportedTypeSuite: t.ITypeSuite = {
17
+ StatsCaseModel,
18
+ };
19
+ 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 UploadedFileModel = t.iface([], {
8
+ "fileName": t.opt("string"),
9
+ "originalName": t.opt("string"),
10
+ "storagePath": t.opt("string"),
11
+ "uploadedAt": t.opt("Date"),
12
+ "finished": t.opt("boolean"),
13
+ });
14
+
15
+ const exportedTypeSuite: t.ITypeSuite = {
16
+ UploadedFileModel,
17
+ };
18
+ export default exportedTypeSuite;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const CaseStatus = t.enumtype({
8
+ "init": "init",
9
+ "uploaded": "uploaded",
10
+ "extracted": "extracted",
11
+ "normalized": "normalized",
12
+ "processed": "processed",
13
+ "checked": "checked",
14
+ "error": "error",
15
+ "aborted": "aborted",
16
+ "toEdit": "toEdit",
17
+ "inProgress": "inProgress",
18
+ "errorCustoms": "errorCustoms",
19
+ "errorInternal": "errorInternal",
20
+ "documentAnalysis": "documentAnalysis",
21
+ "physicalControl": "physicalControl",
22
+ "questionCustoms": "questionCustoms",
23
+ "firstClearance": "firstClearance",
24
+ "secondClearance": "secondClearance",
25
+ });
26
+
27
+ const exportedTypeSuite: t.ITypeSuite = {
28
+ CaseStatus,
29
+ };
30
+ export default exportedTypeSuite;
@@ -0,0 +1,39 @@
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 CaseSubmissionTransaction = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "caseId": t.opt("string"),
10
+ "mrn": t.opt("string"),
11
+ "accomplishedAt": t.opt("Date"),
12
+ "procedure": t.opt("CaseSubmissionProcedure"),
13
+ "service": t.opt("string"),
14
+ "reference": t.opt("string"),
15
+ "dateTime": t.opt("Date"),
16
+ "transactionType": t.opt("string"),
17
+ "content": t.opt("any"),
18
+ "xml": t.opt("string"),
19
+ });
20
+
21
+ export const CaseSubmissionProcedure = t.enumtype({
22
+ "VersandanmeldungNCTSDE": "VersandanmeldungNCTSDE",
23
+ "EingangsanzeigeNCTSDE": "EingangsanzeigeNCTSDE",
24
+ "FreierVerkehrAbfertigung": "FreierVerkehrAbfertigung",
25
+ "ErgaenzendeAnmeldungFVAVUV": "ErgaenzendeAnmeldungFVAVUV",
26
+ });
27
+
28
+ export const CaseSubmissionTransactionType = t.enumtype({
29
+ "FreierVerkehrAbfertigungBestaetigungVorzeitigeAnmeldung": "FreierVerkehrAbfertigungBestaetigungVorzeitigeAnmeldung",
30
+ "FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung": "FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung",
31
+ "QuittungEingangsverarbeitung": "QuittungEingangsverarbeitung",
32
+ });
33
+
34
+ const exportedTypeSuite: t.ITypeSuite = {
35
+ CaseSubmissionTransaction,
36
+ CaseSubmissionProcedure,
37
+ CaseSubmissionTransactionType,
38
+ };
39
+ export default exportedTypeSuite;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const CaseType = t.enumtype({
8
+ "import": "import",
9
+ "export": "export",
10
+ });
11
+
12
+ const exportedTypeSuite: t.ITypeSuite = {
13
+ CaseType,
14
+ };
15
+ export default exportedTypeSuite;
@@ -0,0 +1,45 @@
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 CaseModel = t.iface([], {
8
+ "id": t.opt("string"),
9
+ "customerId": t.opt("string"),
10
+ "projectId": t.opt("string"),
11
+ "moduleId": t.opt("string"),
12
+ "environment": t.opt("Environment"),
13
+ "module": t.opt("ModuleType"),
14
+ "moduleCategory": t.opt("ModuleCategory"),
15
+ "flags": t.opt(t.iface([], {
16
+ })),
17
+ "contextId": t.opt("string"),
18
+ "status": t.opt("any"),
19
+ "createdAt": t.opt("Date"),
20
+ "processedAt": t.opt("string"),
21
+ "sentAt": t.opt("Date"),
22
+ "automatic": t.opt("boolean"),
23
+ "isProcessWithDextor": t.opt("boolean"),
24
+ "isPseudonymized": t.opt("boolean"),
25
+ "mrnNumber": t.opt("any"),
26
+ "accomplishedAt": t.opt("Date"),
27
+ "reference": t.opt("string"),
28
+ "modifiedBy": t.opt(t.iface([], {
29
+ "id": t.opt("string"),
30
+ "displayName": t.opt("string"),
31
+ "date": t.opt("Date"),
32
+ })),
33
+ "procedureMode": t.opt("ProcedureMode"),
34
+ "documents": t.opt(t.array("DigicustDocumentModel")),
35
+ "errors": t.opt(t.array("Error")),
36
+ "uploadedFiles": t.opt(t.array("UploadedFileModel")),
37
+ "aggregated": t.opt("AggregatedCaseDataModel"),
38
+ "stats": t.opt("StatsCaseModel"),
39
+ "executionStrategy": t.opt("ExecutionStrategy"),
40
+ });
41
+
42
+ const exportedTypeSuite: t.ITypeSuite = {
43
+ CaseModel,
44
+ };
45
+ export default exportedTypeSuite;
@@ -0,0 +1,5 @@
1
+ export interface CodeModel {
2
+ id?: string;
3
+ /** Partition ID */
4
+ list?: string;
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ import { AddressModel } from "../measures";
2
+ import { CodeModel } from "./code.model";
3
+ export interface CustomsOfficeCode extends CodeModel {
4
+ id?: string;
5
+ /** Partition ID */
6
+ list?: "CustomsOffice";
7
+ referenceNumber?: string;
8
+ referenceNumberMainOffice?: string;
9
+ referenceNumberHigherAuthority?: string;
10
+ referenceNumberCompetentAuthorityOfEnquiry?: string;
11
+ referenceNumberCompetentAuthorityOfRecovery?: string;
12
+ name?: string;
13
+ address?: AddressModel;
14
+ phone?: string;
15
+ email?: string;
16
+ traderDedicated?: string;
17
+ language?: string;
18
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from "./code.model";
2
+ export * from "./customs-office.code";
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./code.model"), exports);
18
+ __exportStar(require("./customs-office.code"), exports);
@@ -0,0 +1,36 @@
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 CompanyModel = t.iface(["Meta"], {
8
+ "address": t.opt("AddressModel"),
9
+ "name": t.opt("any"),
10
+ "contactPerson": t.opt("PersonModel"),
11
+ "phoneNr": t.opt("any"),
12
+ "email": t.opt("any"),
13
+ "EORI": t.opt("any"),
14
+ "VAT": t.opt("any"),
15
+ "intrastatVAT": t.opt("any"),
16
+ "TIN": t.opt("any"),
17
+ "securityNumber": t.opt("any"),
18
+ "inputTaxDeduction": t.opt("any"),
19
+ "externalIdentifier": t.opt("any"),
20
+ "clientIdentifier": t.opt("any"),
21
+ "defermentAccounts": t.opt(t.array("DefermentAccount")),
22
+ "customsOffices": t.opt(t.array("CustomsOffice")),
23
+ "permitNumbers": t.opt(t.array("PermitNumber")),
24
+ "directRepresentative": t.opt("StakeholderModel"),
25
+ "indirectRepresentative": t.opt("StakeholderModel"),
26
+ "subcontractor": t.opt("StakeholderModel"),
27
+ "submissionDeadlineInterval": t.opt("number"),
28
+ "stakeholderId": t.opt("string"),
29
+ "creationType": t.opt("MasterDataCreationType"),
30
+ "matchingMetadata": t.opt("any"),
31
+ });
32
+
33
+ const exportedTypeSuite: t.ITypeSuite = {
34
+ CompanyModel,
35
+ };
36
+ 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,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 PermitNumber = t.iface(["Meta"], {
8
+ "value": t.opt("string"),
9
+ "type": t.opt("PermitNumberType"),
10
+ });
11
+
12
+ export const PermitNumberType = t.enumtype({
13
+ "export": "export",
14
+ "letterProcedure": "letterProcedure",
15
+ "passiveProcessing": "passiveProcessing",
16
+ "trustedExporter": "trustedExporter",
17
+ });
18
+
19
+ const exportedTypeSuite: t.ITypeSuite = {
20
+ PermitNumber,
21
+ PermitNumberType,
22
+ };
23
+ export default exportedTypeSuite;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This module was automatically generated by `ts-interface-builder`
3
+ */
4
+ import * as t from "ts-interface-checker";
5
+ // tslint:disable:object-literal-key-quotes
6
+
7
+ export const CompanyModel = t.iface([], {
8
+ "name": t.opt("string"),
9
+ "apiKey": "string",
10
+ });
11
+
12
+ const exportedTypeSuite: t.ITypeSuite = {
13
+ CompanyModel,
14
+ };
15
+ export default exportedTypeSuite;
@@ -0,0 +1,4 @@
1
+ export interface CompanyModel {
2
+ name?: string;
3
+ apiKey: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 ConsignmentSize = t.enumtype({
8
+ "smallConsignment": "small",
9
+ "bulkConsignment": "bulk",
10
+ });
11
+
12
+ const exportedTypeSuite: t.ITypeSuite = {
13
+ ConsignmentSize,
14
+ };
15
+ export default exportedTypeSuite;