@veeroute/lss-studio-angular 7.4.2469 → 7.6.2491

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 (460) hide show
  1. package/README.md +1 -1
  2. package/api/api.d.ts +4 -1
  3. package/api/experimentsServiceInterface.d.ts +1 -1
  4. package/api/explorerServiceInterface.d.ts +1 -1
  5. package/api/externalRoutingService.d.ts +106 -0
  6. package/api/externalRoutingServiceInterface.d.ts +55 -0
  7. package/api/factsServiceInterface.d.ts +1 -1
  8. package/api/hardlinksServiceInterface.d.ts +1 -1
  9. package/api/locationsServiceInterface.d.ts +1 -1
  10. package/api/ordersServiceInterface.d.ts +1 -1
  11. package/api/performersServiceInterface.d.ts +1 -1
  12. package/api/systemServiceInterface.d.ts +1 -1
  13. package/api/transportsServiceInterface.d.ts +1 -1
  14. package/api/tripsServiceInterface.d.ts +1 -1
  15. package/cfg/process_types.json +24 -0
  16. package/cfg/table_settings.json +20 -0
  17. package/esm2022/api/api.mjs +5 -2
  18. package/esm2022/api/experimentsService.mjs +2 -2
  19. package/esm2022/api/experimentsServiceInterface.mjs +1 -1
  20. package/esm2022/api/explorerService.mjs +2 -2
  21. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  22. package/esm2022/api/externalRoutingService.mjs +338 -0
  23. package/esm2022/api/externalRoutingServiceInterface.mjs +2 -0
  24. package/esm2022/api/factsService.mjs +2 -2
  25. package/esm2022/api/factsServiceInterface.mjs +1 -1
  26. package/esm2022/api/hardlinksService.mjs +2 -2
  27. package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
  28. package/esm2022/api/locationsService.mjs +2 -2
  29. package/esm2022/api/locationsServiceInterface.mjs +1 -1
  30. package/esm2022/api/ordersService.mjs +2 -2
  31. package/esm2022/api/ordersServiceInterface.mjs +1 -1
  32. package/esm2022/api/performersService.mjs +2 -2
  33. package/esm2022/api/performersServiceInterface.mjs +1 -1
  34. package/esm2022/api/systemService.mjs +2 -2
  35. package/esm2022/api/systemServiceInterface.mjs +1 -1
  36. package/esm2022/api/transportsService.mjs +2 -2
  37. package/esm2022/api/transportsServiceInterface.mjs +1 -1
  38. package/esm2022/api/tripsService.mjs +2 -2
  39. package/esm2022/api/tripsServiceInterface.mjs +1 -1
  40. package/esm2022/model/actualizeSettings.mjs +2 -2
  41. package/esm2022/model/assignedPerformer.mjs +1 -1
  42. package/esm2022/model/assignedTransport.mjs +1 -1
  43. package/esm2022/model/attribute.mjs +2 -2
  44. package/esm2022/model/basicProcess.mjs +2 -2
  45. package/esm2022/model/basicState.mjs +2 -2
  46. package/esm2022/model/basicTimeWindow.mjs +2 -2
  47. package/esm2022/model/basicTracksType.mjs +2 -2
  48. package/esm2022/model/box.mjs +1 -1
  49. package/esm2022/model/boxCompatibilities.mjs +2 -2
  50. package/esm2022/model/boxLimits.mjs +1 -1
  51. package/esm2022/model/break.mjs +2 -2
  52. package/esm2022/model/breakRules.mjs +1 -1
  53. package/esm2022/model/calculationHistoryElement.mjs +1 -1
  54. package/esm2022/model/calculationInfo.mjs +1 -1
  55. package/esm2022/model/calculationSettings.mjs +2 -2
  56. package/esm2022/model/calculationState.mjs +1 -1
  57. package/esm2022/model/calculationStatus.mjs +2 -2
  58. package/esm2022/model/capacity.mjs +2 -2
  59. package/esm2022/model/capacityCost.mjs +2 -2
  60. package/esm2022/model/capacityLimit.mjs +2 -2
  61. package/esm2022/model/capacityMultiplier.mjs +2 -2
  62. package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
  63. package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
  64. package/esm2022/model/capacityStatisticsSum.mjs +2 -2
  65. package/esm2022/model/cargo.mjs +1 -1
  66. package/esm2022/model/cargoAction.mjs +1 -1
  67. package/esm2022/model/cargoActionType.mjs +2 -2
  68. package/esm2022/model/cargoCompatibilities.mjs +1 -1
  69. package/esm2022/model/cargoRotationType.mjs +2 -2
  70. package/esm2022/model/checkResult.mjs +2 -2
  71. package/esm2022/model/compatibilityPenalty.mjs +2 -2
  72. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  73. package/esm2022/model/demand.mjs +1 -1
  74. package/esm2022/model/demandExtraDuration.mjs +2 -2
  75. package/esm2022/model/demandType.mjs +2 -2
  76. package/esm2022/model/entityError.mjs +1 -1
  77. package/esm2022/model/entityErrorType.mjs +4 -3
  78. package/esm2022/model/entityPath.mjs +1 -1
  79. package/esm2022/model/entityType.mjs +2 -2
  80. package/esm2022/model/entityWarning.mjs +1 -1
  81. package/esm2022/model/entityWarningType.mjs +2 -2
  82. package/esm2022/model/experiment.mjs +1 -1
  83. package/esm2022/model/experimentCheck.mjs +1 -1
  84. package/esm2022/model/experimentList.mjs +1 -1
  85. package/esm2022/model/experimentNeighbors.mjs +2 -2
  86. package/esm2022/model/experimentSettings.mjs +1 -1
  87. package/esm2022/model/experimentSpecification.mjs +2 -2
  88. package/esm2022/model/experimentStatistics.mjs +1 -1
  89. package/esm2022/model/fact.mjs +1 -1
  90. package/esm2022/model/factType.mjs +2 -2
  91. package/esm2022/model/featureLifetime.mjs +1 -1
  92. package/esm2022/model/filesystem.mjs +1 -1
  93. package/esm2022/model/folderCounters.mjs +2 -2
  94. package/esm2022/model/folderSpecification.mjs +2 -2
  95. package/esm2022/model/folderType.mjs +2 -2
  96. package/esm2022/model/general402.mjs +1 -1
  97. package/esm2022/model/general403.mjs +1 -1
  98. package/esm2022/model/general404.mjs +1 -1
  99. package/esm2022/model/general404Detail.mjs +1 -1
  100. package/esm2022/model/general429.mjs +1 -1
  101. package/esm2022/model/general500.mjs +1 -1
  102. package/esm2022/model/generalStatistics.mjs +1 -1
  103. package/esm2022/model/geoSettings.mjs +2 -2
  104. package/esm2022/model/geopoint.mjs +2 -2
  105. package/esm2022/model/hardlink.mjs +1 -1
  106. package/esm2022/model/hardlinkElement.mjs +1 -1
  107. package/esm2022/model/hardlinkElementType.mjs +2 -2
  108. package/esm2022/model/importSample.mjs +2 -2
  109. package/esm2022/model/importSource.mjs +2 -2
  110. package/esm2022/model/linkedEssence.mjs +2 -2
  111. package/esm2022/model/loadStatistics.mjs +1 -1
  112. package/esm2022/model/location.mjs +1 -1
  113. package/esm2022/model/locationCargosLimit.mjs +1 -1
  114. package/esm2022/model/locationCompatibilities.mjs +2 -2
  115. package/esm2022/model/locationLimit.mjs +1 -1
  116. package/esm2022/model/locationLimitStatistics.mjs +1 -1
  117. package/esm2022/model/locationStatistics.mjs +1 -1
  118. package/esm2022/model/locationTimetableElement.mjs +1 -1
  119. package/esm2022/model/locationTransportsLimit.mjs +2 -2
  120. package/esm2022/model/measurements.mjs +1 -1
  121. package/esm2022/model/order.mjs +1 -1
  122. package/esm2022/model/orderCompatibilities.mjs +2 -2
  123. package/esm2022/model/performer.mjs +1 -1
  124. package/esm2022/model/performerCompatibilities.mjs +1 -1
  125. package/esm2022/model/performerLimits.mjs +1 -1
  126. package/esm2022/model/performerShift.mjs +1 -1
  127. package/esm2022/model/performerTariff.mjs +1 -1
  128. package/esm2022/model/performerTariffConstraint.mjs +2 -2
  129. package/esm2022/model/planSettings.mjs +1 -1
  130. package/esm2022/model/planStatistics.mjs +1 -1
  131. package/esm2022/model/possibleEvent.mjs +1 -1
  132. package/esm2022/model/quality.mjs +1 -1
  133. package/esm2022/model/replanSettings.mjs +1 -1
  134. package/esm2022/model/replanStrategy.mjs +2 -2
  135. package/esm2022/model/rest.mjs +2 -2
  136. package/esm2022/model/restRules.mjs +1 -1
  137. package/esm2022/model/routingMatrix.mjs +1 -1
  138. package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
  139. package/esm2022/model/routingTransportMatrix.mjs +1 -1
  140. package/esm2022/model/schemaError.mjs +2 -2
  141. package/esm2022/model/service.mjs +2 -2
  142. package/esm2022/model/stopDemand.mjs +1 -1
  143. package/esm2022/model/stopStatistics.mjs +1 -1
  144. package/esm2022/model/tableDataStats.mjs +2 -2
  145. package/esm2022/model/tableExperimentColumnType.mjs +2 -2
  146. package/esm2022/model/tableFact.mjs +1 -1
  147. package/esm2022/model/tableFactColumnType.mjs +2 -2
  148. package/esm2022/model/tableFactFields.mjs +2 -2
  149. package/esm2022/model/tableFactFilter.mjs +1 -1
  150. package/esm2022/model/tableFactFilterList.mjs +1 -1
  151. package/esm2022/model/tableFactList.mjs +1 -1
  152. package/esm2022/model/tableFilterBoolList.mjs +2 -2
  153. package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
  154. package/esm2022/model/tableFilterDurationRange.mjs +2 -2
  155. package/esm2022/model/tableFilterEnumList.mjs +2 -2
  156. package/esm2022/model/tableFilterFloatRange.mjs +2 -2
  157. package/esm2022/model/tableFilterIntRange.mjs +2 -2
  158. package/esm2022/model/tableFilterStringList.mjs +2 -2
  159. package/esm2022/model/tableFilterStringSearch.mjs +2 -2
  160. package/esm2022/model/tableFilterType.mjs +2 -2
  161. package/esm2022/model/tableHardlink.mjs +1 -1
  162. package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
  163. package/esm2022/model/tableHardlinkFields.mjs +2 -2
  164. package/esm2022/model/tableHardlinkFilter.mjs +1 -1
  165. package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
  166. package/esm2022/model/tableHardlinkList.mjs +1 -1
  167. package/esm2022/model/tableListCounters.mjs +1 -1
  168. package/esm2022/model/tableListCountersDetail.mjs +2 -2
  169. package/esm2022/model/tableLocation.mjs +1 -1
  170. package/esm2022/model/tableLocationColumnType.mjs +2 -2
  171. package/esm2022/model/tableLocationFields.mjs +1 -1
  172. package/esm2022/model/tableLocationFilter.mjs +1 -1
  173. package/esm2022/model/tableLocationFilterList.mjs +1 -1
  174. package/esm2022/model/tableLocationList.mjs +1 -1
  175. package/esm2022/model/tableOrder.mjs +1 -1
  176. package/esm2022/model/tableOrderColumnType.mjs +2 -2
  177. package/esm2022/model/tableOrderFields.mjs +1 -1
  178. package/esm2022/model/tableOrderFilter.mjs +1 -1
  179. package/esm2022/model/tableOrderFilterList.mjs +1 -1
  180. package/esm2022/model/tableOrderList.mjs +1 -1
  181. package/esm2022/model/tablePerformer.mjs +1 -1
  182. package/esm2022/model/tablePerformerColumnType.mjs +4 -2
  183. package/esm2022/model/tablePerformerFields.mjs +1 -1
  184. package/esm2022/model/tablePerformerFilter.mjs +1 -1
  185. package/esm2022/model/tablePerformerFilterList.mjs +1 -1
  186. package/esm2022/model/tablePerformerList.mjs +1 -1
  187. package/esm2022/model/tableTransport.mjs +1 -1
  188. package/esm2022/model/tableTransportColumnType.mjs +4 -2
  189. package/esm2022/model/tableTransportFields.mjs +1 -1
  190. package/esm2022/model/tableTransportFilter.mjs +1 -1
  191. package/esm2022/model/tableTransportFilterList.mjs +1 -1
  192. package/esm2022/model/tableTransportList.mjs +1 -1
  193. package/esm2022/model/tableTrip.mjs +1 -1
  194. package/esm2022/model/tableTripColumnType.mjs +2 -2
  195. package/esm2022/model/tableTripFields.mjs +1 -1
  196. package/esm2022/model/tableTripFilter.mjs +1 -1
  197. package/esm2022/model/tableTripFilterList.mjs +1 -1
  198. package/esm2022/model/tableTripList.mjs +1 -1
  199. package/esm2022/model/taskStatistics.mjs +1 -1
  200. package/esm2022/model/timeWindow.mjs +2 -2
  201. package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
  202. package/esm2022/model/timeWindowViolations.mjs +1 -1
  203. package/esm2022/model/tracedata.mjs +1 -1
  204. package/esm2022/model/trackpoint.mjs +2 -2
  205. package/esm2022/model/transport.mjs +1 -1
  206. package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
  207. package/esm2022/model/transportCompatibilities.mjs +1 -1
  208. package/esm2022/model/transportLimits.mjs +1 -1
  209. package/esm2022/model/transportLoad.mjs +1 -1
  210. package/esm2022/model/transportShift.mjs +1 -1
  211. package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
  212. package/esm2022/model/transportTariff.mjs +1 -1
  213. package/esm2022/model/transportTariffConstraint.mjs +2 -2
  214. package/esm2022/model/transportType.mjs +7 -3
  215. package/esm2022/model/trip.mjs +1 -1
  216. package/esm2022/model/tripAssumptions.mjs +1 -1
  217. package/esm2022/model/tripExpectations.mjs +1 -1
  218. package/esm2022/model/tripPenalties.mjs +1 -1
  219. package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
  220. package/esm2022/model/tripState.mjs +1 -1
  221. package/esm2022/model/tripStateFlag.mjs +2 -2
  222. package/esm2022/model/tripStatistics.mjs +1 -1
  223. package/esm2022/model/tripsSettings.mjs +1 -1
  224. package/esm2022/model/universalData.mjs +1 -1
  225. package/esm2022/model/unplannedItems.mjs +2 -2
  226. package/esm2022/model/versionResult.mjs +2 -2
  227. package/esm2022/model/webFact.mjs +1 -1
  228. package/esm2022/model/webHardlink.mjs +1 -1
  229. package/esm2022/model/webLocation.mjs +1 -1
  230. package/esm2022/model/webLocationGeopoint.mjs +1 -1
  231. package/esm2022/model/webLocationGeopointList.mjs +1 -1
  232. package/esm2022/model/webOrder.mjs +1 -1
  233. package/esm2022/model/webOrderGeopoint.mjs +1 -1
  234. package/esm2022/model/webOrderGeopointList.mjs +1 -1
  235. package/esm2022/model/webPerformer.mjs +1 -1
  236. package/esm2022/model/webPerformerGeopoint.mjs +1 -1
  237. package/esm2022/model/webPerformerGeopointList.mjs +1 -1
  238. package/esm2022/model/webTransport.mjs +1 -1
  239. package/esm2022/model/webTransportGeopoint.mjs +1 -1
  240. package/esm2022/model/webTransportGeopointList.mjs +1 -1
  241. package/esm2022/model/webTrip.mjs +1 -1
  242. package/esm2022/model/webTripChart.mjs +1 -1
  243. package/esm2022/model/webTripChartDemand.mjs +1 -1
  244. package/esm2022/model/webTripChartList.mjs +1 -1
  245. package/esm2022/model/webTripTrack.mjs +1 -1
  246. package/esm2022/model/webTripTrackList.mjs +1 -1
  247. package/esm2022/model/webTripTrackListCustom.mjs +1 -1
  248. package/esm2022/model/workAndRestRules.mjs +1 -1
  249. package/fesm2022/veeroute-lss-studio-angular.mjs +428 -90
  250. package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
  251. package/model/actualizeSettings.d.ts +1 -1
  252. package/model/assignedPerformer.d.ts +1 -1
  253. package/model/assignedTransport.d.ts +1 -1
  254. package/model/attribute.d.ts +1 -1
  255. package/model/basicProcess.d.ts +1 -1
  256. package/model/basicState.d.ts +1 -1
  257. package/model/basicTimeWindow.d.ts +1 -1
  258. package/model/basicTracksType.d.ts +1 -1
  259. package/model/box.d.ts +1 -1
  260. package/model/boxCompatibilities.d.ts +1 -1
  261. package/model/boxLimits.d.ts +1 -1
  262. package/model/break.d.ts +1 -1
  263. package/model/breakRules.d.ts +1 -1
  264. package/model/calculationHistoryElement.d.ts +1 -1
  265. package/model/calculationInfo.d.ts +1 -1
  266. package/model/calculationSettings.d.ts +1 -1
  267. package/model/calculationState.d.ts +1 -1
  268. package/model/calculationStatus.d.ts +1 -1
  269. package/model/capacity.d.ts +1 -1
  270. package/model/capacityCost.d.ts +1 -1
  271. package/model/capacityLimit.d.ts +1 -1
  272. package/model/capacityMultiplier.d.ts +1 -1
  273. package/model/capacityStatisticsLoad.d.ts +1 -1
  274. package/model/capacityStatisticsRatio.d.ts +1 -1
  275. package/model/capacityStatisticsSum.d.ts +1 -1
  276. package/model/cargo.d.ts +1 -1
  277. package/model/cargoAction.d.ts +1 -1
  278. package/model/cargoActionType.d.ts +1 -1
  279. package/model/cargoCompatibilities.d.ts +1 -1
  280. package/model/cargoRotationType.d.ts +1 -1
  281. package/model/checkResult.d.ts +1 -1
  282. package/model/compatibilityPenalty.d.ts +1 -1
  283. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  284. package/model/demand.d.ts +1 -1
  285. package/model/demandExtraDuration.d.ts +1 -1
  286. package/model/demandType.d.ts +1 -1
  287. package/model/entityError.d.ts +1 -1
  288. package/model/entityErrorType.d.ts +3 -2
  289. package/model/entityPath.d.ts +1 -1
  290. package/model/entityType.d.ts +1 -1
  291. package/model/entityWarning.d.ts +1 -1
  292. package/model/entityWarningType.d.ts +1 -1
  293. package/model/experiment.d.ts +1 -1
  294. package/model/experimentCheck.d.ts +1 -1
  295. package/model/experimentList.d.ts +1 -1
  296. package/model/experimentNeighbors.d.ts +1 -1
  297. package/model/experimentSettings.d.ts +1 -1
  298. package/model/experimentSpecification.d.ts +1 -1
  299. package/model/experimentStatistics.d.ts +1 -1
  300. package/model/fact.d.ts +1 -1
  301. package/model/factType.d.ts +1 -1
  302. package/model/featureLifetime.d.ts +1 -1
  303. package/model/filesystem.d.ts +1 -1
  304. package/model/folderCounters.d.ts +1 -1
  305. package/model/folderSpecification.d.ts +1 -1
  306. package/model/folderType.d.ts +1 -1
  307. package/model/general402.d.ts +1 -1
  308. package/model/general403.d.ts +1 -1
  309. package/model/general404.d.ts +1 -1
  310. package/model/general404Detail.d.ts +1 -1
  311. package/model/general429.d.ts +1 -1
  312. package/model/general500.d.ts +1 -1
  313. package/model/generalStatistics.d.ts +1 -1
  314. package/model/geoSettings.d.ts +1 -1
  315. package/model/geopoint.d.ts +1 -1
  316. package/model/hardlink.d.ts +1 -1
  317. package/model/hardlinkElement.d.ts +1 -1
  318. package/model/hardlinkElementType.d.ts +1 -1
  319. package/model/importSample.d.ts +1 -1
  320. package/model/importSource.d.ts +1 -1
  321. package/model/linkedEssence.d.ts +1 -1
  322. package/model/loadStatistics.d.ts +1 -1
  323. package/model/location.d.ts +1 -1
  324. package/model/locationCargosLimit.d.ts +1 -1
  325. package/model/locationCompatibilities.d.ts +1 -1
  326. package/model/locationLimit.d.ts +1 -1
  327. package/model/locationLimitStatistics.d.ts +1 -1
  328. package/model/locationStatistics.d.ts +1 -1
  329. package/model/locationTimetableElement.d.ts +1 -1
  330. package/model/locationTransportsLimit.d.ts +1 -1
  331. package/model/measurements.d.ts +1 -1
  332. package/model/order.d.ts +1 -1
  333. package/model/orderCompatibilities.d.ts +1 -1
  334. package/model/performer.d.ts +1 -1
  335. package/model/performerCompatibilities.d.ts +1 -1
  336. package/model/performerLimits.d.ts +1 -1
  337. package/model/performerShift.d.ts +1 -1
  338. package/model/performerTariff.d.ts +1 -1
  339. package/model/performerTariffConstraint.d.ts +1 -1
  340. package/model/planSettings.d.ts +1 -1
  341. package/model/planStatistics.d.ts +1 -1
  342. package/model/possibleEvent.d.ts +1 -1
  343. package/model/quality.d.ts +1 -1
  344. package/model/replanSettings.d.ts +1 -1
  345. package/model/replanStrategy.d.ts +1 -1
  346. package/model/rest.d.ts +1 -1
  347. package/model/restRules.d.ts +1 -1
  348. package/model/routingMatrix.d.ts +1 -1
  349. package/model/routingMatrixWaypoint.d.ts +1 -1
  350. package/model/routingTransportMatrix.d.ts +1 -1
  351. package/model/schemaError.d.ts +1 -1
  352. package/model/service.d.ts +1 -1
  353. package/model/stopDemand.d.ts +1 -1
  354. package/model/stopStatistics.d.ts +1 -1
  355. package/model/tableDataStats.d.ts +1 -1
  356. package/model/tableExperimentColumnType.d.ts +1 -1
  357. package/model/tableFact.d.ts +1 -1
  358. package/model/tableFactColumnType.d.ts +1 -1
  359. package/model/tableFactFields.d.ts +1 -1
  360. package/model/tableFactFilter.d.ts +1 -1
  361. package/model/tableFactFilterList.d.ts +1 -1
  362. package/model/tableFactList.d.ts +1 -1
  363. package/model/tableFilterBoolList.d.ts +1 -1
  364. package/model/tableFilterDatetimeRange.d.ts +1 -1
  365. package/model/tableFilterDurationRange.d.ts +1 -1
  366. package/model/tableFilterEnumList.d.ts +2 -2
  367. package/model/tableFilterFloatRange.d.ts +1 -1
  368. package/model/tableFilterIntRange.d.ts +1 -1
  369. package/model/tableFilterStringList.d.ts +2 -2
  370. package/model/tableFilterStringSearch.d.ts +1 -1
  371. package/model/tableFilterType.d.ts +1 -1
  372. package/model/tableHardlink.d.ts +1 -1
  373. package/model/tableHardlinkColumnType.d.ts +1 -1
  374. package/model/tableHardlinkFields.d.ts +1 -1
  375. package/model/tableHardlinkFilter.d.ts +1 -1
  376. package/model/tableHardlinkFilterList.d.ts +1 -1
  377. package/model/tableHardlinkList.d.ts +1 -1
  378. package/model/tableListCounters.d.ts +1 -1
  379. package/model/tableListCountersDetail.d.ts +1 -1
  380. package/model/tableLocation.d.ts +1 -1
  381. package/model/tableLocationColumnType.d.ts +1 -1
  382. package/model/tableLocationFields.d.ts +1 -1
  383. package/model/tableLocationFilter.d.ts +1 -1
  384. package/model/tableLocationFilterList.d.ts +1 -1
  385. package/model/tableLocationList.d.ts +1 -1
  386. package/model/tableOrder.d.ts +1 -1
  387. package/model/tableOrderColumnType.d.ts +1 -1
  388. package/model/tableOrderFields.d.ts +1 -1
  389. package/model/tableOrderFilter.d.ts +1 -1
  390. package/model/tableOrderFilterList.d.ts +1 -1
  391. package/model/tableOrderList.d.ts +1 -1
  392. package/model/tablePerformer.d.ts +1 -1
  393. package/model/tablePerformerColumnType.d.ts +3 -1
  394. package/model/tablePerformerFields.d.ts +9 -1
  395. package/model/tablePerformerFilter.d.ts +1 -1
  396. package/model/tablePerformerFilterList.d.ts +1 -1
  397. package/model/tablePerformerList.d.ts +1 -1
  398. package/model/tableTransport.d.ts +1 -1
  399. package/model/tableTransportColumnType.d.ts +3 -1
  400. package/model/tableTransportFields.d.ts +9 -1
  401. package/model/tableTransportFilter.d.ts +1 -1
  402. package/model/tableTransportFilterList.d.ts +1 -1
  403. package/model/tableTransportList.d.ts +1 -1
  404. package/model/tableTrip.d.ts +1 -1
  405. package/model/tableTripColumnType.d.ts +1 -1
  406. package/model/tableTripFields.d.ts +1 -1
  407. package/model/tableTripFilter.d.ts +1 -1
  408. package/model/tableTripFilterList.d.ts +1 -1
  409. package/model/tableTripList.d.ts +1 -1
  410. package/model/taskStatistics.d.ts +1 -1
  411. package/model/timeWindow.d.ts +1 -1
  412. package/model/timeWindowViolationDetail.d.ts +1 -1
  413. package/model/timeWindowViolations.d.ts +1 -1
  414. package/model/tracedata.d.ts +1 -1
  415. package/model/trackpoint.d.ts +1 -1
  416. package/model/transport.d.ts +1 -1
  417. package/model/transportCapacityMultiplier.d.ts +1 -1
  418. package/model/transportCompatibilities.d.ts +1 -1
  419. package/model/transportLimits.d.ts +1 -1
  420. package/model/transportLoad.d.ts +1 -1
  421. package/model/transportShift.d.ts +1 -1
  422. package/model/transportSpeedMultiplier.d.ts +1 -1
  423. package/model/transportTariff.d.ts +1 -1
  424. package/model/transportTariffConstraint.d.ts +1 -1
  425. package/model/transportType.d.ts +7 -3
  426. package/model/trip.d.ts +1 -1
  427. package/model/tripAssumptions.d.ts +1 -1
  428. package/model/tripExpectations.d.ts +1 -1
  429. package/model/tripPenalties.d.ts +1 -1
  430. package/model/tripStartTimeStrategy.d.ts +1 -1
  431. package/model/tripState.d.ts +1 -1
  432. package/model/tripStateFlag.d.ts +1 -1
  433. package/model/tripStatistics.d.ts +1 -1
  434. package/model/tripsSettings.d.ts +1 -1
  435. package/model/universalData.d.ts +1 -1
  436. package/model/unplannedItems.d.ts +1 -1
  437. package/model/versionResult.d.ts +1 -1
  438. package/model/webFact.d.ts +1 -1
  439. package/model/webHardlink.d.ts +1 -1
  440. package/model/webLocation.d.ts +1 -1
  441. package/model/webLocationGeopoint.d.ts +1 -1
  442. package/model/webLocationGeopointList.d.ts +1 -1
  443. package/model/webOrder.d.ts +1 -1
  444. package/model/webOrderGeopoint.d.ts +1 -1
  445. package/model/webOrderGeopointList.d.ts +1 -1
  446. package/model/webPerformer.d.ts +1 -1
  447. package/model/webPerformerGeopoint.d.ts +1 -1
  448. package/model/webPerformerGeopointList.d.ts +1 -1
  449. package/model/webTransport.d.ts +1 -1
  450. package/model/webTransportGeopoint.d.ts +1 -1
  451. package/model/webTransportGeopointList.d.ts +1 -1
  452. package/model/webTrip.d.ts +1 -1
  453. package/model/webTripChart.d.ts +1 -1
  454. package/model/webTripChartDemand.d.ts +1 -1
  455. package/model/webTripChartList.d.ts +1 -1
  456. package/model/webTripTrack.d.ts +1 -1
  457. package/model/webTripTrackList.d.ts +1 -1
  458. package/model/webTripTrackListCustom.d.ts +1 -1
  459. package/model/workAndRestRules.d.ts +1 -1
  460. package/package.json +1 -1
