@veeroute/lss-studio-angular 6.2.1912 → 6.4.1962

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 (378) hide show
  1. package/README.md +1 -1
  2. package/api/experimentsServiceInterface.d.ts +1 -1
  3. package/api/explorerServiceInterface.d.ts +1 -1
  4. package/api/hardlinksServiceInterface.d.ts +1 -1
  5. package/api/locationsServiceInterface.d.ts +1 -1
  6. package/api/ordersServiceInterface.d.ts +1 -1
  7. package/api/performersServiceInterface.d.ts +1 -1
  8. package/api/systemServiceInterface.d.ts +1 -1
  9. package/api/transportsServiceInterface.d.ts +1 -1
  10. package/api/tripsServiceInterface.d.ts +1 -1
  11. package/esm2020/api/experimentsService.mjs +5 -5
  12. package/esm2020/api/experimentsServiceInterface.mjs +1 -1
  13. package/esm2020/api/explorerService.mjs +5 -5
  14. package/esm2020/api/explorerServiceInterface.mjs +1 -1
  15. package/esm2020/api/hardlinksService.mjs +5 -5
  16. package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
  17. package/esm2020/api/locationsService.mjs +5 -5
  18. package/esm2020/api/locationsServiceInterface.mjs +1 -1
  19. package/esm2020/api/ordersService.mjs +5 -5
  20. package/esm2020/api/ordersServiceInterface.mjs +1 -1
  21. package/esm2020/api/performersService.mjs +5 -5
  22. package/esm2020/api/performersServiceInterface.mjs +1 -1
  23. package/esm2020/api/systemService.mjs +5 -5
  24. package/esm2020/api/systemServiceInterface.mjs +1 -1
  25. package/esm2020/api/transportsService.mjs +5 -5
  26. package/esm2020/api/transportsServiceInterface.mjs +1 -1
  27. package/esm2020/api/tripsService.mjs +5 -5
  28. package/esm2020/api/tripsServiceInterface.mjs +1 -1
  29. package/esm2020/api.module.mjs +5 -5
  30. package/esm2020/model/actualizeSettings.mjs +1 -1
  31. package/esm2020/model/assignedPerformer.mjs +1 -1
  32. package/esm2020/model/assignedTransport.mjs +1 -1
  33. package/esm2020/model/attribute.mjs +2 -2
  34. package/esm2020/model/basicProcess.mjs +2 -2
  35. package/esm2020/model/basicState.mjs +2 -2
  36. package/esm2020/model/basicTimeWindow.mjs +2 -2
  37. package/esm2020/model/box.mjs +1 -1
  38. package/esm2020/model/boxCompatibilities.mjs +2 -2
  39. package/esm2020/model/boxLimits.mjs +1 -1
  40. package/esm2020/model/break.mjs +2 -2
  41. package/esm2020/model/calculationInfo.mjs +1 -1
  42. package/esm2020/model/calculationSettings.mjs +2 -2
  43. package/esm2020/model/calculationStatus.mjs +2 -2
  44. package/esm2020/model/capacity.mjs +2 -2
  45. package/esm2020/model/capacityFactor.mjs +1 -1
  46. package/esm2020/model/cargo.mjs +1 -1
  47. package/esm2020/model/cargoCompatibilities.mjs +1 -1
  48. package/esm2020/model/cargoPlacement.mjs +2 -2
  49. package/esm2020/model/cargoRotationType.mjs +2 -2
  50. package/esm2020/model/checkResult.mjs +2 -2
  51. package/esm2020/model/compatibilityPenalty.mjs +2 -2
  52. package/esm2020/model/demand.mjs +1 -1
  53. package/esm2020/model/demandFact.mjs +2 -2
  54. package/esm2020/model/entityError.mjs +1 -1
  55. package/esm2020/model/entityErrorType.mjs +2 -2
  56. package/esm2020/model/entityPath.mjs +1 -1
  57. package/esm2020/model/entityType.mjs +2 -2
  58. package/esm2020/model/entityWarning.mjs +1 -1
  59. package/esm2020/model/entityWarningType.mjs +2 -2
  60. package/esm2020/model/experiment.mjs +1 -1
  61. package/esm2020/model/experimentCalculation.mjs +1 -1
  62. package/esm2020/model/experimentCheck.mjs +1 -1
  63. package/esm2020/model/experimentList.mjs +1 -1
  64. package/esm2020/model/experimentSettings.mjs +1 -1
  65. package/esm2020/model/experimentSpecification.mjs +2 -2
  66. package/esm2020/model/experimentStatistics.mjs +1 -1
  67. package/esm2020/model/facts.mjs +1 -1
  68. package/esm2020/model/filesystem.mjs +1 -1
  69. package/esm2020/model/folderSpecification.mjs +2 -2
  70. package/esm2020/model/folderStats.mjs +2 -2
  71. package/esm2020/model/folderType.mjs +2 -2
  72. package/esm2020/model/geoSettings.mjs +2 -2
  73. package/esm2020/model/geopoint.mjs +2 -2
  74. package/esm2020/model/hardlink.mjs +1 -1
  75. package/esm2020/model/hardlinkElement.mjs +1 -1
  76. package/esm2020/model/hardlinkElementType.mjs +2 -2
  77. package/esm2020/model/inlineResponse400.mjs +1 -1
  78. package/esm2020/model/inlineResponse401.mjs +1 -1
  79. package/esm2020/model/inlineResponse402.mjs +1 -1
  80. package/esm2020/model/inlineResponse403.mjs +1 -1
  81. package/esm2020/model/inlineResponse404.mjs +1 -1
  82. package/esm2020/model/inlineResponse404Detail.mjs +1 -1
  83. package/esm2020/model/inlineResponse429.mjs +1 -1
  84. package/esm2020/model/inlineResponse500.mjs +1 -1
  85. package/esm2020/model/linkedEssence.mjs +2 -2
  86. package/esm2020/model/location.mjs +1 -1
  87. package/esm2020/model/locationCompatibilities.mjs +2 -2
  88. package/esm2020/model/measurements.mjs +1 -1
  89. package/esm2020/model/objectMetrics.mjs +2 -2
  90. package/esm2020/model/order.mjs +1 -1
  91. package/esm2020/model/orderCompatibilities.mjs +2 -2
  92. package/esm2020/model/orderFact.mjs +2 -2
  93. package/esm2020/model/performer.mjs +1 -1
  94. package/esm2020/model/performerCompatibilities.mjs +2 -2
  95. package/esm2020/model/performerFact.mjs +1 -1
  96. package/esm2020/model/performerLimits.mjs +2 -2
  97. package/esm2020/model/performerShift.mjs +1 -1
  98. package/esm2020/model/performerTariff.mjs +1 -1
  99. package/esm2020/model/performerTariffConstraint.mjs +2 -2
  100. package/esm2020/model/planSettings.mjs +1 -1
  101. package/esm2020/model/planStatistics.mjs +1 -1
  102. package/esm2020/model/possibleEvent.mjs +1 -1
  103. package/esm2020/model/qualityStatistics.mjs +1 -1
  104. package/esm2020/model/replanSettings.mjs +1 -1
  105. package/esm2020/model/replanStrategy.mjs +2 -2
  106. package/esm2020/model/routingMatrix.mjs +1 -1
  107. package/esm2020/model/routingTransportMatrix.mjs +1 -1
  108. package/esm2020/model/schemaError.mjs +2 -2
  109. package/esm2020/model/serviceName.mjs +2 -2
  110. package/esm2020/model/statistics.mjs +1 -1
  111. package/esm2020/model/stopStatistics.mjs +1 -1
  112. package/esm2020/model/tableDataStats.mjs +2 -2
  113. package/esm2020/model/tableFilterBoolList.mjs +2 -2
  114. package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
  115. package/esm2020/model/tableFilterEnumList.mjs +2 -2
  116. package/esm2020/model/tableFilterFloatRange.mjs +2 -2
  117. package/esm2020/model/tableFilterIntRange.mjs +2 -2
  118. package/esm2020/model/tableFilterStringList.mjs +2 -2
  119. package/esm2020/model/tableFilterStringSearch.mjs +2 -2
  120. package/esm2020/model/tableFilterType.mjs +2 -2
  121. package/esm2020/model/tableHardlink.mjs +1 -1
  122. package/esm2020/model/tableHardlinkColumnType.mjs +2 -2
  123. package/esm2020/model/tableHardlinkFields.mjs +2 -2
  124. package/esm2020/model/tableHardlinkFilter.mjs +1 -1
  125. package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
  126. package/esm2020/model/tableHardlinkList.mjs +1 -1
  127. package/esm2020/model/tableListStats.mjs +1 -1
  128. package/esm2020/model/tableListStatsDetail.mjs +2 -2
  129. package/esm2020/model/tableLocation.mjs +1 -1
  130. package/esm2020/model/tableLocationColumnType.mjs +2 -2
  131. package/esm2020/model/tableLocationFields.mjs +1 -1
  132. package/esm2020/model/tableLocationFilter.mjs +1 -1
  133. package/esm2020/model/tableLocationFilterList.mjs +1 -1
  134. package/esm2020/model/tableLocationList.mjs +1 -1
  135. package/esm2020/model/tableOrder.mjs +1 -1
  136. package/esm2020/model/tableOrderColumnType.mjs +2 -2
  137. package/esm2020/model/tableOrderFields.mjs +1 -1
  138. package/esm2020/model/tableOrderFilter.mjs +1 -1
  139. package/esm2020/model/tableOrderFilterList.mjs +1 -1
  140. package/esm2020/model/tableOrderList.mjs +1 -1
  141. package/esm2020/model/tablePerformer.mjs +1 -1
  142. package/esm2020/model/tablePerformerColumnType.mjs +2 -2
  143. package/esm2020/model/tablePerformerFields.mjs +1 -1
  144. package/esm2020/model/tablePerformerFilter.mjs +1 -1
  145. package/esm2020/model/tablePerformerFilterList.mjs +1 -1
  146. package/esm2020/model/tablePerformerList.mjs +1 -1
  147. package/esm2020/model/tableTransport.mjs +1 -1
  148. package/esm2020/model/tableTransportColumnType.mjs +2 -2
  149. package/esm2020/model/tableTransportFields.mjs +1 -1
  150. package/esm2020/model/tableTransportFilter.mjs +1 -1
  151. package/esm2020/model/tableTransportFilterList.mjs +1 -1
  152. package/esm2020/model/tableTransportList.mjs +1 -1
  153. package/esm2020/model/tableTrip.mjs +1 -1
  154. package/esm2020/model/tableTripColumnType.mjs +2 -2
  155. package/esm2020/model/tableTripFields.mjs +1 -1
  156. package/esm2020/model/tableTripFilter.mjs +1 -1
  157. package/esm2020/model/tableTripFilterList.mjs +1 -1
  158. package/esm2020/model/tableTripList.mjs +1 -1
  159. package/esm2020/model/timeWindow.mjs +2 -2
  160. package/esm2020/model/timeWindowViolations.mjs +1 -1
  161. package/esm2020/model/tracedata.mjs +1 -1
  162. package/esm2020/model/trackPoint.mjs +1 -1
  163. package/esm2020/model/transport.mjs +1 -1
  164. package/esm2020/model/transportCompatibilities.mjs +2 -2
  165. package/esm2020/model/transportFact.mjs +1 -1
  166. package/esm2020/model/transportFactor.mjs +1 -1
  167. package/esm2020/model/transportLimits.mjs +1 -1
  168. package/esm2020/model/transportLoad.mjs +1 -1
  169. package/esm2020/model/transportShift.mjs +1 -1
  170. package/esm2020/model/transportTariff.mjs +1 -1
  171. package/esm2020/model/transportTariffConstraint.mjs +2 -2
  172. package/esm2020/model/transportType.mjs +2 -2
  173. package/esm2020/model/trip.mjs +1 -1
  174. package/esm2020/model/tripAssumptions.mjs +1 -1
  175. package/esm2020/model/tripPenalties.mjs +1 -1
  176. package/esm2020/model/tripStartTimeStrategy.mjs +2 -2
  177. package/esm2020/model/tripState.mjs +1 -1
  178. package/esm2020/model/tripStateFlag.mjs +2 -2
  179. package/esm2020/model/tripStatistics.mjs +1 -1
  180. package/esm2020/model/tripsSettings.mjs +1 -1
  181. package/esm2020/model/universalData.mjs +1 -1
  182. package/esm2020/model/unplannedItems.mjs +2 -2
  183. package/esm2020/model/versionResult.mjs +2 -2
  184. package/esm2020/model/waypoint.mjs +1 -1
  185. package/esm2020/model/webHardlink.mjs +1 -1
  186. package/esm2020/model/webLocation.mjs +1 -1
  187. package/esm2020/model/webLocationGeopoint.mjs +1 -1
  188. package/esm2020/model/webLocationGeopointList.mjs +1 -1
  189. package/esm2020/model/webOrder.mjs +1 -1
  190. package/esm2020/model/webOrderGeopoint.mjs +1 -1
  191. package/esm2020/model/webOrderGeopointList.mjs +1 -1
  192. package/esm2020/model/webPerformer.mjs +1 -1
  193. package/esm2020/model/webPerformerGeopoint.mjs +1 -1
  194. package/esm2020/model/webPerformerGeopointList.mjs +1 -1
  195. package/esm2020/model/webTransport.mjs +1 -1
  196. package/esm2020/model/webTransportGeopoint.mjs +1 -1
  197. package/esm2020/model/webTransportGeopointList.mjs +1 -1
  198. package/esm2020/model/webTrip.mjs +1 -1
  199. package/esm2020/model/webTripTrack.mjs +1 -1
  200. package/esm2020/model/webTripTrackList.mjs +1 -1
  201. package/esm2020/model/workAndRestRules.mjs +1 -1
  202. package/fesm2015/veeroute-lss-studio-angular.mjs +64 -64
  203. package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
  204. package/fesm2020/veeroute-lss-studio-angular.mjs +100 -100
  205. package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
  206. package/model/actualizeSettings.d.ts +1 -1
  207. package/model/assignedPerformer.d.ts +1 -1
  208. package/model/assignedTransport.d.ts +1 -1
  209. package/model/attribute.d.ts +1 -1
  210. package/model/basicProcess.d.ts +1 -1
  211. package/model/basicState.d.ts +1 -1
  212. package/model/basicTimeWindow.d.ts +1 -1
  213. package/model/box.d.ts +2 -2
  214. package/model/boxCompatibilities.d.ts +1 -1
  215. package/model/boxLimits.d.ts +1 -1
  216. package/model/break.d.ts +1 -1
  217. package/model/calculationInfo.d.ts +1 -1
  218. package/model/calculationSettings.d.ts +1 -1
  219. package/model/calculationStatus.d.ts +1 -1
  220. package/model/capacity.d.ts +1 -1
  221. package/model/capacityFactor.d.ts +1 -1
  222. package/model/cargo.d.ts +1 -1
  223. package/model/cargoCompatibilities.d.ts +1 -1
  224. package/model/cargoPlacement.d.ts +1 -1
  225. package/model/cargoRotationType.d.ts +1 -1
  226. package/model/checkResult.d.ts +1 -1
  227. package/model/compatibilityPenalty.d.ts +1 -1
  228. package/model/demand.d.ts +1 -1
  229. package/model/demandFact.d.ts +1 -1
  230. package/model/entityError.d.ts +1 -1
  231. package/model/entityErrorType.d.ts +1 -1
  232. package/model/entityPath.d.ts +1 -1
  233. package/model/entityType.d.ts +1 -1
  234. package/model/entityWarning.d.ts +1 -1
  235. package/model/entityWarningType.d.ts +1 -1
  236. package/model/experiment.d.ts +1 -1
  237. package/model/experimentCalculation.d.ts +1 -1
  238. package/model/experimentCheck.d.ts +1 -1
  239. package/model/experimentList.d.ts +1 -1
  240. package/model/experimentSettings.d.ts +1 -1
  241. package/model/experimentSpecification.d.ts +1 -1
  242. package/model/experimentStatistics.d.ts +1 -1
  243. package/model/facts.d.ts +1 -1
  244. package/model/filesystem.d.ts +1 -1
  245. package/model/folderSpecification.d.ts +1 -1
  246. package/model/folderStats.d.ts +1 -1
  247. package/model/folderType.d.ts +1 -1
  248. package/model/geoSettings.d.ts +1 -1
  249. package/model/geopoint.d.ts +1 -1
  250. package/model/hardlink.d.ts +1 -1
  251. package/model/hardlinkElement.d.ts +1 -1
  252. package/model/hardlinkElementType.d.ts +1 -1
  253. package/model/inlineResponse400.d.ts +1 -1
  254. package/model/inlineResponse401.d.ts +1 -1
  255. package/model/inlineResponse402.d.ts +1 -1
  256. package/model/inlineResponse403.d.ts +1 -1
  257. package/model/inlineResponse404.d.ts +1 -1
  258. package/model/inlineResponse404Detail.d.ts +1 -1
  259. package/model/inlineResponse429.d.ts +1 -1
  260. package/model/inlineResponse500.d.ts +1 -1
  261. package/model/linkedEssence.d.ts +1 -1
  262. package/model/location.d.ts +1 -1
  263. package/model/locationCompatibilities.d.ts +1 -1
  264. package/model/measurements.d.ts +1 -1
  265. package/model/objectMetrics.d.ts +1 -1
  266. package/model/order.d.ts +1 -1
  267. package/model/orderCompatibilities.d.ts +1 -1
  268. package/model/orderFact.d.ts +1 -1
  269. package/model/performer.d.ts +1 -1
  270. package/model/performerCompatibilities.d.ts +1 -1
  271. package/model/performerFact.d.ts +1 -1
  272. package/model/performerLimits.d.ts +1 -1
  273. package/model/performerShift.d.ts +1 -1
  274. package/model/performerTariff.d.ts +1 -1
  275. package/model/performerTariffConstraint.d.ts +1 -1
  276. package/model/planSettings.d.ts +1 -1
  277. package/model/planStatistics.d.ts +1 -1
  278. package/model/possibleEvent.d.ts +1 -1
  279. package/model/qualityStatistics.d.ts +1 -1
  280. package/model/replanSettings.d.ts +1 -1
  281. package/model/replanStrategy.d.ts +1 -1
  282. package/model/routingMatrix.d.ts +1 -1
  283. package/model/routingTransportMatrix.d.ts +1 -1
  284. package/model/schemaError.d.ts +1 -1
  285. package/model/serviceName.d.ts +1 -1
  286. package/model/statistics.d.ts +1 -1
  287. package/model/stopStatistics.d.ts +1 -1
  288. package/model/tableDataStats.d.ts +1 -1
  289. package/model/tableFilterBoolList.d.ts +1 -1
  290. package/model/tableFilterDatetimeRange.d.ts +1 -1
  291. package/model/tableFilterEnumList.d.ts +1 -1
  292. package/model/tableFilterFloatRange.d.ts +1 -1
  293. package/model/tableFilterIntRange.d.ts +1 -1
  294. package/model/tableFilterStringList.d.ts +1 -1
  295. package/model/tableFilterStringSearch.d.ts +1 -1
  296. package/model/tableFilterType.d.ts +1 -1
  297. package/model/tableHardlink.d.ts +1 -1
  298. package/model/tableHardlinkColumnType.d.ts +1 -1
  299. package/model/tableHardlinkFields.d.ts +1 -1
  300. package/model/tableHardlinkFilter.d.ts +1 -1
  301. package/model/tableHardlinkFilterList.d.ts +1 -1
  302. package/model/tableHardlinkList.d.ts +1 -1
  303. package/model/tableListStats.d.ts +1 -1
  304. package/model/tableListStatsDetail.d.ts +1 -1
  305. package/model/tableLocation.d.ts +1 -1
  306. package/model/tableLocationColumnType.d.ts +1 -1
  307. package/model/tableLocationFields.d.ts +1 -1
  308. package/model/tableLocationFilter.d.ts +1 -1
  309. package/model/tableLocationFilterList.d.ts +1 -1
  310. package/model/tableLocationList.d.ts +1 -1
  311. package/model/tableOrder.d.ts +1 -1
  312. package/model/tableOrderColumnType.d.ts +1 -1
  313. package/model/tableOrderFields.d.ts +1 -1
  314. package/model/tableOrderFilter.d.ts +1 -1
  315. package/model/tableOrderFilterList.d.ts +1 -1
  316. package/model/tableOrderList.d.ts +1 -1
  317. package/model/tablePerformer.d.ts +1 -1
  318. package/model/tablePerformerColumnType.d.ts +1 -1
  319. package/model/tablePerformerFields.d.ts +1 -1
  320. package/model/tablePerformerFilter.d.ts +1 -1
  321. package/model/tablePerformerFilterList.d.ts +1 -1
  322. package/model/tablePerformerList.d.ts +1 -1
  323. package/model/tableTransport.d.ts +1 -1
  324. package/model/tableTransportColumnType.d.ts +1 -1
  325. package/model/tableTransportFields.d.ts +1 -1
  326. package/model/tableTransportFilter.d.ts +1 -1
  327. package/model/tableTransportFilterList.d.ts +1 -1
  328. package/model/tableTransportList.d.ts +1 -1
  329. package/model/tableTrip.d.ts +1 -1
  330. package/model/tableTripColumnType.d.ts +1 -1
  331. package/model/tableTripFields.d.ts +1 -1
  332. package/model/tableTripFilter.d.ts +1 -1
  333. package/model/tableTripFilterList.d.ts +1 -1
  334. package/model/tableTripList.d.ts +1 -1
  335. package/model/timeWindow.d.ts +1 -1
  336. package/model/timeWindowViolations.d.ts +1 -1
  337. package/model/tracedata.d.ts +1 -1
  338. package/model/trackPoint.d.ts +1 -1
  339. package/model/transport.d.ts +1 -1
  340. package/model/transportCompatibilities.d.ts +1 -1
  341. package/model/transportFact.d.ts +1 -1
  342. package/model/transportFactor.d.ts +1 -1
  343. package/model/transportLimits.d.ts +1 -1
  344. package/model/transportLoad.d.ts +1 -1
  345. package/model/transportShift.d.ts +1 -1
  346. package/model/transportTariff.d.ts +3 -1
  347. package/model/transportTariffConstraint.d.ts +1 -1
  348. package/model/transportType.d.ts +1 -1
  349. package/model/trip.d.ts +1 -1
  350. package/model/tripAssumptions.d.ts +1 -1
  351. package/model/tripPenalties.d.ts +1 -1
  352. package/model/tripStartTimeStrategy.d.ts +1 -1
  353. package/model/tripState.d.ts +1 -1
  354. package/model/tripStateFlag.d.ts +1 -1
  355. package/model/tripStatistics.d.ts +1 -1
  356. package/model/tripsSettings.d.ts +1 -1
  357. package/model/universalData.d.ts +1 -1
  358. package/model/unplannedItems.d.ts +1 -1
  359. package/model/versionResult.d.ts +1 -1
  360. package/model/waypoint.d.ts +1 -1
  361. package/model/webHardlink.d.ts +1 -1
  362. package/model/webLocation.d.ts +1 -1
  363. package/model/webLocationGeopoint.d.ts +1 -1
  364. package/model/webLocationGeopointList.d.ts +1 -1
  365. package/model/webOrder.d.ts +1 -1
  366. package/model/webOrderGeopoint.d.ts +1 -1
  367. package/model/webOrderGeopointList.d.ts +1 -1
  368. package/model/webPerformer.d.ts +1 -1
  369. package/model/webPerformerGeopoint.d.ts +1 -1
  370. package/model/webPerformerGeopointList.d.ts +1 -1
  371. package/model/webTransport.d.ts +1 -1
  372. package/model/webTransportGeopoint.d.ts +1 -1
  373. package/model/webTransportGeopointList.d.ts +1 -1
  374. package/model/webTrip.d.ts +1 -1
  375. package/model/webTripTrack.d.ts +1 -1
  376. package/model/webTripTrackList.d.ts +1 -1
  377. package/model/workAndRestRules.d.ts +1 -1
  378. package/package.json +1 -1