@@ -162,7 +162,7 @@ class Configuration {
162
162
  /**
163
163
  * VRt.Studio [ST]
164
164
  *
165
- * The version of the OpenAPI document: 7.4.2469
165
+ * The version of the OpenAPI document: 7.6.2491
166
166
  * Contact: servicedesk@veeroute.com
167
167
  *
168
168
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1472,7 +1472,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1472
1472
  /**
1473
1473
  * VRt.Studio [ST]
1474
1474
  *
1475
- * The version of the OpenAPI document: 7.4.2469
1475
+ * The version of the OpenAPI document: 7.6.2491
1476
1476
  * Contact: servicedesk@veeroute.com
1477
1477
  *
1478
1478
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2067,7 +2067,336 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2067
2067
  /**
2068
2068
  * VRt.Studio [ST]
2069
2069
  *
2070
- * The version of the OpenAPI document: 7.4.2469
2070
+ * The version of the OpenAPI document: 7.6.2491
2071
+ * Contact: servicedesk@veeroute.com
2072
+ *
2073
+ * NOTE: This class is auto generated by OpenAPI Generator.
2074
+ * Do not edit the class manually.
2075
+ */
2076
+ /* tslint:disable:no-unused-variable member-ordering */
2077
+ class ExternalRoutingService {
2078
+ httpClient;
2079
+ basePath = 'https://api.edge7.veeroute.cloud';
2080
+ defaultHeaders = new HttpHeaders();
2081
+ configuration = new Configuration();
2082
+ encoder;
2083
+ constructor(httpClient, basePath, configuration) {
2084
+ this.httpClient = httpClient;
2085
+ if (configuration) {
2086
+ this.configuration = configuration;
2087
+ }
2088
+ if (typeof this.configuration.basePath !== 'string') {
2089
+ if (Array.isArray(basePath) && basePath.length > 0) {
2090
+ basePath = basePath[0];
2091
+ }
2092
+ if (typeof basePath !== 'string') {
2093
+ basePath = this.basePath;
2094
+ }
2095
+ this.configuration.basePath = basePath;
2096
+ }
2097
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
2098
+ }
2099
+ // @ts-ignore
2100
+ addToHttpParams(httpParams, value, key) {
2101
+ if (typeof value === "object" && value instanceof Date === false) {
2102
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
2103
+ }
2104
+ else {
2105
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
2106
+ }
2107
+ return httpParams;
2108
+ }
2109
+ addToHttpParamsRecursive(httpParams, value, key) {
2110
+ if (value == null) {
2111
+ return httpParams;
2112
+ }
2113
+ if (typeof value === "object") {
2114
+ if (Array.isArray(value)) {
2115
+ value.forEach(elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
2116
+ }
2117
+ else if (value instanceof Date) {
2118
+ if (key != null) {
2119
+ httpParams = httpParams.append(key, value.toISOString().substring(0, 10));
2120
+ }
2121
+ else {
2122
+ throw Error("key may not be null if value is Date");
2123
+ }
2124
+ }
2125
+ else {
2126
+ Object.keys(value).forEach(k => httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k));
2127
+ }
2128
+ }
2129
+ else if (key != null) {
2130
+ httpParams = httpParams.append(key, value);
2131
+ }
2132
+ else {
2133
+ throw Error("key may not be null if value is not object or array");
2134
+ }
2135
+ return httpParams;
2136
+ }
2137
+ createExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2138
+ const experimentKey = requestParameters.experimentKey;
2139
+ if (experimentKey === null || experimentKey === undefined) {
2140
+ throw new Error('Required parameter experimentKey was null or undefined when calling createExternalrouting.');
2141
+ }
2142
+ const routingTransportMatrixStudio = requestParameters.routingTransportMatrixStudio;
2143
+ if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
2144
+ throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling createExternalrouting.');
2145
+ }
2146
+ let localVarHeaders = this.defaultHeaders;
2147
+ let localVarCredential;
2148
+ // authentication (ApiKeyAuth) required
2149
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2150
+ if (localVarCredential) {
2151
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2152
+ }
2153
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2154
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2155
+ // to determine the Accept header
2156
+ const httpHeaderAccepts = [
2157
+ 'application/json'
2158
+ ];
2159
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2160
+ }
2161
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2162
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2163
+ }
2164
+ let localVarHttpContext = options && options.context;
2165
+ if (localVarHttpContext === undefined) {
2166
+ localVarHttpContext = new HttpContext();
2167
+ }
2168
+ let localVarTransferCache = options && options.transferCache;
2169
+ if (localVarTransferCache === undefined) {
2170
+ localVarTransferCache = true;
2171
+ }
2172
+ // to determine the Content-Type header
2173
+ const consumes = [
2174
+ 'application/json'
2175
+ ];
2176
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2177
+ if (httpContentTypeSelected !== undefined) {
2178
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
2179
+ }
2180
+ let responseType_ = 'json';
2181
+ if (localVarHttpHeaderAcceptSelected) {
2182
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2183
+ responseType_ = 'text';
2184
+ }
2185
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2186
+ responseType_ = 'json';
2187
+ }
2188
+ else {
2189
+ responseType_ = 'blob';
2190
+ }
2191
+ }
2192
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2193
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2194
+ context: localVarHttpContext,
2195
+ body: routingTransportMatrixStudio,
2196
+ responseType: responseType_,
2197
+ withCredentials: this.configuration.withCredentials,
2198
+ headers: localVarHeaders,
2199
+ observe: observe,
2200
+ transferCache: localVarTransferCache,
2201
+ reportProgress: reportProgress
2202
+ });
2203
+ }
2204
+ deleteExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2205
+ const experimentKey = requestParameters.experimentKey;
2206
+ if (experimentKey === null || experimentKey === undefined) {
2207
+ throw new Error('Required parameter experimentKey was null or undefined when calling deleteExternalrouting.');
2208
+ }
2209
+ let localVarHeaders = this.defaultHeaders;
2210
+ let localVarCredential;
2211
+ // authentication (ApiKeyAuth) required
2212
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2213
+ if (localVarCredential) {
2214
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2215
+ }
2216
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2217
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2218
+ // to determine the Accept header
2219
+ const httpHeaderAccepts = [
2220
+ 'application/json'
2221
+ ];
2222
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2223
+ }
2224
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2225
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2226
+ }
2227
+ let localVarHttpContext = options && options.context;
2228
+ if (localVarHttpContext === undefined) {
2229
+ localVarHttpContext = new HttpContext();
2230
+ }
2231
+ let localVarTransferCache = options && options.transferCache;
2232
+ if (localVarTransferCache === undefined) {
2233
+ localVarTransferCache = true;
2234
+ }
2235
+ let responseType_ = 'json';
2236
+ if (localVarHttpHeaderAcceptSelected) {
2237
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2238
+ responseType_ = 'text';
2239
+ }
2240
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2241
+ responseType_ = 'json';
2242
+ }
2243
+ else {
2244
+ responseType_ = 'blob';
2245
+ }
2246
+ }
2247
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2248
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
2249
+ context: localVarHttpContext,
2250
+ responseType: responseType_,
2251
+ withCredentials: this.configuration.withCredentials,
2252
+ headers: localVarHeaders,
2253
+ observe: observe,
2254
+ transferCache: localVarTransferCache,
2255
+ reportProgress: reportProgress
2256
+ });
2257
+ }
2258
+ readExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2259
+ const experimentKey = requestParameters.experimentKey;
2260
+ if (experimentKey === null || experimentKey === undefined) {
2261
+ throw new Error('Required parameter experimentKey was null or undefined when calling readExternalrouting.');
2262
+ }
2263
+ let localVarHeaders = this.defaultHeaders;
2264
+ let localVarCredential;
2265
+ // authentication (ApiKeyAuth) required
2266
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2267
+ if (localVarCredential) {
2268
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2269
+ }
2270
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2271
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2272
+ // to determine the Accept header
2273
+ const httpHeaderAccepts = [
2274
+ 'application/json'
2275
+ ];
2276
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2277
+ }
2278
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2279
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2280
+ }
2281
+ let localVarHttpContext = options && options.context;
2282
+ if (localVarHttpContext === undefined) {
2283
+ localVarHttpContext = new HttpContext();
2284
+ }
2285
+ let localVarTransferCache = options && options.transferCache;
2286
+ if (localVarTransferCache === undefined) {
2287
+ localVarTransferCache = true;
2288
+ }
2289
+ let responseType_ = 'json';
2290
+ if (localVarHttpHeaderAcceptSelected) {
2291
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2292
+ responseType_ = 'text';
2293
+ }
2294
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2295
+ responseType_ = 'json';
2296
+ }
2297
+ else {
2298
+ responseType_ = 'blob';
2299
+ }
2300
+ }
2301
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2302
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
2303
+ context: localVarHttpContext,
2304
+ responseType: responseType_,
2305
+ withCredentials: this.configuration.withCredentials,
2306
+ headers: localVarHeaders,
2307
+ observe: observe,
2308
+ transferCache: localVarTransferCache,
2309
+ reportProgress: reportProgress
2310
+ });
2311
+ }
2312
+ updateExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2313
+ const experimentKey = requestParameters.experimentKey;
2314
+ if (experimentKey === null || experimentKey === undefined) {
2315
+ throw new Error('Required parameter experimentKey was null or undefined when calling updateExternalrouting.');
2316
+ }
2317
+ const routingTransportMatrixStudio = requestParameters.routingTransportMatrixStudio;
2318
+ if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
2319
+ throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling updateExternalrouting.');
2320
+ }
2321
+ let localVarHeaders = this.defaultHeaders;
2322
+ let localVarCredential;
2323
+ // authentication (ApiKeyAuth) required
2324
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2325
+ if (localVarCredential) {
2326
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2327
+ }
2328
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2329
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2330
+ // to determine the Accept header
2331
+ const httpHeaderAccepts = [
2332
+ 'application/json'
2333
+ ];
2334
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2335
+ }
2336
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2337
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2338
+ }
2339
+ let localVarHttpContext = options && options.context;
2340
+ if (localVarHttpContext === undefined) {
2341
+ localVarHttpContext = new HttpContext();
2342
+ }
2343
+ let localVarTransferCache = options && options.transferCache;
2344
+ if (localVarTransferCache === undefined) {
2345
+ localVarTransferCache = true;
2346
+ }
2347
+ // to determine the Content-Type header
2348
+ const consumes = [
2349
+ 'application/json'
2350
+ ];
2351
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2352
+ if (httpContentTypeSelected !== undefined) {
2353
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
2354
+ }
2355
+ let responseType_ = 'json';
2356
+ if (localVarHttpHeaderAcceptSelected) {
2357
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2358
+ responseType_ = 'text';
2359
+ }
2360
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2361
+ responseType_ = 'json';
2362
+ }
2363
+ else {
2364
+ responseType_ = 'blob';
2365
+ }
2366
+ }
2367
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2368
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
2369
+ context: localVarHttpContext,
2370
+ body: routingTransportMatrixStudio,
2371
+ responseType: responseType_,
2372
+ withCredentials: this.configuration.withCredentials,
2373
+ headers: localVarHeaders,
2374
+ observe: observe,
2375
+ transferCache: localVarTransferCache,
2376
+ reportProgress: reportProgress
2377
+ });
2378
+ }
2379
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalRoutingService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2380
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalRoutingService, providedIn: 'root' });
2381
+ }
2382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExternalRoutingService, decorators: [{
2383
+ type: Injectable,
2384
+ args: [{
2385
+ providedIn: 'root'
2386
+ }]
2387
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2388
+ type: Optional
2389
+ }, {
2390
+ type: Inject,
2391
+ args: [BASE_PATH]
2392
+ }] }, { type: Configuration, decorators: [{
2393
+ type: Optional
2394
+ }] }] });
2395
+
2396
+ /**
2397
+ * VRt.Studio [ST]
2398
+ *
2399
+ * The version of the OpenAPI document: 7.6.2491
2071
2400
  * Contact: servicedesk@veeroute.com
2072
2401
  *
2073
2402
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2687,7 +3016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2687
3016
  /**
2688
3017
  * VRt.Studio [ST]
2689
3018
  *
2690
- * The version of the OpenAPI document: 7.4.2469
3019
+ * The version of the OpenAPI document: 7.6.2491
2691
3020
  * Contact: servicedesk@veeroute.com
2692
3021
  *
2693
3022
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3240,7 +3569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3240
3569
  /**
3241
3570
  * VRt.Studio [ST]
3242
3571
  *
3243
- * The version of the OpenAPI document: 7.4.2469
3572
+ * The version of the OpenAPI document: 7.6.2491
3244
3573
  * Contact: servicedesk@veeroute.com
3245
3574
  *
3246
3575
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3733,7 +4062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3733
4062
  /**
3734
4063
  * VRt.Studio [ST]
3735
4064
  *
3736
- * The version of the OpenAPI document: 7.4.2469
4065
+ * The version of the OpenAPI document: 7.6.2491
3737
4066
  * Contact: servicedesk@veeroute.com
3738
4067
  *
3739
4068
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4427,7 +4756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
4427
4756
  /**
4428
4757
  * VRt.Studio [ST]
4429
4758
  *
4430
- * The version of the OpenAPI document: 7.4.2469
4759
+ * The version of the OpenAPI document: 7.6.2491
4431
4760
  * Contact: servicedesk@veeroute.com
4432
4761
  *
4433
4762
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5054,7 +5383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5054
5383
  /**
5055
5384
  * VRt.Studio [ST]
5056
5385
  *
5057
- * The version of the OpenAPI document: 7.4.2469
5386
+ * The version of the OpenAPI document: 7.6.2491
5058
5387
  * Contact: servicedesk@veeroute.com
5059
5388
  *
5060
5389
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5279,7 +5608,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5279
5608
  /**
5280
5609
  * VRt.Studio [ST]
5281
5610
  *
5282
- * The version of the OpenAPI document: 7.4.2469
5611
+ * The version of the OpenAPI document: 7.6.2491
5283
5612
  * Contact: servicedesk@veeroute.com
5284
5613
  *
5285
5614
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5906,7 +6235,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5906
6235
  /**
5907
6236
  * VRt.Studio [ST]
5908
6237
  *
5909
- * The version of the OpenAPI document: 7.4.2469
6238
+ * The version of the OpenAPI document: 7.6.2491
5910
6239
  * Contact: servicedesk@veeroute.com
5911
6240
  *
5912
6241
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6600,12 +6929,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6600
6929
  type: Optional
6601
6930
  }] }] });
6602
6931
 
6603
- const APIS = [ExperimentsService, ExplorerService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService];
6932
+ const APIS = [ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService];
6604
6933
 
6605
6934
  /**
6606
6935
  * VRt.Studio [ST]
6607
6936
  *
6608
- * The version of the OpenAPI document: 7.4.2469
6937
+ * The version of the OpenAPI document: 7.6.2491
6609
6938
  * Contact: servicedesk@veeroute.com
6610
6939
  *
6611
6940
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6615,7 +6944,7 @@ const APIS = [ExperimentsService, ExplorerService, FactsService, HardlinksServic
6615
6944
  /**
6616
6945
  * VRt.Studio [ST]
6617
6946
  *
6618
- * The version of the OpenAPI document: 7.4.2469
6947
+ * The version of the OpenAPI document: 7.6.2491
6619
6948
  * Contact: servicedesk@veeroute.com
6620
6949
  *
6621
6950
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6625,7 +6954,7 @@ const APIS = [ExperimentsService, ExplorerService, FactsService, HardlinksServic
6625
6954
  /**
6626
6955
  * VRt.Studio [ST]
6627
6956
  *
6628
- * The version of the OpenAPI document: 7.4.2469
6957
+ * The version of the OpenAPI document: 7.6.2491
6629
6958
  * Contact: servicedesk@veeroute.com
6630
6959
  *
6631
6960
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6644,7 +6973,7 @@ var BasicProcessStudio;
6644
6973
  /**
6645
6974
  * VRt.Studio [ST]
6646
6975
  *
6647
- * The version of the OpenAPI document: 7.4.2469
6976
+ * The version of the OpenAPI document: 7.6.2491
6648
6977
  * Contact: servicedesk@veeroute.com
6649
6978
  *
6650
6979
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6664,7 +6993,7 @@ var BasicStateStudio;
6664
6993
  /**
6665
6994
  * VRt.Studio [ST]
6666
6995
  *
6667
- * The version of the OpenAPI document: 7.4.2469
6996
+ * The version of the OpenAPI document: 7.6.2491
6668
6997
  * Contact: servicedesk@veeroute.com
6669
6998
  *
6670
6999
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6674,7 +7003,7 @@ var BasicStateStudio;
6674
7003
  /**
6675
7004
  * VRt.Studio [ST]
6676
7005
  *
6677
- * The version of the OpenAPI document: 7.4.2469
7006
+ * The version of the OpenAPI document: 7.6.2491
6678
7007
  * Contact: servicedesk@veeroute.com
6679
7008
  *
6680
7009
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6693,7 +7022,7 @@ var BasicTracksTypeStudio;
6693
7022
  /**
6694
7023
  * VRt.Studio [ST]
6695
7024
  *
6696
- * The version of the OpenAPI document: 7.4.2469
7025
+ * The version of the OpenAPI document: 7.6.2491
6697
7026
  * Contact: servicedesk@veeroute.com
6698
7027
  *
6699
7028
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6710,7 +7039,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
6710
7039
  /**
6711
7040
  * VRt.Studio [ST]
6712
7041
  *
6713
- * The version of the OpenAPI document: 7.4.2469
7042
+ * The version of the OpenAPI document: 7.6.2491
6714
7043
  * Contact: servicedesk@veeroute.com
6715
7044
  *
6716
7045
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6720,7 +7049,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
6720
7049
  /**
6721
7050
  * VRt.Studio [ST]
6722
7051
  *
6723
- * The version of the OpenAPI document: 7.4.2469
7052
+ * The version of the OpenAPI document: 7.6.2491
6724
7053
  * Contact: servicedesk@veeroute.com
6725
7054
  *
6726
7055
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6730,7 +7059,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
6730
7059
  /**
6731
7060
  * VRt.Studio [ST]
6732
7061
  *
6733
- * The version of the OpenAPI document: 7.4.2469
7062
+ * The version of the OpenAPI document: 7.6.2491
6734
7063
  * Contact: servicedesk@veeroute.com
6735
7064
  *
6736
7065
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6753,7 +7082,7 @@ var CalculationStatusStudio;
6753
7082
  /**
6754
7083
  * VRt.Studio [ST]
6755
7084
  *
6756
- * The version of the OpenAPI document: 7.4.2469
7085
+ * The version of the OpenAPI document: 7.6.2491
6757
7086
  * Contact: servicedesk@veeroute.com
6758
7087
  *
6759
7088
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6763,7 +7092,7 @@ var CalculationStatusStudio;
6763
7092
  /**
6764
7093
  * VRt.Studio [ST]
6765
7094
  *
6766
- * The version of the OpenAPI document: 7.4.2469
7095
+ * The version of the OpenAPI document: 7.6.2491
6767
7096
  * Contact: servicedesk@veeroute.com
6768
7097
  *
6769
7098
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6773,7 +7102,7 @@ var CalculationStatusStudio;
6773
7102
  /**
6774
7103
  * VRt.Studio [ST]
6775
7104
  *
6776
- * The version of the OpenAPI document: 7.4.2469
7105
+ * The version of the OpenAPI document: 7.6.2491
6777
7106
  * Contact: servicedesk@veeroute.com
6778
7107
  *
6779
7108
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6783,7 +7112,7 @@ var CalculationStatusStudio;
6783
7112
  /**
6784
7113
  * VRt.Studio [ST]
6785
7114
  *
6786
- * The version of the OpenAPI document: 7.4.2469
7115
+ * The version of the OpenAPI document: 7.6.2491
6787
7116
  * Contact: servicedesk@veeroute.com
6788
7117
  *
6789
7118
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6793,7 +7122,7 @@ var CalculationStatusStudio;
6793
7122
  /**
6794
7123
  * VRt.Studio [ST]
6795
7124
  *
6796
- * The version of the OpenAPI document: 7.4.2469
7125
+ * The version of the OpenAPI document: 7.6.2491
6797
7126
  * Contact: servicedesk@veeroute.com
6798
7127
  *
6799
7128
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6803,7 +7132,7 @@ var CalculationStatusStudio;
6803
7132
  /**
6804
7133
  * VRt.Studio [ST]
6805
7134
  *
6806
- * The version of the OpenAPI document: 7.4.2469
7135
+ * The version of the OpenAPI document: 7.6.2491
6807
7136
  * Contact: servicedesk@veeroute.com
6808
7137
  *
6809
7138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6813,7 +7142,7 @@ var CalculationStatusStudio;
6813
7142
  /**
6814
7143
  * VRt.Studio [ST]
6815
7144
  *
6816
- * The version of the OpenAPI document: 7.4.2469
7145
+ * The version of the OpenAPI document: 7.6.2491
6817
7146
  * Contact: servicedesk@veeroute.com
6818
7147
  *
6819
7148
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6823,7 +7152,7 @@ var CalculationStatusStudio;
6823
7152
  /**
6824
7153
  * VRt.Studio [ST]
6825
7154
  *
6826
- * The version of the OpenAPI document: 7.4.2469
7155
+ * The version of the OpenAPI document: 7.6.2491
6827
7156
  * Contact: servicedesk@veeroute.com
6828
7157
  *
6829
7158
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6841,7 +7170,7 @@ var CargoActionTypeStudio;
6841
7170
  /**
6842
7171
  * VRt.Studio [ST]
6843
7172
  *
6844
- * The version of the OpenAPI document: 7.4.2469
7173
+ * The version of the OpenAPI document: 7.6.2491
6845
7174
  * Contact: servicedesk@veeroute.com
6846
7175
  *
6847
7176
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6861,7 +7190,7 @@ var CargoRotationTypeStudio;
6861
7190
  /**
6862
7191
  * VRt.Studio [ST]
6863
7192
  *
6864
- * The version of the OpenAPI document: 7.4.2469
7193
+ * The version of the OpenAPI document: 7.6.2491
6865
7194
  * Contact: servicedesk@veeroute.com
6866
7195
  *
6867
7196
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6871,7 +7200,7 @@ var CargoRotationTypeStudio;
6871
7200
  /**
6872
7201
  * VRt.Studio [ST]
6873
7202
  *
6874
- * The version of the OpenAPI document: 7.4.2469
7203
+ * The version of the OpenAPI document: 7.6.2491
6875
7204
  * Contact: servicedesk@veeroute.com
6876
7205
  *
6877
7206
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6881,7 +7210,7 @@ var CargoRotationTypeStudio;
6881
7210
  /**
6882
7211
  * VRt.Studio [ST]
6883
7212
  *
6884
- * The version of the OpenAPI document: 7.4.2469
7213
+ * The version of the OpenAPI document: 7.6.2491
6885
7214
  * Contact: servicedesk@veeroute.com
6886
7215
  *
6887
7216
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6891,7 +7220,7 @@ var CargoRotationTypeStudio;
6891
7220
  /**
6892
7221
  * VRt.Studio [ST]
6893
7222
  *
6894
- * The version of the OpenAPI document: 7.4.2469
7223
+ * The version of the OpenAPI document: 7.6.2491
6895
7224
  * Contact: servicedesk@veeroute.com
6896
7225
  *
6897
7226
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6912,14 +7241,14 @@ var DemandTypeStudio;
6912
7241
  /**
6913
7242
  * VRt.Studio [ST]
6914
7243
  *
6915
- * The version of the OpenAPI document: 7.4.2469
7244
+ * The version of the OpenAPI document: 7.6.2491
6916
7245
  * Contact: servicedesk@veeroute.com
6917
7246
  *
6918
7247
  * NOTE: This class is auto generated by OpenAPI Generator.
6919
7248
  * Do not edit the class manually.
6920
7249
  */
6921
7250
  /**
6922
- * Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `TOO_MANY_WARNINGS` - the number of warnings is greater than 15001
7251
+ * Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `MEANINGLESS_RESTRICTIONS` - the specified restrictions do not make sense * `TOO_MANY_WARNINGS` - the number of warnings is greater than 15001
6923
7252
  */
6924
7253
  var EntityErrorTypeStudio;
6925
7254
  (function (EntityErrorTypeStudio) {
@@ -6933,13 +7262,14 @@ var EntityErrorTypeStudio;
6933
7262
  EntityErrorTypeStudio["COMPATIBILITY_ORDER_PERFORMER"] = "COMPATIBILITY_ORDER_PERFORMER";
6934
7263
  EntityErrorTypeStudio["INCONSISTENT_HARDLINK"] = "INCONSISTENT_HARDLINK";
6935
7264
  EntityErrorTypeStudio["PLANNING_HORIZON_EXCEEDED"] = "PLANNING_HORIZON_EXCEEDED";
7265
+ EntityErrorTypeStudio["MEANINGLESS_RESTRICTIONS"] = "MEANINGLESS_RESTRICTIONS";
6936
7266
  EntityErrorTypeStudio["TOO_MANY_WARNINGS"] = "TOO_MANY_WARNINGS";
6937
7267
  })(EntityErrorTypeStudio || (EntityErrorTypeStudio = {}));