@@ -113,7 +113,7 @@ class Configuration {
113
113
  /**
114
114
  * VRt.Studio [ST]
115
115
  *
116
- * The version of the OpenAPI document: 6.2.1912
116
+ * The version of the OpenAPI document: 6.4.1962
117
117
  * Contact: servicedesk@veeroute.com
118
118
  *
119
119
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1100,9 +1100,9 @@ class ExperimentsService {
1100
1100
  });
1101
1101
  }
1102
1102
  }
1103
- ExperimentsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1104
- ExperimentsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
1105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, decorators: [{
1103
+ ExperimentsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1104
+ ExperimentsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
1105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExperimentsService, decorators: [{
1106
1106
  type: Injectable,
1107
1107
  args: [{
1108
1108
  providedIn: 'root'
@@ -1119,7 +1119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1119
1119
  /**
1120
1120
  * VRt.Studio [ST]
1121
1121
  *
1122
- * The version of the OpenAPI document: 6.2.1912
1122
+ * The version of the OpenAPI document: 6.4.1962
1123
1123
  * Contact: servicedesk@veeroute.com
1124
1124
  *
1125
1125
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1508,9 +1508,9 @@ class ExplorerService {
1508
1508
  });
1509
1509
  }
1510
1510
  }
1511
- ExplorerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1512
- ExplorerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, providedIn: 'root' });
1513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, decorators: [{
1511
+ ExplorerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1512
+ ExplorerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExplorerService, providedIn: 'root' });
1513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExplorerService, decorators: [{
1514
1514
  type: Injectable,
1515
1515
  args: [{
1516
1516
  providedIn: 'root'
@@ -1527,7 +1527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1527
1527
  /**
1528
1528
  * VRt.Studio [ST]
1529
1529
  *
1530
- * The version of the OpenAPI document: 6.2.1912
1530
+ * The version of the OpenAPI document: 6.4.1962
1531
1531
  * Contact: servicedesk@veeroute.com
1532
1532
  *
1533
1533
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1887,9 +1887,9 @@ class HardlinksService {
1887
1887
  });
1888
1888
  }
1889
1889
  }
1890
- HardlinksService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1891
- HardlinksService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, providedIn: 'root' });
1892
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, decorators: [{
1890
+ HardlinksService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1891
+ HardlinksService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HardlinksService, providedIn: 'root' });
1892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HardlinksService, decorators: [{
1893
1893
  type: Injectable,
1894
1894
  args: [{
1895
1895
  providedIn: 'root'
@@ -1906,7 +1906,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1906
1906
  /**
1907
1907
  * VRt.Studio [ST]
1908
1908
  *
1909
- * The version of the OpenAPI document: 6.2.1912
1909
+ * The version of the OpenAPI document: 6.4.1962
1910
1910
  * Contact: servicedesk@veeroute.com
1911
1911
  *
1912
1912
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2323,9 +2323,9 @@ class LocationsService {
2323
2323
  });
2324
2324
  }
2325
2325
  }
2326
- LocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2327
- LocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, providedIn: 'root' });
2328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, decorators: [{
2326
+ LocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2327
+ LocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LocationsService, providedIn: 'root' });
2328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LocationsService, decorators: [{
2329
2329
  type: Injectable,
2330
2330
  args: [{
2331
2331
  providedIn: 'root'
@@ -2342,7 +2342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
2342
2342
  /**
2343
2343
  * VRt.Studio [ST]
2344
2344
  *
2345
- * The version of the OpenAPI document: 6.2.1912
2345
+ * The version of the OpenAPI document: 6.4.1962
2346
2346
  * Contact: servicedesk@veeroute.com
2347
2347
  *
2348
2348
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2759,9 +2759,9 @@ class OrdersService {
2759
2759
  });
2760
2760
  }
2761
2761
  }
2762
- OrdersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2763
- OrdersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, providedIn: 'root' });
2764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, decorators: [{
2762
+ OrdersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2763
+ OrdersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: OrdersService, providedIn: 'root' });
2764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: OrdersService, decorators: [{
2765
2765
  type: Injectable,
2766
2766
  args: [{
2767
2767
  providedIn: 'root'
@@ -2778,7 +2778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
2778
2778
  /**
2779
2779
  * VRt.Studio [ST]
2780
2780
  *
2781
- * The version of the OpenAPI document: 6.2.1912
2781
+ * The version of the OpenAPI document: 6.4.1962
2782
2782
  * Contact: servicedesk@veeroute.com
2783
2783
  *
2784
2784
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3195,9 +3195,9 @@ class PerformersService {
3195
3195
  });
3196
3196
  }
3197
3197
  }
3198
- PerformersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3199
- PerformersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, providedIn: 'root' });
3200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, decorators: [{
3198
+ PerformersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3199
+ PerformersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PerformersService, providedIn: 'root' });
3200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PerformersService, decorators: [{
3201
3201
  type: Injectable,
3202
3202
  args: [{
3203
3203
  providedIn: 'root'
@@ -3214,7 +3214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3214
3214
  /**
3215
3215
  * VRt.Studio [ST]
3216
3216
  *
3217
- * The version of the OpenAPI document: 6.2.1912
3217
+ * The version of the OpenAPI document: 6.4.1962
3218
3218
  * Contact: servicedesk@veeroute.com
3219
3219
  *
3220
3220
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3395,9 +3395,9 @@ class SystemService {
3395
3395
  });
3396
3396
  }
3397
3397
  }
3398
- SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3399
- SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, providedIn: 'root' });
3400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, decorators: [{
3398
+ SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3399
+ SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, providedIn: 'root' });
3400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, decorators: [{
3401
3401
  type: Injectable,
3402
3402
  args: [{
3403
3403
  providedIn: 'root'
@@ -3414,7 +3414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3414
3414
  /**
3415
3415
  * VRt.Studio [ST]
3416
3416
  *
3417
- * The version of the OpenAPI document: 6.2.1912
3417
+ * The version of the OpenAPI document: 6.4.1962
3418
3418
  * Contact: servicedesk@veeroute.com
3419
3419
  *
3420
3420
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3831,9 +3831,9 @@ class TransportsService {
3831
3831
  });
3832
3832
  }
3833
3833
  }
3834
- TransportsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3835
- TransportsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, providedIn: 'root' });
3836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, decorators: [{
3834
+ TransportsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3835
+ TransportsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TransportsService, providedIn: 'root' });
3836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TransportsService, decorators: [{
3837
3837
  type: Injectable,
3838
3838
  args: [{
3839
3839
  providedIn: 'root'
@@ -3850,7 +3850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3850
3850
  /**
3851
3851
  * VRt.Studio [ST]
3852
3852
  *
3853
- * The version of the OpenAPI document: 6.2.1912
3853
+ * The version of the OpenAPI document: 6.4.1962
3854
3854
  * Contact: servicedesk@veeroute.com
3855
3855
  *
3856
3856
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4267,9 +4267,9 @@ class TripsService {
4267
4267
  });
4268
4268
  }
4269
4269
  }
4270
- TripsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4271
- TripsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, providedIn: 'root' });
4272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, decorators: [{
4270
+ TripsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4271
+ TripsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TripsService, providedIn: 'root' });
4272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TripsService, decorators: [{
4273
4273
  type: Injectable,
4274
4274
  args: [{
4275
4275
  providedIn: 'root'
@@ -4288,7 +4288,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4288
4288
  /**
4289
4289
  * VRt.Studio [ST]
4290
4290
  *
4291
- * The version of the OpenAPI document: 6.2.1912
4291
+ * The version of the OpenAPI document: 6.4.1962
4292
4292
  * Contact: servicedesk@veeroute.com
4293
4293
  *
4294
4294
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4298,7 +4298,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4298
4298
  /**
4299
4299
  * VRt.Studio [ST]
4300
4300
  *
4301
- * The version of the OpenAPI document: 6.2.1912
4301
+ * The version of the OpenAPI document: 6.4.1962
4302
4302
  * Contact: servicedesk@veeroute.com
4303
4303
  *
4304
4304
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4318,7 +4318,7 @@ var BasicProcessStudio;
4318
4318
  /**
4319
4319
  * VRt.Studio [ST]
4320
4320
  *
4321
- * The version of the OpenAPI document: 6.2.1912
4321
+ * The version of the OpenAPI document: 6.4.1962
4322
4322
  * Contact: servicedesk@veeroute.com
4323
4323
  *
4324
4324
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4339,7 +4339,7 @@ var BasicStateStudio;
4339
4339
  /**
4340
4340
  * VRt.Studio [ST]
4341
4341
  *
4342
- * The version of the OpenAPI document: 6.2.1912
4342
+ * The version of the OpenAPI document: 6.4.1962
4343
4343
  * Contact: servicedesk@veeroute.com
4344
4344
  *
4345
4345
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4349,7 +4349,7 @@ var BasicStateStudio;
4349
4349
  /**
4350
4350
  * VRt.Studio [ST]
4351
4351
  *
4352
- * The version of the OpenAPI document: 6.2.1912
4352
+ * The version of the OpenAPI document: 6.4.1962
4353
4353
  * Contact: servicedesk@veeroute.com
4354
4354
  *
4355
4355
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4359,7 +4359,7 @@ var BasicStateStudio;
4359
4359
  /**
4360
4360
  * VRt.Studio [ST]
4361
4361
  *
4362
- * The version of the OpenAPI document: 6.2.1912
4362
+ * The version of the OpenAPI document: 6.4.1962
4363
4363
  * Contact: servicedesk@veeroute.com
4364
4364
  *
4365
4365
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4369,7 +4369,7 @@ var BasicStateStudio;
4369
4369
  /**
4370
4370
  * VRt.Studio [ST]
4371
4371
  *
4372
- * The version of the OpenAPI document: 6.2.1912
4372
+ * The version of the OpenAPI document: 6.4.1962
4373
4373
  * Contact: servicedesk@veeroute.com
4374
4374
  *
4375
4375
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4379,7 +4379,7 @@ var BasicStateStudio;
4379
4379
  /**
4380
4380
  * VRt.Studio [ST]
4381
4381
  *
4382
- * The version of the OpenAPI document: 6.2.1912
4382
+ * The version of the OpenAPI document: 6.4.1962
4383
4383
  * Contact: servicedesk@veeroute.com
4384
4384
  *
4385
4385
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4403,7 +4403,7 @@ var CalculationStatusStudio;
4403
4403
  /**
4404
4404
  * VRt.Studio [ST]
4405
4405
  *
4406
- * The version of the OpenAPI document: 6.2.1912
4406
+ * The version of the OpenAPI document: 6.4.1962
4407
4407
  * Contact: servicedesk@veeroute.com
4408
4408
  *
4409
4409
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4413,7 +4413,7 @@ var CalculationStatusStudio;
4413
4413
  /**
4414
4414
  * VRt.Studio [ST]
4415
4415
  *
4416
- * The version of the OpenAPI document: 6.2.1912
4416
+ * The version of the OpenAPI document: 6.4.1962
4417
4417
  * Contact: servicedesk@veeroute.com
4418
4418
  *
4419
4419
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4423,7 +4423,7 @@ var CalculationStatusStudio;
4423
4423
  /**
4424
4424
  * VRt.Studio [ST]
4425
4425
  *
4426
- * The version of the OpenAPI document: 6.2.1912
4426
+ * The version of the OpenAPI document: 6.4.1962
4427
4427
  * Contact: servicedesk@veeroute.com
4428
4428
  *
4429
4429
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4444,7 +4444,7 @@ var CargoRotationTypeStudio;
4444
4444
  /**
4445
4445
  * VRt.Studio [ST]
4446
4446
  *
4447
- * The version of the OpenAPI document: 6.2.1912
4447
+ * The version of the OpenAPI document: 6.4.1962
4448
4448
  * Contact: servicedesk@veeroute.com
4449
4449
  *
4450
4450
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4454,7 +4454,7 @@ var CargoRotationTypeStudio;
4454
4454
  /**
4455
4455
  * VRt.Studio [ST]
4456
4456
  *
4457
- * The version of the OpenAPI document: 6.2.1912
4457
+ * The version of the OpenAPI document: 6.4.1962
4458
4458
  * Contact: servicedesk@veeroute.com
4459
4459
  *
4460
4460
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4464,7 +4464,7 @@ var CargoRotationTypeStudio;
4464
4464
  /**
4465
4465
  * VRt.Studio [ST]
4466
4466
  *
4467
- * The version of the OpenAPI document: 6.2.1912
4467
+ * The version of the OpenAPI document: 6.4.1962
4468
4468
  * Contact: servicedesk@veeroute.com
4469
4469
  *
4470
4470
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4489,7 +4489,7 @@ var DemandStudioDemandTypeEnum;
4489
4489
  /**
4490
4490
  * VRt.Studio [ST]
4491
4491
  *
4492
- * The version of the OpenAPI document: 6.2.1912
4492
+ * The version of the OpenAPI document: 6.4.1962
4493
4493
  * Contact: servicedesk@veeroute.com
4494
4494
  *
4495
4495
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4514,7 +4514,7 @@ var EntityErrorTypeStudio;
4514
4514
  /**
4515
4515
  * VRt.Studio [ST]
4516
4516
  *
4517
- * The version of the OpenAPI document: 6.2.1912
4517
+ * The version of the OpenAPI document: 6.4.1962
4518
4518
  * Contact: servicedesk@veeroute.com
4519
4519
  *
4520
4520
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4557,7 +4557,7 @@ var EntityTypeStudio;
4557
4557
  /**
4558
4558
  * VRt.Studio [ST]
4559
4559
  *
4560
- * The version of the OpenAPI document: 6.2.1912
4560
+ * The version of the OpenAPI document: 6.4.1962
4561
4561
  * Contact: servicedesk@veeroute.com
4562
4562
  *
4563
4563
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4596,7 +4596,7 @@ var EntityWarningTypeStudio;
4596
4596
  /**
4597
4597
  * VRt.Studio [ST]
4598
4598
  *
4599
- * The version of the OpenAPI document: 6.2.1912
4599
+ * The version of the OpenAPI document: 6.4.1962
4600
4600
  * Contact: servicedesk@veeroute.com
4601
4601
  *
4602
4602
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4606,7 +4606,7 @@ var EntityWarningTypeStudio;
4606
4606
  /**
4607
4607
  * VRt.Studio [ST]
4608
4608
  *
4609
- * The version of the OpenAPI document: 6.2.1912
4609
+ * The version of the OpenAPI document: 6.4.1962
4610
4610
  * Contact: servicedesk@veeroute.com
4611
4611
  *
4612
4612
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4616,7 +4616,7 @@ var EntityWarningTypeStudio;
4616
4616
  /**
4617
4617
  * VRt.Studio [ST]
4618
4618
  *
4619
- * The version of the OpenAPI document: 6.2.1912
4619
+ * The version of the OpenAPI document: 6.4.1962
4620
4620
  * Contact: servicedesk@veeroute.com
4621
4621
  *
4622
4622
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4626,7 +4626,7 @@ var EntityWarningTypeStudio;
4626
4626
  /**
4627
4627
  * VRt.Studio [ST]
4628
4628
  *
4629
- * The version of the OpenAPI document: 6.2.1912
4629
+ * The version of the OpenAPI document: 6.4.1962
4630
4630
  * Contact: servicedesk@veeroute.com
4631
4631
  *
4632
4632
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4645,7 +4645,7 @@ var FolderTypeStudio;
4645
4645
  /**
4646
4646
  * VRt.Studio [ST]
4647
4647
  *
4648
- * The version of the OpenAPI document: 6.2.1912
4648
+ * The version of the OpenAPI document: 6.4.1962
4649
4649
  * Contact: servicedesk@veeroute.com
4650
4650
  *
4651
4651
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4655,7 +4655,7 @@ var FolderTypeStudio;
4655
4655
  /**
4656
4656
  * VRt.Studio [ST]
4657
4657
  *
4658
- * The version of the OpenAPI document: 6.2.1912
4658
+ * The version of the OpenAPI document: 6.4.1962
4659
4659
  * Contact: servicedesk@veeroute.com
4660
4660
  *
4661
4661
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4665,7 +4665,7 @@ var FolderTypeStudio;
4665
4665
  /**
4666
4666
  * VRt.Studio [ST]
4667
4667
  *
4668
- * The version of the OpenAPI document: 6.2.1912
4668
+ * The version of the OpenAPI document: 6.4.1962
4669
4669
  * Contact: servicedesk@veeroute.com
4670
4670
  *
4671
4671
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4685,7 +4685,7 @@ var HardlinkElementTypeStudio;
4685
4685
  /**
4686
4686
  * VRt.Studio [ST]
4687
4687
  *
4688
- * The version of the OpenAPI document: 6.2.1912
4688
+ * The version of the OpenAPI document: 6.4.1962
4689
4689
  * Contact: servicedesk@veeroute.com
4690
4690
  *
4691
4691
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4706,7 +4706,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4706
4706
  /**
4707
4707
  * VRt.Studio [ST]
4708
4708
  *
4709
- * The version of the OpenAPI document: 6.2.1912
4709
+ * The version of the OpenAPI document: 6.4.1962
4710
4710
  * Contact: servicedesk@veeroute.com
4711
4711
  *
4712
4712
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4716,7 +4716,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4716
4716
  /**
4717
4717
  * VRt.Studio [ST]
4718
4718
  *
4719
- * The version of the OpenAPI document: 6.2.1912
4719
+ * The version of the OpenAPI document: 6.4.1962
4720
4720
  * Contact: servicedesk@veeroute.com
4721
4721
  *
4722
4722
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4726,7 +4726,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4726
4726
  /**
4727
4727
  * VRt.Studio [ST]
4728
4728
  *
4729
- * The version of the OpenAPI document: 6.2.1912
4729
+ * The version of the OpenAPI document: 6.4.1962
4730
4730
  * Contact: servicedesk@veeroute.com
4731
4731
  *
4732
4732
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4736,7 +4736,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4736
4736
  /**
4737
4737
  * VRt.Studio [ST]
4738
4738
  *
4739
- * The version of the OpenAPI document: 6.2.1912
4739
+ * The version of the OpenAPI document: 6.4.1962
4740
4740
  * Contact: servicedesk@veeroute.com
4741
4741
  *
4742
4742
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4752,7 +4752,7 @@ var OrderFactStudioTypeEnum;
4752
4752
  /**
4753
4753
  * VRt.Studio [ST]
4754
4754
  *
4755
- * The version of the OpenAPI document: 6.2.1912
4755
+ * The version of the OpenAPI document: 6.4.1962
4756
4756
  * Contact: servicedesk@veeroute.com
4757
4757
  *
4758
4758
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4762,7 +4762,7 @@ var OrderFactStudioTypeEnum;
4762
4762
  /**
4763
4763
  * VRt.Studio [ST]
4764
4764
  *
4765
- * The version of the OpenAPI document: 6.2.1912
4765
+ * The version of the OpenAPI document: 6.4.1962
4766
4766
  * Contact: servicedesk@veeroute.com
4767
4767
  *
4768
4768
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4772,7 +4772,7 @@ var OrderFactStudioTypeEnum;
4772
4772
  /**
4773
4773
  * VRt.Studio [ST]
4774
4774
  *
4775
- * The version of the OpenAPI document: 6.2.1912
4775
+ * The version of the OpenAPI document: 6.4.1962
4776
4776
  * Contact: servicedesk@veeroute.com
4777
4777
  *
4778
4778
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4782,7 +4782,7 @@ var OrderFactStudioTypeEnum;
4782
4782
  /**
4783
4783
  * VRt.Studio [ST]
4784
4784
  *
4785
- * The version of the OpenAPI document: 6.2.1912
4785
+ * The version of the OpenAPI document: 6.4.1962
4786
4786
  * Contact: servicedesk@veeroute.com
4787
4787
  *
4788
4788
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4792,7 +4792,7 @@ var OrderFactStudioTypeEnum;
4792
4792
  /**
4793
4793
  * VRt.Studio [ST]
4794
4794
  *
4795
- * The version of the OpenAPI document: 6.2.1912
4795
+ * The version of the OpenAPI document: 6.4.1962
4796
4796
  * Contact: servicedesk@veeroute.com
4797
4797
  *
4798
4798
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4802,7 +4802,7 @@ var OrderFactStudioTypeEnum;
4802
4802
  /**
4803
4803
  * VRt.Studio [ST]
4804
4804
  *
4805
- * The version of the OpenAPI document: 6.2.1912
4805
+ * The version of the OpenAPI document: 6.4.1962
4806
4806
  * Contact: servicedesk@veeroute.com
4807
4807
  *
4808
4808
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4830,7 +4830,7 @@ var ServiceNameStudio;
4830
4830
  /**
4831
4831
  * VRt.Studio [ST]
4832
4832
  *
4833
- * The version of the OpenAPI document: 6.2.1912
4833
+ * The version of the OpenAPI document: 6.4.1962
4834
4834
  * Contact: servicedesk@veeroute.com
4835
4835
  *
4836
4836
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4840,7 +4840,7 @@ var ServiceNameStudio;
4840
4840
  /**
4841
4841
  * VRt.Studio [ST]
4842
4842
  *
4843
- * The version of the OpenAPI document: 6.2.1912
4843
+ * The version of the OpenAPI document: 6.4.1962
4844
4844
  * Contact: servicedesk@veeroute.com
4845
4845
  *
4846
4846
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4850,7 +4850,7 @@ var ServiceNameStudio;
4850
4850
  /**
4851
4851
  * VRt.Studio [ST]
4852
4852
  *
4853
- * The version of the OpenAPI document: 6.2.1912
4853
+ * The version of the OpenAPI document: 6.4.1962
4854
4854
  * Contact: servicedesk@veeroute.com
4855
4855
  *
4856
4856
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4860,7 +4860,7 @@ var ServiceNameStudio;
4860
4860
  /**
4861
4861
  * VRt.Studio [ST]
4862
4862
  *
4863
- * The version of the OpenAPI document: 6.2.1912
4863
+ * The version of the OpenAPI document: 6.4.1962
4864
4864
  * Contact: servicedesk@veeroute.com
4865
4865
  *
4866
4866
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4870,7 +4870,7 @@ var ServiceNameStudio;
4870
4870
  /**
4871
4871
  * VRt.Studio [ST]
4872
4872
  *
4873
- * The version of the OpenAPI document: 6.2.1912
4873
+ * The version of the OpenAPI document: 6.4.1962
4874
4874
  * Contact: servicedesk@veeroute.com
4875
4875
  *
4876
4876
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4880,7 +4880,7 @@ var ServiceNameStudio;
4880
4880
  /**
4881
4881
  * VRt.Studio [ST]
4882
4882
  *
4883
- * The version of the OpenAPI document: 6.2.1912
4883
+ * The version of the OpenAPI document: 6.4.1962
4884
4884
  * Contact: servicedesk@veeroute.com
4885
4885
  *
4886
4886
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4890,7 +4890,7 @@ var ServiceNameStudio;
4890
4890
  /**
4891
4891
  * VRt.Studio [ST]
4892
4892
  *
4893
- * The version of the OpenAPI document: 6.2.1912
4893
+ * The version of the OpenAPI document: 6.4.1962
4894
4894
  * Contact: servicedesk@veeroute.com
4895
4895
  *
4896
4896
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4900,7 +4900,7 @@ var ServiceNameStudio;
4900
4900
  /**
4901
4901
  * VRt.Studio [ST]
4902
4902
  *
4903
- * The version of the OpenAPI document: 6.2.1912
4903
+ * The version of the OpenAPI document: 6.4.1962
4904
4904
  * Contact: servicedesk@veeroute.com
4905
4905
  *
4906
4906
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4910,7 +4910,7 @@ var ServiceNameStudio;
4910
4910
  /**
4911
4911
  * VRt.Studio [ST]
4912
4912
  *
4913
- * The version of the OpenAPI document: 6.2.1912
4913
+ * The version of the OpenAPI document: 6.4.1962
4914
4914
  * Contact: servicedesk@veeroute.com
4915
4915
  *
4916
4916
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4934,7 +4934,7 @@ var TableFilterTypeStudio;
4934
4934
  /**
4935
4935
  * VRt.Studio [ST]
4936
4936
  *
4937
- * The version of the OpenAPI document: 6.2.1912
4937
+ * The version of the OpenAPI document: 6.4.1962
4938
4938
  * Contact: servicedesk@veeroute.com
4939
4939
  *
4940
4940
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4957,7 +4957,7 @@ var TableHardlinkColumnTypeStudio;
4957
4957
  /**
4958
4958
  * VRt.Studio [ST]
4959
4959
  *
4960
- * The version of the OpenAPI document: 6.2.1912
4960
+ * The version of the OpenAPI document: 6.4.1962
4961
4961
  * Contact: servicedesk@veeroute.com
4962
4962
  *
4963
4963
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4980,7 +4980,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
4980
4980
  /**
4981
4981
  * VRt.Studio [ST]
4982
4982
  *
4983
- * The version of the OpenAPI document: 6.2.1912
4983
+ * The version of the OpenAPI document: 6.4.1962
4984
4984
  * Contact: servicedesk@veeroute.com
4985
4985
  *
4986
4986
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4990,7 +4990,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
4990
4990
  /**
4991
4991
  * VRt.Studio [ST]
4992
4992
  *
4993
- * The version of the OpenAPI document: 6.2.1912
4993
+ * The version of the OpenAPI document: 6.4.1962
4994
4994
  * Contact: servicedesk@veeroute.com
4995
4995
  *
4996
4996
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5019,7 +5019,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
5019
5019
  /**
5020
5020
  * VRt.Studio [ST]
5021
5021
  *
5022
- * The version of the OpenAPI document: 6.2.1912
5022
+ * The version of the OpenAPI document: 6.4.1962
5023
5023
  * Contact: servicedesk@veeroute.com
5024
5024
  *
5025
5025
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5070,7 +5070,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
5070
5070
  /**
5071
5071
  * VRt.Studio [ST]
5072
5072
  *
5073
- * The version of the OpenAPI document: 6.2.1912
5073
+ * The version of the OpenAPI document: 6.4.1962
5074
5074
  * Contact: servicedesk@veeroute.com
5075
5075
  *
5076
5076
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5103,7 +5103,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
5103
5103
  /**
5104
5104
  * VRt.Studio [ST]
5105
5105
  *
5106
- * The version of the OpenAPI document: 6.2.1912
5106
+ * The version of the OpenAPI document: 6.4.1962
5107
5107
  * Contact: servicedesk@veeroute.com
5108
5108
  *
5109
5109
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5136,7 +5136,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
5136
5136
  /**
5137
5137
  * VRt.Studio [ST]
5138
5138
  *
5139
- * The version of the OpenAPI document: 6.2.1912
5139
+ * The version of the OpenAPI document: 6.4.1962
5140
5140
  * Contact: servicedesk@veeroute.com
5141
5141
  *
5142
5142
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5167,7 +5167,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5167
5167
  /**
5168
5168
  * VRt.Studio [ST]
5169
5169
  *
5170
- * The version of the OpenAPI document: 6.2.1912
5170
+ * The version of the OpenAPI document: 6.4.1962
5171
5171
  * Contact: servicedesk@veeroute.com
5172
5172
  *
5173
5173
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5177,7 +5177,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5177
5177
  /**
5178
5178
  * VRt.Studio [ST]
5179
5179
  *
5180
- * The version of the OpenAPI document: 6.2.1912
5180
+ * The version of the OpenAPI document: 6.4.1962
5181
5181
  * Contact: servicedesk@veeroute.com
5182
5182
  *
5183
5183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5187,7 +5187,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5187
5187
  /**
5188
5188
  * VRt.Studio [ST]
5189
5189
  *
5190
- * The version of the OpenAPI document: 6.2.1912
5190
+ * The version of the OpenAPI document: 6.4.1962
5191
5191
  * Contact: servicedesk@veeroute.com
5192
5192
  *
5193
5193
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5197,7 +5197,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5197
5197
  /**
5198
5198
  * VRt.Studio [ST]
5199
5199
  *
5200
- * The version of the OpenAPI document: 6.2.1912
5200
+ * The version of the OpenAPI document: 6.4.1962
5201
5201
  * Contact: servicedesk@veeroute.com
5202
5202
  *
5203
5203
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5224,7 +5224,7 @@ var TransportTypeStudio;
5224
5224
  /**
5225
5225
  * VRt.Studio [ST]
5226
5226
  *
5227
- * The version of the OpenAPI document: 6.2.1912
5227
+ * The version of the OpenAPI document: 6.4.1962
5228
5228
  * Contact: servicedesk@veeroute.com
5229
5229
  *
5230
5230
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5243,7 +5243,7 @@ var TripStartTimeStrategyStudio;
5243
5243
  /**
5244
5244
  * VRt.Studio [ST]
5245
5245
  *
5246
- * The version of the OpenAPI document: 6.2.1912
5246
+ * The version of the OpenAPI document: 6.4.1962
5247
5247
  * Contact: servicedesk@veeroute.com
5248
5248
  *
5249
5249
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5270,7 +5270,7 @@ var TripStateFlagStudio;
5270
5270
  /**
5271
5271
  * VRt.Studio [ST]
5272
5272
  *
5273
- * The version of the OpenAPI document: 6.2.1912
5273
+ * The version of the OpenAPI document: 6.4.1962
5274
5274
  * Contact: servicedesk@veeroute.com
5275
5275
  *
5276
5276
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5280,7 +5280,7 @@ var TripStateFlagStudio;
5280
5280
  /**
5281
5281
  * VRt.Studio [ST]
5282
5282
  *
5283
- * The version of the OpenAPI document: 6.2.1912
5283
+ * The version of the OpenAPI document: 6.4.1962
5284
5284
  * Contact: servicedesk@veeroute.com
5285
5285
  *
5286
5286
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5326,10 +5326,10 @@ class LssStudioApiModule {
5326
5326
  };
5327
5327
  }
5328
5328
  }
5329
- LssStudioApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
5330
- LssStudioApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule });
5331
- LssStudioApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule });
5332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule, decorators: [{
5329
+ LssStudioApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
5330
+ LssStudioApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: LssStudioApiModule });
5331
+ LssStudioApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssStudioApiModule });
5332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssStudioApiModule, decorators: [{
5333
5333
  type: NgModule,
5334
5334
  args: [{
5335
5335
  imports: [],