6938
7268
 
6939
7269
  /**
6940
7270
  * VRt.Studio [ST]
6941
7271
  *
6942
- * The version of the OpenAPI document: 7.4.2469
7272
+ * The version of the OpenAPI document: 7.6.2491
6943
7273
  * Contact: servicedesk@veeroute.com
6944
7274
  *
6945
7275
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6983,7 +7313,7 @@ var EntityTypeStudio;
6983
7313
  /**
6984
7314
  * VRt.Studio [ST]
6985
7315
  *
6986
- * The version of the OpenAPI document: 7.4.2469
7316
+ * The version of the OpenAPI document: 7.6.2491
6987
7317
  * Contact: servicedesk@veeroute.com
6988
7318
  *
6989
7319
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7035,7 +7365,7 @@ var EntityWarningTypeStudio;
7035
7365
  /**
7036
7366
  * VRt.Studio [ST]
7037
7367
  *
7038
- * The version of the OpenAPI document: 7.4.2469
7368
+ * The version of the OpenAPI document: 7.6.2491
7039
7369
  * Contact: servicedesk@veeroute.com
7040
7370
  *
7041
7371
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7045,7 +7375,7 @@ var EntityWarningTypeStudio;
7045
7375
  /**
7046
7376
  * VRt.Studio [ST]
7047
7377
  *
7048
- * The version of the OpenAPI document: 7.4.2469
7378
+ * The version of the OpenAPI document: 7.6.2491
7049
7379
  * Contact: servicedesk@veeroute.com
7050
7380
  *
7051
7381
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7055,7 +7385,7 @@ var EntityWarningTypeStudio;
7055
7385
  /**
7056
7386
  * VRt.Studio [ST]
7057
7387
  *
7058
- * The version of the OpenAPI document: 7.4.2469
7388
+ * The version of the OpenAPI document: 7.6.2491
7059
7389
  * Contact: servicedesk@veeroute.com
7060
7390
  *
7061
7391
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7075,7 +7405,7 @@ var FactTypeStudio;
7075
7405
  /**
7076
7406
  * VRt.Studio [ST]
7077
7407
  *
7078
- * The version of the OpenAPI document: 7.4.2469
7408
+ * The version of the OpenAPI document: 7.6.2491
7079
7409
  * Contact: servicedesk@veeroute.com
7080
7410
  *
7081
7411
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7085,7 +7415,7 @@ var FactTypeStudio;
7085
7415
  /**
7086
7416
  * VRt.Studio [ST]
7087
7417
  *
7088
- * The version of the OpenAPI document: 7.4.2469
7418
+ * The version of the OpenAPI document: 7.6.2491
7089
7419
  * Contact: servicedesk@veeroute.com
7090
7420
  *
7091
7421
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7095,7 +7425,7 @@ var FactTypeStudio;
7095
7425
  /**
7096
7426
  * VRt.Studio [ST]
7097
7427
  *
7098
- * The version of the OpenAPI document: 7.4.2469
7428
+ * The version of the OpenAPI document: 7.6.2491
7099
7429
  * Contact: servicedesk@veeroute.com
7100
7430
  *
7101
7431
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7113,7 +7443,7 @@ var FolderTypeStudio;
7113
7443
  /**
7114
7444
  * VRt.Studio [ST]
7115
7445
  *
7116
- * The version of the OpenAPI document: 7.4.2469
7446
+ * The version of the OpenAPI document: 7.6.2491
7117
7447
  * Contact: servicedesk@veeroute.com
7118
7448
  *
7119
7449
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7123,7 +7453,7 @@ var FolderTypeStudio;
7123
7453
  /**
7124
7454
  * VRt.Studio [ST]
7125
7455
  *
7126
- * The version of the OpenAPI document: 7.4.2469
7456
+ * The version of the OpenAPI document: 7.6.2491
7127
7457
  * Contact: servicedesk@veeroute.com
7128
7458
  *
7129
7459
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7133,7 +7463,7 @@ var FolderTypeStudio;
7133
7463
  /**
7134
7464
  * VRt.Studio [ST]
7135
7465
  *
7136
- * The version of the OpenAPI document: 7.4.2469
7466
+ * The version of the OpenAPI document: 7.6.2491
7137
7467
  * Contact: servicedesk@veeroute.com
7138
7468
  *
7139
7469
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7152,7 +7482,7 @@ var HardlinkElementTypeStudio;
7152
7482
  /**
7153
7483
  * VRt.Studio [ST]
7154
7484
  *
7155
- * The version of the OpenAPI document: 7.4.2469
7485
+ * The version of the OpenAPI document: 7.6.2491
7156
7486
  * Contact: servicedesk@veeroute.com
7157
7487
  *
7158
7488
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7170,7 +7500,7 @@ var ImportSampleStudio;
7170
7500
  /**
7171
7501
  * VRt.Studio [ST]
7172
7502
  *
7173
- * The version of the OpenAPI document: 7.4.2469
7503
+ * The version of the OpenAPI document: 7.6.2491
7174
7504
  * Contact: servicedesk@veeroute.com
7175
7505
  *
7176
7506
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7188,7 +7518,7 @@ var ImportSourceStudio;
7188
7518
  /**
7189
7519
  * VRt.Studio [ST]
7190
7520
  *
7191
- * The version of the OpenAPI document: 7.4.2469
7521
+ * The version of the OpenAPI document: 7.6.2491
7192
7522
  * Contact: servicedesk@veeroute.com
7193
7523
  *
7194
7524
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7210,7 +7540,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7210
7540
  /**
7211
7541
  * VRt.Studio [ST]
7212
7542
  *
7213
- * The version of the OpenAPI document: 7.4.2469
7543
+ * The version of the OpenAPI document: 7.6.2491
7214
7544
  * Contact: servicedesk@veeroute.com
7215
7545
  *
7216
7546
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7220,7 +7550,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7220
7550
  /**
7221
7551
  * VRt.Studio [ST]
7222
7552
  *
7223
- * The version of the OpenAPI document: 7.4.2469
7553
+ * The version of the OpenAPI document: 7.6.2491
7224
7554
  * Contact: servicedesk@veeroute.com
7225
7555
  *
7226
7556
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7230,7 +7560,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7230
7560
  /**
7231
7561
  * VRt.Studio [ST]
7232
7562
  *
7233
- * The version of the OpenAPI document: 7.4.2469
7563
+ * The version of the OpenAPI document: 7.6.2491
7234
7564
  * Contact: servicedesk@veeroute.com
7235
7565
  *
7236
7566
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7240,7 +7570,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7240
7570
  /**
7241
7571
  * VRt.Studio [ST]
7242
7572
  *
7243
- * The version of the OpenAPI document: 7.4.2469
7573
+ * The version of the OpenAPI document: 7.6.2491
7244
7574
  * Contact: servicedesk@veeroute.com
7245
7575
  *
7246
7576
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7250,7 +7580,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7250
7580
  /**
7251
7581
  * VRt.Studio [ST]
7252
7582
  *
7253
- * The version of the OpenAPI document: 7.4.2469
7583
+ * The version of the OpenAPI document: 7.6.2491
7254
7584
  * Contact: servicedesk@veeroute.com
7255
7585
  *
7256
7586
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7260,7 +7590,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7260
7590
  /**
7261
7591
  * VRt.Studio [ST]
7262
7592
  *
7263
- * The version of the OpenAPI document: 7.4.2469
7593
+ * The version of the OpenAPI document: 7.6.2491
7264
7594
  * Contact: servicedesk@veeroute.com
7265
7595
  *
7266
7596
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7270,7 +7600,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7270
7600
  /**
7271
7601
  * VRt.Studio [ST]
7272
7602
  *
7273
- * The version of the OpenAPI document: 7.4.2469
7603
+ * The version of the OpenAPI document: 7.6.2491
7274
7604
  * Contact: servicedesk@veeroute.com
7275
7605
  *
7276
7606
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7280,7 +7610,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7280
7610
  /**
7281
7611
  * VRt.Studio [ST]
7282
7612
  *
7283
- * The version of the OpenAPI document: 7.4.2469
7613
+ * The version of the OpenAPI document: 7.6.2491
7284
7614
  * Contact: servicedesk@veeroute.com
7285
7615
  *
7286
7616
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7304,7 +7634,7 @@ var ServiceStudio;
7304
7634
  /**
7305
7635
  * VRt.Studio [ST]
7306
7636
  *
7307
- * The version of the OpenAPI document: 7.4.2469
7637
+ * The version of the OpenAPI document: 7.6.2491
7308
7638
  * Contact: servicedesk@veeroute.com
7309
7639
  *
7310
7640
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7314,7 +7644,7 @@ var ServiceStudio;
7314
7644
  /**
7315
7645
  * VRt.Studio [ST]
7316
7646
  *
7317
- * The version of the OpenAPI document: 7.4.2469
7647
+ * The version of the OpenAPI document: 7.6.2491
7318
7648
  * Contact: servicedesk@veeroute.com
7319
7649
  *
7320
7650
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7335,7 +7665,7 @@ var TableExperimentColumnTypeStudio;
7335
7665
  /**
7336
7666
  * VRt.Studio [ST]
7337
7667
  *
7338
- * The version of the OpenAPI document: 7.4.2469
7668
+ * The version of the OpenAPI document: 7.6.2491
7339
7669
  * Contact: servicedesk@veeroute.com
7340
7670
  *
7341
7671
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7361,7 +7691,7 @@ var TableFactColumnTypeStudio;
7361
7691
  /**
7362
7692
  * VRt.Studio [ST]
7363
7693
  *
7364
- * The version of the OpenAPI document: 7.4.2469
7694
+ * The version of the OpenAPI document: 7.6.2491
7365
7695
  * Contact: servicedesk@veeroute.com
7366
7696
  *
7367
7697
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7376,7 +7706,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7376
7706
  /**
7377
7707
  * VRt.Studio [ST]
7378
7708
  *
7379
- * The version of the OpenAPI document: 7.4.2469
7709
+ * The version of the OpenAPI document: 7.6.2491
7380
7710
  * Contact: servicedesk@veeroute.com
7381
7711
  *
7382
7712
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7386,7 +7716,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7386
7716
  /**
7387
7717
  * VRt.Studio [ST]
7388
7718
  *
7389
- * The version of the OpenAPI document: 7.4.2469
7719
+ * The version of the OpenAPI document: 7.6.2491
7390
7720
  * Contact: servicedesk@veeroute.com
7391
7721
  *
7392
7722
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7396,7 +7726,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7396
7726
  /**
7397
7727
  * VRt.Studio [ST]
7398
7728
  *
7399
- * The version of the OpenAPI document: 7.4.2469
7729
+ * The version of the OpenAPI document: 7.6.2491
7400
7730
  * Contact: servicedesk@veeroute.com
7401
7731
  *
7402
7732
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7406,7 +7736,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7406
7736
  /**
7407
7737
  * VRt.Studio [ST]
7408
7738
  *
7409
- * The version of the OpenAPI document: 7.4.2469
7739
+ * The version of the OpenAPI document: 7.6.2491
7410
7740
  * Contact: servicedesk@veeroute.com
7411
7741
  *
7412
7742
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7416,7 +7746,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7416
7746
  /**
7417
7747
  * VRt.Studio [ST]
7418
7748
  *
7419
- * The version of the OpenAPI document: 7.4.2469
7749
+ * The version of the OpenAPI document: 7.6.2491
7420
7750
  * Contact: servicedesk@veeroute.com
7421
7751
  *
7422
7752
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7426,7 +7756,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7426
7756
  /**
7427
7757
  * VRt.Studio [ST]
7428
7758
  *
7429
- * The version of the OpenAPI document: 7.4.2469
7759
+ * The version of the OpenAPI document: 7.6.2491
7430
7760
  * Contact: servicedesk@veeroute.com
7431
7761
  *
7432
7762
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7436,7 +7766,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7436
7766
  /**
7437
7767
  * VRt.Studio [ST]
7438
7768
  *
7439
- * The version of the OpenAPI document: 7.4.2469
7769
+ * The version of the OpenAPI document: 7.6.2491
7440
7770
  * Contact: servicedesk@veeroute.com
7441
7771
  *
7442
7772
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7446,7 +7776,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7446
7776
  /**
7447
7777
  * VRt.Studio [ST]
7448
7778
  *
7449
- * The version of the OpenAPI document: 7.4.2469
7779
+ * The version of the OpenAPI document: 7.6.2491
7450
7780
  * Contact: servicedesk@veeroute.com
7451
7781
  *
7452
7782
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7456,7 +7786,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7456
7786
  /**
7457
7787
  * VRt.Studio [ST]
7458
7788
  *
7459
- * The version of the OpenAPI document: 7.4.2469
7789
+ * The version of the OpenAPI document: 7.6.2491
7460
7790
  * Contact: servicedesk@veeroute.com
7461
7791
  *
7462
7792
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7480,7 +7810,7 @@ var TableFilterTypeStudio;
7480
7810
  /**
7481
7811
  * VRt.Studio [ST]
7482
7812
  *
7483
- * The version of the OpenAPI document: 7.4.2469
7813
+ * The version of the OpenAPI document: 7.6.2491
7484
7814
  * Contact: servicedesk@veeroute.com
7485
7815
  *
7486
7816
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7503,7 +7833,7 @@ var TableHardlinkColumnTypeStudio;
7503
7833
  /**
7504
7834
  * VRt.Studio [ST]
7505
7835
  *
7506
- * The version of the OpenAPI document: 7.4.2469
7836
+ * The version of the OpenAPI document: 7.6.2491
7507
7837
  * Contact: servicedesk@veeroute.com
7508
7838
  *
7509
7839
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7527,7 +7857,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
7527
7857
  /**
7528
7858
  * VRt.Studio [ST]
7529
7859
  *
7530
- * The version of the OpenAPI document: 7.4.2469
7860
+ * The version of the OpenAPI document: 7.6.2491
7531
7861
  * Contact: servicedesk@veeroute.com
7532
7862
  *
7533
7863
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7537,7 +7867,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
7537
7867
  /**
7538
7868
  * VRt.Studio [ST]
7539
7869
  *
7540
- * The version of the OpenAPI document: 7.4.2469
7870
+ * The version of the OpenAPI document: 7.6.2491
7541
7871
  * Contact: servicedesk@veeroute.com
7542
7872
  *
7543
7873
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7565,7 +7895,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
7565
7895
  /**
7566
7896
  * VRt.Studio [ST]
7567
7897
  *
7568
- * The version of the OpenAPI document: 7.4.2469
7898
+ * The version of the OpenAPI document: 7.6.2491
7569
7899
  * Contact: servicedesk@veeroute.com
7570
7900
  *
7571
7901
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7619,7 +7949,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
7619
7949
  /**
7620
7950
  * VRt.Studio [ST]
7621
7951
  *
7622
- * The version of the OpenAPI document: 7.4.2469
7952
+ * The version of the OpenAPI document: 7.6.2491
7623
7953
  * Contact: servicedesk@veeroute.com
7624
7954
  *
7625
7955
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7638,6 +7968,8 @@ var TablePerformerColumnTypeStudio;
7638
7968
  TablePerformerColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
7639
7969
  TablePerformerColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
7640
7970
  TablePerformerColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
7971
+ TablePerformerColumnTypeStudio["PERFORMER_FEATURES"] = "PERFORMER_FEATURES";
7972
+ TablePerformerColumnTypeStudio["TRANSPORT_RESTRICTIONS"] = "TRANSPORT_RESTRICTIONS";
7641
7973
  TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
7642
7974
  TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
7643
7975
  })(TablePerformerColumnTypeStudio || (TablePerformerColumnTypeStudio = {}));
@@ -7652,7 +7984,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
7652
7984
  /**
7653
7985
  * VRt.Studio [ST]
7654
7986
  *
7655
- * The version of the OpenAPI document: 7.4.2469
7987
+ * The version of the OpenAPI document: 7.6.2491
7656
7988
  * Contact: servicedesk@veeroute.com
7657
7989
  *
7658
7990
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7671,6 +8003,8 @@ var TableTransportColumnTypeStudio;
7671
8003
  TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
7672
8004
  TableTransportColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
7673
8005
  TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
8006
+ TableTransportColumnTypeStudio["TRANSPORT_FEATURES"] = "TRANSPORT_FEATURES";
8007
+ TableTransportColumnTypeStudio["PERFORMER_RESTRICTIONS"] = "PERFORMER_RESTRICTIONS";
7674
8008
  TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
7675
8009
  TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
7676
8010
  })(TableTransportColumnTypeStudio || (TableTransportColumnTypeStudio = {}));
@@ -7685,7 +8019,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
7685
8019
  /**
7686
8020
  * VRt.Studio [ST]
7687
8021
  *
7688
- * The version of the OpenAPI document: 7.4.2469
8022
+ * The version of the OpenAPI document: 7.6.2491
7689
8023
  * Contact: servicedesk@veeroute.com
7690
8024
  *
7691
8025
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7741,7 +8075,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
7741
8075
  /**
7742
8076
  * VRt.Studio [ST]
7743
8077
  *
7744
- * The version of the OpenAPI document: 7.4.2469
8078
+ * The version of the OpenAPI document: 7.6.2491
7745
8079
  * Contact: servicedesk@veeroute.com
7746
8080
  *
7747
8081
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7751,7 +8085,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
7751
8085
  /**
7752
8086
  * VRt.Studio [ST]
7753
8087
  *
7754
- * The version of the OpenAPI document: 7.4.2469
8088
+ * The version of the OpenAPI document: 7.6.2491
7755
8089
  * Contact: servicedesk@veeroute.com
7756
8090
  *
7757
8091
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7761,7 +8095,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
7761
8095
  /**
7762
8096
  * VRt.Studio [ST]
7763
8097
  *
7764
- * The version of the OpenAPI document: 7.4.2469
8098
+ * The version of the OpenAPI document: 7.6.2491
7765
8099
  * Contact: servicedesk@veeroute.com
7766
8100
  *
7767
8101
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7771,7 +8105,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
7771
8105
  /**
7772
8106
  * VRt.Studio [ST]
7773
8107
  *
7774
- * The version of the OpenAPI document: 7.4.2469
8108
+ * The version of the OpenAPI document: 7.6.2491
7775
8109
  * Contact: servicedesk@veeroute.com
7776
8110
  *
7777
8111
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7781,14 +8115,14 @@ var TableTripFieldsStudioEssenceTypeEnum;
7781
8115
  /**
7782
8116
  * VRt.Studio [ST]
7783
8117
  *
7784
- * The version of the OpenAPI document: 7.4.2469
8118
+ * The version of the OpenAPI document: 7.6.2491
7785
8119
  * Contact: servicedesk@veeroute.com
7786
8120
  *
7787
8121
  * NOTE: This class is auto generated by OpenAPI Generator.
7788
8122
  * Do not edit the class manually.
7789
8123
  */
7790
8124
  /**
7791
- * Transport types: * `CAR` - car * `TRUCK_1500` - truck with permissible weight 1500 kg * `TRUCK_3000` - truck with permissible weight 3000 kg * `TRUCK_5000` - truck with permissible weight 5000 kg * `TRUCK_10000` - truck with permissible weight 10000 kg * `TRUCK_20000` - truck with permissible weight 20000 kg * `TRUCK_GARBAGE_1` - truck for transporting garbage (type 1) * `TRUCK_GARBAGE_2` - truck for transporting garbage (type 2) * `TUK_TUK` - tuk-tuk * `BICYCLE` - bicycle * `PEDESTRIAN` - pedestrian * `PUBLIC_TRANSPORT` - public transport Permissible weight is the weight of the equipped transport with cargo and driver, set by the manufacturer as the maximum allowable.
8125
+ * Transport types: * `CAR` - car * `TRUCK_1500` - truck with permissible weight 1500 kg * `TRUCK_3000` - truck with permissible weight 3000 kg * `TRUCK_5000` - truck with permissible weight 5000 kg * `TRUCK_10000` - truck with permissible weight 10000 kg * `TRUCK_20000` - truck with permissible weight 20000 kg * `TRUCK_10000_L75_H35_W24_6000` - a truck with a permitted weight of no more than 10,000 kg, dimensions of 7.5 x 3.5 x 2.4 meters, and a permissible axle load of 6,000 kg * `TRUCK_18000_L95_H40_W26_11000` - a truck with a permitted weight of no more than 18,000 kg, dimensions of 9.5 x 4.0 x 2.6 meters, and a permissible axle load of 11,000 kg * `TRUCK_26000_L120_H40_W26_8000` - a truck with a permitted weight of no more than 26,000 kg, dimensions of 12.0 x 4.0 x 2.6 meters, and a permissible axle load of 8000 kg * `TRUCK_GARBAGE_1` - truck for transporting garbage (type 1) * `TRUCK_GARBAGE_2` - truck for transporting garbage (type 2) * `TUK_TUK` - tuk-tuk * `BICYCLE` - bicycle * `PEDESTRIAN` - pedestrian * `PUBLIC_TRANSPORT` - public transport * `TELEPORT` - teleport (instant movement between points) Permissible weight is the weight of the equipped transport with cargo and driver, set by the manufacturer as the maximum allowable.
7792
8126
  */
7793
8127
  var TransportTypeStudio;
7794
8128
  (function (TransportTypeStudio) {
@@ -7798,18 +8132,22 @@ var TransportTypeStudio;
7798
8132
  TransportTypeStudio["TRUCK_5000"] = "TRUCK_5000";
7799
8133
  TransportTypeStudio["TRUCK_10000"] = "TRUCK_10000";
7800
8134
  TransportTypeStudio["TRUCK_20000"] = "TRUCK_20000";
8135
+ TransportTypeStudio["TRUCK_10000_L75_H35_W24_6000"] = "TRUCK_10000_L75_H35_W24_6000";
8136
+ TransportTypeStudio["TRUCK_18000_L95_H40_W26_11000"] = "TRUCK_18000_L95_H40_W26_11000";
8137
+ TransportTypeStudio["TRUCK_26000_L120_H40_W26_8000"] = "TRUCK_26000_L120_H40_W26_8000";
7801
8138
  TransportTypeStudio["TRUCK_GARBAGE_1"] = "TRUCK_GARBAGE_1";
7802
8139
  TransportTypeStudio["TRUCK_GARBAGE_2"] = "TRUCK_GARBAGE_2";
7803
8140
  TransportTypeStudio["TUK_TUK"] = "TUK_TUK";
7804
8141
  TransportTypeStudio["BICYCLE"] = "BICYCLE";
7805
8142
  TransportTypeStudio["PEDESTRIAN"] = "PEDESTRIAN";
7806
8143
  TransportTypeStudio["PUBLIC_TRANSPORT"] = "PUBLIC_TRANSPORT";
8144
+ TransportTypeStudio["TELEPORT"] = "TELEPORT";
7807
8145
  })(TransportTypeStudio || (TransportTypeStudio = {}));
7808
8146
 
7809
8147
  /**
7810
8148
  * VRt.Studio [ST]
7811
8149
  *
7812
- * The version of the OpenAPI document: 7.4.2469
8150
+ * The version of the OpenAPI document: 7.6.2491
7813
8151
  * Contact: servicedesk@veeroute.com
7814
8152
  *
7815
8153
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7827,7 +8165,7 @@ var TripStartTimeStrategyStudio;
7827
8165
  /**
7828
8166
  * VRt.Studio [ST]
7829
8167
  *
7830
- * The version of the OpenAPI document: 7.4.2469
8168
+ * The version of the OpenAPI document: 7.6.2491
7831
8169
  * Contact: servicedesk@veeroute.com
7832
8170
  *
7833
8171
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7854,7 +8192,7 @@ var TripStateFlagStudio;
7854
8192
  /**
7855
8193
  * VRt.Studio [ST]
7856
8194
  *
7857
- * The version of the OpenAPI document: 7.4.2469
8195
+ * The version of the OpenAPI document: 7.6.2491
7858
8196
  * Contact: servicedesk@veeroute.com
7859
8197
  *
7860
8198
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7864,7 +8202,7 @@ var TripStateFlagStudio;
7864
8202
  /**
7865
8203
  * VRt.Studio [ST]
7866
8204
  *
7867
- * The version of the OpenAPI document: 7.4.2469
8205
+ * The version of the OpenAPI document: 7.6.2491
7868
8206
  * Contact: servicedesk@veeroute.com
7869
8207
  *
7870
8208
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7925,5 +8263,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
7925
8263
  * Generated bundle index. Do not edit.
7926
8264
  */
7927
8265
 
7928
- export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
8266
+ export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
7929
8267
  //# sourceMappingURL=veeroute-lss-studio-angular.mjs.map