@veeroute/lss-studio-angular 6.6.2006 → 6.8.2055

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 (390) 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/hardlinksService.d.ts +39 -1
  5. package/api/hardlinksServiceInterface.d.ts +21 -1
  6. package/api/locationsServiceInterface.d.ts +1 -1
  7. package/api/ordersService.d.ts +39 -1
  8. package/api/ordersServiceInterface.d.ts +21 -1
  9. package/api/performersService.d.ts +39 -1
  10. package/api/performersServiceInterface.d.ts +21 -1
  11. package/api/systemServiceInterface.d.ts +1 -1
  12. package/api/transportsService.d.ts +39 -1
  13. package/api/transportsServiceInterface.d.ts +21 -1
  14. package/api/tripsServiceInterface.d.ts +3 -1
  15. package/cfg/experiment_statistics.json +9 -2
  16. package/cfg/method_groups.json +49 -1
  17. package/cfg/table_settings.json +17 -1
  18. package/esm2020/api/experimentsService.mjs +2 -2
  19. package/esm2020/api/experimentsServiceInterface.mjs +1 -1
  20. package/esm2020/api/explorerService.mjs +2 -2
  21. package/esm2020/api/explorerServiceInterface.mjs +1 -1
  22. package/esm2020/api/hardlinksService.mjs +126 -2
  23. package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
  24. package/esm2020/api/locationsService.mjs +2 -2
  25. package/esm2020/api/locationsServiceInterface.mjs +1 -1
  26. package/esm2020/api/ordersService.mjs +126 -2
  27. package/esm2020/api/ordersServiceInterface.mjs +1 -1
  28. package/esm2020/api/performersService.mjs +126 -2
  29. package/esm2020/api/performersServiceInterface.mjs +1 -1
  30. package/esm2020/api/systemService.mjs +2 -2
  31. package/esm2020/api/systemServiceInterface.mjs +1 -1
  32. package/esm2020/api/transportsService.mjs +126 -2
  33. package/esm2020/api/transportsServiceInterface.mjs +1 -1
  34. package/esm2020/api/tripsService.mjs +7 -3
  35. package/esm2020/api/tripsServiceInterface.mjs +1 -1
  36. package/esm2020/model/actualizeSettings.mjs +1 -1
  37. package/esm2020/model/assignedPerformer.mjs +1 -1
  38. package/esm2020/model/assignedTransport.mjs +1 -1
  39. package/esm2020/model/attribute.mjs +2 -2
  40. package/esm2020/model/basicProcess.mjs +2 -2
  41. package/esm2020/model/basicState.mjs +2 -2
  42. package/esm2020/model/basicTimeWindow.mjs +2 -2
  43. package/esm2020/model/basicTracksType.mjs +18 -0
  44. package/esm2020/model/box.mjs +1 -1
  45. package/esm2020/model/boxCompatibilities.mjs +2 -2
  46. package/esm2020/model/boxLimits.mjs +1 -1
  47. package/esm2020/model/break.mjs +2 -2
  48. package/esm2020/model/calculationInfo.mjs +1 -1
  49. package/esm2020/model/calculationSettings.mjs +2 -2
  50. package/esm2020/model/calculationStatus.mjs +2 -2
  51. package/esm2020/model/capacity.mjs +2 -2
  52. package/esm2020/model/capacityFactor.mjs +1 -1
  53. package/esm2020/model/cargo.mjs +1 -1
  54. package/esm2020/model/cargoCompatibilities.mjs +1 -1
  55. package/esm2020/model/cargoPlacement.mjs +2 -2
  56. package/esm2020/model/cargoRotationType.mjs +2 -2
  57. package/esm2020/model/checkResult.mjs +2 -2
  58. package/esm2020/model/compatibilityPenalty.mjs +2 -2
  59. package/esm2020/model/custom400WithErrorsAndWarnings.mjs +1 -1
  60. package/esm2020/model/demand.mjs +2 -8
  61. package/esm2020/model/demandFact.mjs +2 -2
  62. package/esm2020/model/demandType.mjs +21 -0
  63. package/esm2020/model/entityError.mjs +1 -1
  64. package/esm2020/model/entityErrorType.mjs +5 -3
  65. package/esm2020/model/entityPath.mjs +1 -1
  66. package/esm2020/model/entityType.mjs +2 -2
  67. package/esm2020/model/entityWarning.mjs +1 -1
  68. package/esm2020/model/entityWarningType.mjs +9 -3
  69. package/esm2020/model/experiment.mjs +1 -1
  70. package/esm2020/model/experimentCalculation.mjs +1 -1
  71. package/esm2020/model/experimentCheck.mjs +1 -1
  72. package/esm2020/model/experimentList.mjs +1 -1
  73. package/esm2020/model/experimentSettings.mjs +1 -1
  74. package/esm2020/model/experimentSpecification.mjs +2 -2
  75. package/esm2020/model/experimentStatistics.mjs +1 -1
  76. package/esm2020/model/facts.mjs +1 -1
  77. package/esm2020/model/filesystem.mjs +1 -1
  78. package/esm2020/model/folderSpecification.mjs +2 -2
  79. package/esm2020/model/folderStats.mjs +2 -2
  80. package/esm2020/model/folderType.mjs +2 -2
  81. package/esm2020/model/general401.mjs +1 -1
  82. package/esm2020/model/general402.mjs +1 -1
  83. package/esm2020/model/general403.mjs +1 -1
  84. package/esm2020/model/general404.mjs +1 -1
  85. package/esm2020/model/general404Detail.mjs +1 -1
  86. package/esm2020/model/general429.mjs +1 -1
  87. package/esm2020/model/general500.mjs +1 -1
  88. package/esm2020/model/geoSettings.mjs +2 -2
  89. package/esm2020/model/geopoint.mjs +2 -2
  90. package/esm2020/model/hardlink.mjs +1 -1
  91. package/esm2020/model/hardlinkElement.mjs +1 -1
  92. package/esm2020/model/hardlinkElementType.mjs +2 -2
  93. package/esm2020/model/linkedEssence.mjs +2 -2
  94. package/esm2020/model/location.mjs +1 -1
  95. package/esm2020/model/locationCompatibilities.mjs +2 -2
  96. package/esm2020/model/measurements.mjs +1 -1
  97. package/esm2020/model/models.mjs +3 -1
  98. package/esm2020/model/objectMetrics.mjs +2 -2
  99. package/esm2020/model/order.mjs +1 -1
  100. package/esm2020/model/orderCompatibilities.mjs +2 -2
  101. package/esm2020/model/orderFact.mjs +2 -2
  102. package/esm2020/model/performer.mjs +1 -1
  103. package/esm2020/model/performerCompatibilities.mjs +2 -2
  104. package/esm2020/model/performerFact.mjs +1 -1
  105. package/esm2020/model/performerLimits.mjs +2 -2
  106. package/esm2020/model/performerShift.mjs +1 -1
  107. package/esm2020/model/performerTariff.mjs +1 -1
  108. package/esm2020/model/performerTariffConstraint.mjs +2 -2
  109. package/esm2020/model/planSettings.mjs +1 -1
  110. package/esm2020/model/planStatistics.mjs +1 -1
  111. package/esm2020/model/possibleEvent.mjs +1 -1
  112. package/esm2020/model/qualityStatistics.mjs +1 -1
  113. package/esm2020/model/replanSettings.mjs +1 -1
  114. package/esm2020/model/replanStrategy.mjs +2 -2
  115. package/esm2020/model/routingMatrix.mjs +1 -1
  116. package/esm2020/model/routingTransportMatrix.mjs +1 -1
  117. package/esm2020/model/schemaError.mjs +2 -2
  118. package/esm2020/model/serviceName.mjs +2 -2
  119. package/esm2020/model/statistics.mjs +1 -1
  120. package/esm2020/model/stopStatistics.mjs +1 -1
  121. package/esm2020/model/tableDataStats.mjs +2 -2
  122. package/esm2020/model/tableFilterBoolList.mjs +2 -2
  123. package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
  124. package/esm2020/model/tableFilterEnumList.mjs +2 -2
  125. package/esm2020/model/tableFilterFloatRange.mjs +2 -2
  126. package/esm2020/model/tableFilterIntRange.mjs +2 -2
  127. package/esm2020/model/tableFilterStringList.mjs +2 -2
  128. package/esm2020/model/tableFilterStringSearch.mjs +2 -2
  129. package/esm2020/model/tableFilterType.mjs +2 -2
  130. package/esm2020/model/tableHardlink.mjs +1 -1
  131. package/esm2020/model/tableHardlinkColumnType.mjs +3 -2
  132. package/esm2020/model/tableHardlinkFields.mjs +3 -2
  133. package/esm2020/model/tableHardlinkFilter.mjs +1 -1
  134. package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
  135. package/esm2020/model/tableHardlinkList.mjs +1 -1
  136. package/esm2020/model/tableListStats.mjs +1 -1
  137. package/esm2020/model/tableListStatsDetail.mjs +2 -2
  138. package/esm2020/model/tableLocation.mjs +1 -1
  139. package/esm2020/model/tableLocationColumnType.mjs +2 -2
  140. package/esm2020/model/tableLocationFields.mjs +1 -1
  141. package/esm2020/model/tableLocationFilter.mjs +1 -1
  142. package/esm2020/model/tableLocationFilterList.mjs +1 -1
  143. package/esm2020/model/tableLocationList.mjs +1 -1
  144. package/esm2020/model/tableOrder.mjs +1 -1
  145. package/esm2020/model/tableOrderColumnType.mjs +3 -2
  146. package/esm2020/model/tableOrderFields.mjs +1 -1
  147. package/esm2020/model/tableOrderFilter.mjs +1 -1
  148. package/esm2020/model/tableOrderFilterList.mjs +1 -1
  149. package/esm2020/model/tableOrderList.mjs +1 -1
  150. package/esm2020/model/tablePerformer.mjs +1 -1
  151. package/esm2020/model/tablePerformerColumnType.mjs +3 -2
  152. package/esm2020/model/tablePerformerFields.mjs +1 -1
  153. package/esm2020/model/tablePerformerFilter.mjs +1 -1
  154. package/esm2020/model/tablePerformerFilterList.mjs +1 -1
  155. package/esm2020/model/tablePerformerList.mjs +1 -1
  156. package/esm2020/model/tableTransport.mjs +1 -1
  157. package/esm2020/model/tableTransportColumnType.mjs +3 -2
  158. package/esm2020/model/tableTransportFields.mjs +1 -1
  159. package/esm2020/model/tableTransportFilter.mjs +1 -1
  160. package/esm2020/model/tableTransportFilterList.mjs +1 -1
  161. package/esm2020/model/tableTransportList.mjs +1 -1
  162. package/esm2020/model/tableTrip.mjs +1 -1
  163. package/esm2020/model/tableTripColumnType.mjs +3 -3
  164. package/esm2020/model/tableTripFields.mjs +1 -1
  165. package/esm2020/model/tableTripFilter.mjs +1 -1
  166. package/esm2020/model/tableTripFilterList.mjs +1 -1
  167. package/esm2020/model/tableTripList.mjs +1 -1
  168. package/esm2020/model/timeWindow.mjs +2 -2
  169. package/esm2020/model/timeWindowViolations.mjs +1 -1
  170. package/esm2020/model/tracedata.mjs +1 -1
  171. package/esm2020/model/trackPoint.mjs +1 -1
  172. package/esm2020/model/transport.mjs +1 -1
  173. package/esm2020/model/transportCompatibilities.mjs +2 -2
  174. package/esm2020/model/transportFact.mjs +1 -1
  175. package/esm2020/model/transportFactor.mjs +1 -1
  176. package/esm2020/model/transportLimits.mjs +1 -1
  177. package/esm2020/model/transportLoad.mjs +1 -1
  178. package/esm2020/model/transportShift.mjs +1 -1
  179. package/esm2020/model/transportTariff.mjs +1 -1
  180. package/esm2020/model/transportTariffConstraint.mjs +2 -2
  181. package/esm2020/model/transportType.mjs +2 -2
  182. package/esm2020/model/trip.mjs +1 -1
  183. package/esm2020/model/tripAssumptions.mjs +1 -1
  184. package/esm2020/model/tripPenalties.mjs +1 -1
  185. package/esm2020/model/tripStartTimeStrategy.mjs +2 -2
  186. package/esm2020/model/tripState.mjs +1 -1
  187. package/esm2020/model/tripStateFlag.mjs +2 -2
  188. package/esm2020/model/tripStatistics.mjs +1 -1
  189. package/esm2020/model/tripsSettings.mjs +1 -1
  190. package/esm2020/model/universalData.mjs +1 -1
  191. package/esm2020/model/unplannedItems.mjs +2 -2
  192. package/esm2020/model/versionResult.mjs +2 -2
  193. package/esm2020/model/waypoint.mjs +1 -1
  194. package/esm2020/model/webHardlink.mjs +1 -1
  195. package/esm2020/model/webLocation.mjs +1 -1
  196. package/esm2020/model/webLocationGeopoint.mjs +1 -1
  197. package/esm2020/model/webLocationGeopointList.mjs +1 -1
  198. package/esm2020/model/webOrder.mjs +1 -1
  199. package/esm2020/model/webOrderGeopoint.mjs +1 -1
  200. package/esm2020/model/webOrderGeopointList.mjs +1 -1
  201. package/esm2020/model/webPerformer.mjs +1 -1
  202. package/esm2020/model/webPerformerGeopoint.mjs +1 -1
  203. package/esm2020/model/webPerformerGeopointList.mjs +1 -1
  204. package/esm2020/model/webTransport.mjs +1 -1
  205. package/esm2020/model/webTransportGeopoint.mjs +1 -1
  206. package/esm2020/model/webTransportGeopointList.mjs +1 -1
  207. package/esm2020/model/webTrip.mjs +1 -1
  208. package/esm2020/model/webTripTrack.mjs +1 -1
  209. package/esm2020/model/webTripTrackList.mjs +1 -1
  210. package/esm2020/model/workAndRestRules.mjs +1 -1
  211. package/fesm2015/veeroute-lss-studio-angular.mjs +589 -45
  212. package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
  213. package/fesm2020/veeroute-lss-studio-angular.mjs +625 -81
  214. package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
  215. package/model/actualizeSettings.d.ts +1 -1
  216. package/model/assignedPerformer.d.ts +1 -1
  217. package/model/assignedTransport.d.ts +1 -1
  218. package/model/attribute.d.ts +1 -1
  219. package/model/basicProcess.d.ts +1 -1
  220. package/model/basicState.d.ts +1 -1
  221. package/model/basicTimeWindow.d.ts +1 -1
  222. package/model/basicTracksType.d.ts +16 -0
  223. package/model/box.d.ts +1 -1
  224. package/model/boxCompatibilities.d.ts +1 -1
  225. package/model/boxLimits.d.ts +1 -1
  226. package/model/break.d.ts +1 -1
  227. package/model/calculationInfo.d.ts +1 -1
  228. package/model/calculationSettings.d.ts +1 -1
  229. package/model/calculationStatus.d.ts +1 -1
  230. package/model/capacity.d.ts +1 -1
  231. package/model/capacityFactor.d.ts +1 -1
  232. package/model/cargo.d.ts +5 -1
  233. package/model/cargoCompatibilities.d.ts +1 -1
  234. package/model/cargoPlacement.d.ts +1 -1
  235. package/model/cargoRotationType.d.ts +1 -1
  236. package/model/checkResult.d.ts +1 -1
  237. package/model/compatibilityPenalty.d.ts +1 -1
  238. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  239. package/model/demand.d.ts +4 -11
  240. package/model/demandFact.d.ts +1 -1
  241. package/model/demandType.d.ts +19 -0
  242. package/model/entityError.d.ts +1 -1
  243. package/model/entityErrorType.d.ts +5 -3
  244. package/model/entityPath.d.ts +1 -1
  245. package/model/entityType.d.ts +1 -1
  246. package/model/entityWarning.d.ts +1 -1
  247. package/model/entityWarningType.d.ts +9 -3
  248. package/model/experiment.d.ts +1 -1
  249. package/model/experimentCalculation.d.ts +1 -1
  250. package/model/experimentCheck.d.ts +1 -1
  251. package/model/experimentList.d.ts +1 -1
  252. package/model/experimentSettings.d.ts +1 -1
  253. package/model/experimentSpecification.d.ts +1 -1
  254. package/model/experimentStatistics.d.ts +1 -1
  255. package/model/facts.d.ts +1 -1
  256. package/model/filesystem.d.ts +1 -1
  257. package/model/folderSpecification.d.ts +1 -1
  258. package/model/folderStats.d.ts +1 -1
  259. package/model/folderType.d.ts +1 -1
  260. package/model/general401.d.ts +1 -1
  261. package/model/general402.d.ts +1 -1
  262. package/model/general403.d.ts +1 -1
  263. package/model/general404.d.ts +1 -1
  264. package/model/general404Detail.d.ts +1 -1
  265. package/model/general429.d.ts +1 -1
  266. package/model/general500.d.ts +1 -1
  267. package/model/geoSettings.d.ts +1 -1
  268. package/model/geopoint.d.ts +1 -1
  269. package/model/hardlink.d.ts +1 -1
  270. package/model/hardlinkElement.d.ts +1 -1
  271. package/model/hardlinkElementType.d.ts +1 -1
  272. package/model/linkedEssence.d.ts +1 -1
  273. package/model/location.d.ts +1 -1
  274. package/model/locationCompatibilities.d.ts +1 -1
  275. package/model/measurements.d.ts +1 -1
  276. package/model/models.d.ts +2 -0
  277. package/model/objectMetrics.d.ts +3 -3
  278. package/model/order.d.ts +1 -1
  279. package/model/orderCompatibilities.d.ts +1 -1
  280. package/model/orderFact.d.ts +1 -1
  281. package/model/performer.d.ts +1 -1
  282. package/model/performerCompatibilities.d.ts +1 -1
  283. package/model/performerFact.d.ts +1 -1
  284. package/model/performerLimits.d.ts +1 -1
  285. package/model/performerShift.d.ts +1 -1
  286. package/model/performerTariff.d.ts +1 -1
  287. package/model/performerTariffConstraint.d.ts +1 -1
  288. package/model/planSettings.d.ts +1 -1
  289. package/model/planStatistics.d.ts +1 -1
  290. package/model/possibleEvent.d.ts +1 -1
  291. package/model/qualityStatistics.d.ts +3 -3
  292. package/model/replanSettings.d.ts +1 -1
  293. package/model/replanStrategy.d.ts +1 -1
  294. package/model/routingMatrix.d.ts +1 -1
  295. package/model/routingTransportMatrix.d.ts +1 -1
  296. package/model/schemaError.d.ts +1 -1
  297. package/model/serviceName.d.ts +1 -1
  298. package/model/statistics.d.ts +6 -2
  299. package/model/stopStatistics.d.ts +1 -1
  300. package/model/tableDataStats.d.ts +1 -1
  301. package/model/tableFilterBoolList.d.ts +1 -1
  302. package/model/tableFilterDatetimeRange.d.ts +1 -1
  303. package/model/tableFilterEnumList.d.ts +1 -1
  304. package/model/tableFilterFloatRange.d.ts +1 -1
  305. package/model/tableFilterIntRange.d.ts +1 -1
  306. package/model/tableFilterStringList.d.ts +1 -1
  307. package/model/tableFilterStringSearch.d.ts +1 -1
  308. package/model/tableFilterType.d.ts +1 -1
  309. package/model/tableHardlink.d.ts +1 -1
  310. package/model/tableHardlinkColumnType.d.ts +3 -2
  311. package/model/tableHardlinkFields.d.ts +7 -2
  312. package/model/tableHardlinkFilter.d.ts +1 -1
  313. package/model/tableHardlinkFilterList.d.ts +1 -1
  314. package/model/tableHardlinkList.d.ts +1 -1
  315. package/model/tableListStats.d.ts +1 -1
  316. package/model/tableListStatsDetail.d.ts +1 -1
  317. package/model/tableLocation.d.ts +1 -1
  318. package/model/tableLocationColumnType.d.ts +1 -1
  319. package/model/tableLocationFields.d.ts +1 -1
  320. package/model/tableLocationFilter.d.ts +1 -1
  321. package/model/tableLocationFilterList.d.ts +1 -1
  322. package/model/tableLocationList.d.ts +1 -1
  323. package/model/tableOrder.d.ts +1 -1
  324. package/model/tableOrderColumnType.d.ts +2 -1
  325. package/model/tableOrderFields.d.ts +5 -1
  326. package/model/tableOrderFilter.d.ts +1 -1
  327. package/model/tableOrderFilterList.d.ts +1 -1
  328. package/model/tableOrderList.d.ts +1 -1
  329. package/model/tablePerformer.d.ts +1 -1
  330. package/model/tablePerformerColumnType.d.ts +2 -1
  331. package/model/tablePerformerFields.d.ts +6 -2
  332. package/model/tablePerformerFilter.d.ts +1 -1
  333. package/model/tablePerformerFilterList.d.ts +1 -1
  334. package/model/tablePerformerList.d.ts +1 -1
  335. package/model/tableTransport.d.ts +1 -1
  336. package/model/tableTransportColumnType.d.ts +2 -1
  337. package/model/tableTransportFields.d.ts +6 -2
  338. package/model/tableTransportFilter.d.ts +1 -1
  339. package/model/tableTransportFilterList.d.ts +1 -1
  340. package/model/tableTransportList.d.ts +1 -1
  341. package/model/tableTrip.d.ts +1 -1
  342. package/model/tableTripColumnType.d.ts +2 -2
  343. package/model/tableTripFields.d.ts +2 -2
  344. package/model/tableTripFilter.d.ts +1 -1
  345. package/model/tableTripFilterList.d.ts +1 -1
  346. package/model/tableTripList.d.ts +1 -1
  347. package/model/timeWindow.d.ts +1 -1
  348. package/model/timeWindowViolations.d.ts +3 -3
  349. package/model/tracedata.d.ts +1 -1
  350. package/model/trackPoint.d.ts +1 -1
  351. package/model/transport.d.ts +1 -1
  352. package/model/transportCompatibilities.d.ts +1 -1
  353. package/model/transportFact.d.ts +1 -1
  354. package/model/transportFactor.d.ts +1 -1
  355. package/model/transportLimits.d.ts +1 -1
  356. package/model/transportLoad.d.ts +1 -1
  357. package/model/transportShift.d.ts +2 -2
  358. package/model/transportTariff.d.ts +1 -1
  359. package/model/transportTariffConstraint.d.ts +1 -1
  360. package/model/transportType.d.ts +1 -1
  361. package/model/trip.d.ts +1 -1
  362. package/model/tripAssumptions.d.ts +1 -1
  363. package/model/tripPenalties.d.ts +1 -1
  364. package/model/tripStartTimeStrategy.d.ts +1 -1
  365. package/model/tripState.d.ts +2 -2
  366. package/model/tripStateFlag.d.ts +1 -1
  367. package/model/tripStatistics.d.ts +1 -1
  368. package/model/tripsSettings.d.ts +1 -1
  369. package/model/universalData.d.ts +1 -1
  370. package/model/unplannedItems.d.ts +1 -1
  371. package/model/versionResult.d.ts +1 -1
  372. package/model/waypoint.d.ts +1 -1
  373. package/model/webHardlink.d.ts +1 -1
  374. package/model/webLocation.d.ts +1 -1
  375. package/model/webLocationGeopoint.d.ts +1 -1
  376. package/model/webLocationGeopointList.d.ts +1 -1
  377. package/model/webOrder.d.ts +1 -1
  378. package/model/webOrderGeopoint.d.ts +6 -2
  379. package/model/webOrderGeopointList.d.ts +1 -1
  380. package/model/webPerformer.d.ts +1 -1
  381. package/model/webPerformerGeopoint.d.ts +6 -2
  382. package/model/webPerformerGeopointList.d.ts +1 -1
  383. package/model/webTransport.d.ts +1 -1
  384. package/model/webTransportGeopoint.d.ts +6 -2
  385. package/model/webTransportGeopointList.d.ts +1 -1
  386. package/model/webTrip.d.ts +1 -1
  387. package/model/webTripTrack.d.ts +7 -3
  388. package/model/webTripTrackList.d.ts +1 -1
  389. package/model/workAndRestRules.d.ts +1 -1
  390. package/package.json +1 -1
@@ -132,7 +132,7 @@ class Configuration {
132
132
  /**
133
133
  * VRt.Studio [ST]
134
134
  *
135
- * The version of the OpenAPI document: 6.6.2006
135
+ * The version of the OpenAPI document: 6.8.2055
136
136
  * Contact: servicedesk@veeroute.com
137
137
  *
138
138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1166,7 +1166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1166
1166
  /**
1167
1167
  * VRt.Studio [ST]
1168
1168
  *
1169
- * The version of the OpenAPI document: 6.6.2006
1169
+ * The version of the OpenAPI document: 6.8.2055
1170
1170
  * Contact: servicedesk@veeroute.com
1171
1171
  *
1172
1172
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1587,7 +1587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1587
1587
  /**
1588
1588
  * VRt.Studio [ST]
1589
1589
  *
1590
- * The version of the OpenAPI document: 6.6.2006
1590
+ * The version of the OpenAPI document: 6.8.2055
1591
1591
  * Contact: servicedesk@veeroute.com
1592
1592
  *
1593
1593
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1766,6 +1766,130 @@ class HardlinksService {
1766
1766
  reportProgress: reportProgress
1767
1767
  });
1768
1768
  }
1769
+ disableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
1770
+ const experimentKey = requestParameters.experimentKey;
1771
+ if (experimentKey === null || experimentKey === undefined) {
1772
+ throw new Error('Required parameter experimentKey was null or undefined when calling disableHardlinks.');
1773
+ }
1774
+ const requestBody = requestParameters.requestBody;
1775
+ if (requestBody === null || requestBody === undefined) {
1776
+ throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinks.');
1777
+ }
1778
+ let localVarHeaders = this.defaultHeaders;
1779
+ let localVarCredential;
1780
+ // authentication (ApiKeyAuth) required
1781
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1782
+ if (localVarCredential) {
1783
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1784
+ }
1785
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1786
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1787
+ // to determine the Accept header
1788
+ const httpHeaderAccepts = [
1789
+ 'application/json'
1790
+ ];
1791
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1792
+ }
1793
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1794
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1795
+ }
1796
+ let localVarHttpContext = options && options.context;
1797
+ if (localVarHttpContext === undefined) {
1798
+ localVarHttpContext = new HttpContext();
1799
+ }
1800
+ // to determine the Content-Type header
1801
+ const consumes = [
1802
+ 'application/json'
1803
+ ];
1804
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1805
+ if (httpContentTypeSelected !== undefined) {
1806
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1807
+ }
1808
+ let responseType_ = 'json';
1809
+ if (localVarHttpHeaderAcceptSelected) {
1810
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1811
+ responseType_ = 'text';
1812
+ }
1813
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1814
+ responseType_ = 'json';
1815
+ }
1816
+ else {
1817
+ responseType_ = 'blob';
1818
+ }
1819
+ }
1820
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
1821
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
1822
+ context: localVarHttpContext,
1823
+ body: requestBody,
1824
+ responseType: responseType_,
1825
+ withCredentials: this.configuration.withCredentials,
1826
+ headers: localVarHeaders,
1827
+ observe: observe,
1828
+ reportProgress: reportProgress
1829
+ });
1830
+ }
1831
+ enableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
1832
+ const experimentKey = requestParameters.experimentKey;
1833
+ if (experimentKey === null || experimentKey === undefined) {
1834
+ throw new Error('Required parameter experimentKey was null or undefined when calling enableHardlinks.');
1835
+ }
1836
+ const requestBody = requestParameters.requestBody;
1837
+ if (requestBody === null || requestBody === undefined) {
1838
+ throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinks.');
1839
+ }
1840
+ let localVarHeaders = this.defaultHeaders;
1841
+ let localVarCredential;
1842
+ // authentication (ApiKeyAuth) required
1843
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1844
+ if (localVarCredential) {
1845
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1846
+ }
1847
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1848
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1849
+ // to determine the Accept header
1850
+ const httpHeaderAccepts = [
1851
+ 'application/json'
1852
+ ];
1853
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1854
+ }
1855
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1856
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1857
+ }
1858
+ let localVarHttpContext = options && options.context;
1859
+ if (localVarHttpContext === undefined) {
1860
+ localVarHttpContext = new HttpContext();
1861
+ }
1862
+ // to determine the Content-Type header
1863
+ const consumes = [
1864
+ 'application/json'
1865
+ ];
1866
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1867
+ if (httpContentTypeSelected !== undefined) {
1868
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1869
+ }
1870
+ let responseType_ = 'json';
1871
+ if (localVarHttpHeaderAcceptSelected) {
1872
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1873
+ responseType_ = 'text';
1874
+ }
1875
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1876
+ responseType_ = 'json';
1877
+ }
1878
+ else {
1879
+ responseType_ = 'blob';
1880
+ }
1881
+ }
1882
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
1883
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1884
+ context: localVarHttpContext,
1885
+ body: requestBody,
1886
+ responseType: responseType_,
1887
+ withCredentials: this.configuration.withCredentials,
1888
+ headers: localVarHeaders,
1889
+ observe: observe,
1890
+ reportProgress: reportProgress
1891
+ });
1892
+ }
1769
1893
  readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
1770
1894
  const experimentKey = requestParameters.experimentKey;
1771
1895
  if (experimentKey === null || experimentKey === undefined) {
@@ -1978,7 +2102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1978
2102
  /**
1979
2103
  * VRt.Studio [ST]
1980
2104
  *
1981
- * The version of the OpenAPI document: 6.6.2006
2105
+ * The version of the OpenAPI document: 6.8.2055
1982
2106
  * Contact: servicedesk@veeroute.com
1983
2107
  *
1984
2108
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2428,7 +2552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
2428
2552
  /**
2429
2553
  * VRt.Studio [ST]
2430
2554
  *
2431
- * The version of the OpenAPI document: 6.6.2006
2555
+ * The version of the OpenAPI document: 6.8.2055
2432
2556
  * Contact: servicedesk@veeroute.com
2433
2557
  *
2434
2558
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2607,6 +2731,130 @@ class OrdersService {
2607
2731
  reportProgress: reportProgress
2608
2732
  });
2609
2733
  }
2734
+ disableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
2735
+ const experimentKey = requestParameters.experimentKey;
2736
+ if (experimentKey === null || experimentKey === undefined) {
2737
+ throw new Error('Required parameter experimentKey was null or undefined when calling disableOrders.');
2738
+ }
2739
+ const requestBody = requestParameters.requestBody;
2740
+ if (requestBody === null || requestBody === undefined) {
2741
+ throw new Error('Required parameter requestBody was null or undefined when calling disableOrders.');
2742
+ }
2743
+ let localVarHeaders = this.defaultHeaders;
2744
+ let localVarCredential;
2745
+ // authentication (ApiKeyAuth) required
2746
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2747
+ if (localVarCredential) {
2748
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2749
+ }
2750
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2751
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2752
+ // to determine the Accept header
2753
+ const httpHeaderAccepts = [
2754
+ 'application/json'
2755
+ ];
2756
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2757
+ }
2758
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2759
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2760
+ }
2761
+ let localVarHttpContext = options && options.context;
2762
+ if (localVarHttpContext === undefined) {
2763
+ localVarHttpContext = new HttpContext();
2764
+ }
2765
+ // to determine the Content-Type header
2766
+ const consumes = [
2767
+ 'application/json'
2768
+ ];
2769
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2770
+ if (httpContentTypeSelected !== undefined) {
2771
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
2772
+ }
2773
+ let responseType_ = 'json';
2774
+ if (localVarHttpHeaderAcceptSelected) {
2775
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2776
+ responseType_ = 'text';
2777
+ }
2778
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2779
+ responseType_ = 'json';
2780
+ }
2781
+ else {
2782
+ responseType_ = 'blob';
2783
+ }
2784
+ }
2785
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
2786
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
2787
+ context: localVarHttpContext,
2788
+ body: requestBody,
2789
+ responseType: responseType_,
2790
+ withCredentials: this.configuration.withCredentials,
2791
+ headers: localVarHeaders,
2792
+ observe: observe,
2793
+ reportProgress: reportProgress
2794
+ });
2795
+ }
2796
+ enableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
2797
+ const experimentKey = requestParameters.experimentKey;
2798
+ if (experimentKey === null || experimentKey === undefined) {
2799
+ throw new Error('Required parameter experimentKey was null or undefined when calling enableOrders.');
2800
+ }
2801
+ const requestBody = requestParameters.requestBody;
2802
+ if (requestBody === null || requestBody === undefined) {
2803
+ throw new Error('Required parameter requestBody was null or undefined when calling enableOrders.');
2804
+ }
2805
+ let localVarHeaders = this.defaultHeaders;
2806
+ let localVarCredential;
2807
+ // authentication (ApiKeyAuth) required
2808
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
2809
+ if (localVarCredential) {
2810
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
2811
+ }
2812
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
2813
+ if (localVarHttpHeaderAcceptSelected === undefined) {
2814
+ // to determine the Accept header
2815
+ const httpHeaderAccepts = [
2816
+ 'application/json'
2817
+ ];
2818
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2819
+ }
2820
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
2821
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
2822
+ }
2823
+ let localVarHttpContext = options && options.context;
2824
+ if (localVarHttpContext === undefined) {
2825
+ localVarHttpContext = new HttpContext();
2826
+ }
2827
+ // to determine the Content-Type header
2828
+ const consumes = [
2829
+ 'application/json'
2830
+ ];
2831
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2832
+ if (httpContentTypeSelected !== undefined) {
2833
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
2834
+ }
2835
+ let responseType_ = 'json';
2836
+ if (localVarHttpHeaderAcceptSelected) {
2837
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
2838
+ responseType_ = 'text';
2839
+ }
2840
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
2841
+ responseType_ = 'json';
2842
+ }
2843
+ else {
2844
+ responseType_ = 'blob';
2845
+ }
2846
+ }
2847
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
2848
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
2849
+ context: localVarHttpContext,
2850
+ body: requestBody,
2851
+ responseType: responseType_,
2852
+ withCredentials: this.configuration.withCredentials,
2853
+ headers: localVarHeaders,
2854
+ observe: observe,
2855
+ reportProgress: reportProgress
2856
+ });
2857
+ }
2610
2858
  readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
2611
2859
  const experimentKey = requestParameters.experimentKey;
2612
2860
  if (experimentKey === null || experimentKey === undefined) {
@@ -2878,7 +3126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
2878
3126
  /**
2879
3127
  * VRt.Studio [ST]
2880
3128
  *
2881
- * The version of the OpenAPI document: 6.6.2006
3129
+ * The version of the OpenAPI document: 6.8.2055
2882
3130
  * Contact: servicedesk@veeroute.com
2883
3131
  *
2884
3132
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3057,6 +3305,130 @@ class PerformersService {
3057
3305
  reportProgress: reportProgress
3058
3306
  });
3059
3307
  }
3308
+ disablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
3309
+ const experimentKey = requestParameters.experimentKey;
3310
+ if (experimentKey === null || experimentKey === undefined) {
3311
+ throw new Error('Required parameter experimentKey was null or undefined when calling disablePerformers.');
3312
+ }
3313
+ const requestBody = requestParameters.requestBody;
3314
+ if (requestBody === null || requestBody === undefined) {
3315
+ throw new Error('Required parameter requestBody was null or undefined when calling disablePerformers.');
3316
+ }
3317
+ let localVarHeaders = this.defaultHeaders;
3318
+ let localVarCredential;
3319
+ // authentication (ApiKeyAuth) required
3320
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
3321
+ if (localVarCredential) {
3322
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
3323
+ }
3324
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
3325
+ if (localVarHttpHeaderAcceptSelected === undefined) {
3326
+ // to determine the Accept header
3327
+ const httpHeaderAccepts = [
3328
+ 'application/json'
3329
+ ];
3330
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3331
+ }
3332
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
3333
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
3334
+ }
3335
+ let localVarHttpContext = options && options.context;
3336
+ if (localVarHttpContext === undefined) {
3337
+ localVarHttpContext = new HttpContext();
3338
+ }
3339
+ // to determine the Content-Type header
3340
+ const consumes = [
3341
+ 'application/json'
3342
+ ];
3343
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3344
+ if (httpContentTypeSelected !== undefined) {
3345
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
3346
+ }
3347
+ let responseType_ = 'json';
3348
+ if (localVarHttpHeaderAcceptSelected) {
3349
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
3350
+ responseType_ = 'text';
3351
+ }
3352
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
3353
+ responseType_ = 'json';
3354
+ }
3355
+ else {
3356
+ responseType_ = 'blob';
3357
+ }
3358
+ }
3359
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
3360
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
3361
+ context: localVarHttpContext,
3362
+ body: requestBody,
3363
+ responseType: responseType_,
3364
+ withCredentials: this.configuration.withCredentials,
3365
+ headers: localVarHeaders,
3366
+ observe: observe,
3367
+ reportProgress: reportProgress
3368
+ });
3369
+ }
3370
+ enablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
3371
+ const experimentKey = requestParameters.experimentKey;
3372
+ if (experimentKey === null || experimentKey === undefined) {
3373
+ throw new Error('Required parameter experimentKey was null or undefined when calling enablePerformers.');
3374
+ }
3375
+ const requestBody = requestParameters.requestBody;
3376
+ if (requestBody === null || requestBody === undefined) {
3377
+ throw new Error('Required parameter requestBody was null or undefined when calling enablePerformers.');
3378
+ }
3379
+ let localVarHeaders = this.defaultHeaders;
3380
+ let localVarCredential;
3381
+ // authentication (ApiKeyAuth) required
3382
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
3383
+ if (localVarCredential) {
3384
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
3385
+ }
3386
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
3387
+ if (localVarHttpHeaderAcceptSelected === undefined) {
3388
+ // to determine the Accept header
3389
+ const httpHeaderAccepts = [
3390
+ 'application/json'
3391
+ ];
3392
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3393
+ }
3394
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
3395
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
3396
+ }
3397
+ let localVarHttpContext = options && options.context;
3398
+ if (localVarHttpContext === undefined) {
3399
+ localVarHttpContext = new HttpContext();
3400
+ }
3401
+ // to determine the Content-Type header
3402
+ const consumes = [
3403
+ 'application/json'
3404
+ ];
3405
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3406
+ if (httpContentTypeSelected !== undefined) {
3407
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
3408
+ }
3409
+ let responseType_ = 'json';
3410
+ if (localVarHttpHeaderAcceptSelected) {
3411
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
3412
+ responseType_ = 'text';
3413
+ }
3414
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
3415
+ responseType_ = 'json';
3416
+ }
3417
+ else {
3418
+ responseType_ = 'blob';
3419
+ }
3420
+ }
3421
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
3422
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
3423
+ context: localVarHttpContext,
3424
+ body: requestBody,
3425
+ responseType: responseType_,
3426
+ withCredentials: this.configuration.withCredentials,
3427
+ headers: localVarHeaders,
3428
+ observe: observe,
3429
+ reportProgress: reportProgress
3430
+ });
3431
+ }
3060
3432
  readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
3061
3433
  const experimentKey = requestParameters.experimentKey;
3062
3434
  if (experimentKey === null || experimentKey === undefined) {
@@ -3328,7 +3700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3328
3700
  /**
3329
3701
  * VRt.Studio [ST]
3330
3702
  *
3331
- * The version of the OpenAPI document: 6.6.2006
3703
+ * The version of the OpenAPI document: 6.8.2055
3332
3704
  * Contact: servicedesk@veeroute.com
3333
3705
  *
3334
3706
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3535,7 +3907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3535
3907
  /**
3536
3908
  * VRt.Studio [ST]
3537
3909
  *
3538
- * The version of the OpenAPI document: 6.6.2006
3910
+ * The version of the OpenAPI document: 6.8.2055
3539
3911
  * Contact: servicedesk@veeroute.com
3540
3912
  *
3541
3913
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3714,6 +4086,130 @@ class TransportsService {
3714
4086
  reportProgress: reportProgress
3715
4087
  });
3716
4088
  }
4089
+ disableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
4090
+ const experimentKey = requestParameters.experimentKey;
4091
+ if (experimentKey === null || experimentKey === undefined) {
4092
+ throw new Error('Required parameter experimentKey was null or undefined when calling disableTransports.');
4093
+ }
4094
+ const requestBody = requestParameters.requestBody;
4095
+ if (requestBody === null || requestBody === undefined) {
4096
+ throw new Error('Required parameter requestBody was null or undefined when calling disableTransports.');
4097
+ }
4098
+ let localVarHeaders = this.defaultHeaders;
4099
+ let localVarCredential;
4100
+ // authentication (ApiKeyAuth) required
4101
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
4102
+ if (localVarCredential) {
4103
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
4104
+ }
4105
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
4106
+ if (localVarHttpHeaderAcceptSelected === undefined) {
4107
+ // to determine the Accept header
4108
+ const httpHeaderAccepts = [
4109
+ 'application/json'
4110
+ ];
4111
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4112
+ }
4113
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
4114
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
4115
+ }
4116
+ let localVarHttpContext = options && options.context;
4117
+ if (localVarHttpContext === undefined) {
4118
+ localVarHttpContext = new HttpContext();
4119
+ }
4120
+ // to determine the Content-Type header
4121
+ const consumes = [
4122
+ 'application/json'
4123
+ ];
4124
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4125
+ if (httpContentTypeSelected !== undefined) {
4126
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
4127
+ }
4128
+ let responseType_ = 'json';
4129
+ if (localVarHttpHeaderAcceptSelected) {
4130
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
4131
+ responseType_ = 'text';
4132
+ }
4133
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
4134
+ responseType_ = 'json';
4135
+ }
4136
+ else {
4137
+ responseType_ = 'blob';
4138
+ }
4139
+ }
4140
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
4141
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
4142
+ context: localVarHttpContext,
4143
+ body: requestBody,
4144
+ responseType: responseType_,
4145
+ withCredentials: this.configuration.withCredentials,
4146
+ headers: localVarHeaders,
4147
+ observe: observe,
4148
+ reportProgress: reportProgress
4149
+ });
4150
+ }
4151
+ enableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
4152
+ const experimentKey = requestParameters.experimentKey;
4153
+ if (experimentKey === null || experimentKey === undefined) {
4154
+ throw new Error('Required parameter experimentKey was null or undefined when calling enableTransports.');
4155
+ }
4156
+ const requestBody = requestParameters.requestBody;
4157
+ if (requestBody === null || requestBody === undefined) {
4158
+ throw new Error('Required parameter requestBody was null or undefined when calling enableTransports.');
4159
+ }
4160
+ let localVarHeaders = this.defaultHeaders;
4161
+ let localVarCredential;
4162
+ // authentication (ApiKeyAuth) required
4163
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
4164
+ if (localVarCredential) {
4165
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
4166
+ }
4167
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
4168
+ if (localVarHttpHeaderAcceptSelected === undefined) {
4169
+ // to determine the Accept header
4170
+ const httpHeaderAccepts = [
4171
+ 'application/json'
4172
+ ];
4173
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4174
+ }
4175
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
4176
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
4177
+ }
4178
+ let localVarHttpContext = options && options.context;
4179
+ if (localVarHttpContext === undefined) {
4180
+ localVarHttpContext = new HttpContext();
4181
+ }
4182
+ // to determine the Content-Type header
4183
+ const consumes = [
4184
+ 'application/json'
4185
+ ];
4186
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4187
+ if (httpContentTypeSelected !== undefined) {
4188
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
4189
+ }
4190
+ let responseType_ = 'json';
4191
+ if (localVarHttpHeaderAcceptSelected) {
4192
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
4193
+ responseType_ = 'text';
4194
+ }
4195
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
4196
+ responseType_ = 'json';
4197
+ }
4198
+ else {
4199
+ responseType_ = 'blob';
4200
+ }
4201
+ }
4202
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
4203
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
4204
+ context: localVarHttpContext,
4205
+ body: requestBody,
4206
+ responseType: responseType_,
4207
+ withCredentials: this.configuration.withCredentials,
4208
+ headers: localVarHeaders,
4209
+ observe: observe,
4210
+ reportProgress: reportProgress
4211
+ });
4212
+ }
3717
4213
  readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
3718
4214
  const experimentKey = requestParameters.experimentKey;
3719
4215
  if (experimentKey === null || experimentKey === undefined) {
@@ -3985,7 +4481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3985
4481
  /**
3986
4482
  * VRt.Studio [ST]
3987
4483
  *
3988
- * The version of the OpenAPI document: 6.6.2006
4484
+ * The version of the OpenAPI document: 6.8.2055
3989
4485
  * Contact: servicedesk@veeroute.com
3990
4486
  *
3991
4487
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4299,6 +4795,10 @@ class TripsService {
4299
4795
  if (experimentKey === null || experimentKey === undefined) {
4300
4796
  throw new Error('Required parameter experimentKey was null or undefined when calling readTripsTracks.');
4301
4797
  }
4798
+ const tracksType = requestParameters.tracksType;
4799
+ if (tracksType === null || tracksType === undefined) {
4800
+ throw new Error('Required parameter tracksType was null or undefined when calling readTripsTracks.');
4801
+ }
4302
4802
  const tableTripFilterListStudio = requestParameters.tableTripFilterListStudio;
4303
4803
  let localVarHeaders = this.defaultHeaders;
4304
4804
  let localVarCredential;
@@ -4342,7 +4842,7 @@ class TripsService {
4342
4842
  responseType_ = 'blob';
4343
4843
  }
4344
4844
  }
4345
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks`;
4845
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "BasicTracksTypeStudio", dataFormat: undefined })}`;
4346
4846
  return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
4347
4847
  context: localVarHttpContext,
4348
4848
  body: tableTripFilterListStudio,
@@ -4437,7 +4937,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4437
4937
  /**
4438
4938
  * VRt.Studio [ST]
4439
4939
  *
4440
- * The version of the OpenAPI document: 6.6.2006
4940
+ * The version of the OpenAPI document: 6.8.2055
4441
4941
  * Contact: servicedesk@veeroute.com
4442
4942
  *
4443
4943
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4447,7 +4947,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4447
4947
  /**
4448
4948
  * VRt.Studio [ST]
4449
4949
  *
4450
- * The version of the OpenAPI document: 6.6.2006
4950
+ * The version of the OpenAPI document: 6.8.2055
4451
4951
  * Contact: servicedesk@veeroute.com
4452
4952
  *
4453
4953
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4466,7 +4966,7 @@ var BasicProcessStudio;
4466
4966
  /**
4467
4967
  * VRt.Studio [ST]
4468
4968
  *
4469
- * The version of the OpenAPI document: 6.6.2006
4969
+ * The version of the OpenAPI document: 6.8.2055
4470
4970
  * Contact: servicedesk@veeroute.com
4471
4971
  *
4472
4972
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4486,17 +4986,35 @@ var BasicStateStudio;
4486
4986
  /**
4487
4987
  * VRt.Studio [ST]
4488
4988
  *
4489
- * The version of the OpenAPI document: 6.6.2006
4989
+ * The version of the OpenAPI document: 6.8.2055
4990
+ * Contact: servicedesk@veeroute.com
4991
+ *
4992
+ * NOTE: This class is auto generated by OpenAPI Generator.
4993
+ * Do not edit the class manually.
4994
+ */
4995
+
4996
+ /**
4997
+ * VRt.Studio [ST]
4998
+ *
4999
+ * The version of the OpenAPI document: 6.8.2055
4490
5000
  * Contact: servicedesk@veeroute.com
4491
5001
  *
4492
5002
  * NOTE: This class is auto generated by OpenAPI Generator.
4493
5003
  * Do not edit the class manually.
4494
5004
  */
5005
+ /**
5006
+ * Tracks type.
5007
+ */
5008
+ var BasicTracksTypeStudio;
5009
+ (function (BasicTracksTypeStudio) {
5010
+ BasicTracksTypeStudio["LINE"] = "LINE";
5011
+ BasicTracksTypeStudio["ROAD"] = "ROAD";
5012
+ })(BasicTracksTypeStudio || (BasicTracksTypeStudio = {}));
4495
5013
 
4496
5014
  /**
4497
5015
  * VRt.Studio [ST]
4498
5016
  *
4499
- * The version of the OpenAPI document: 6.6.2006
5017
+ * The version of the OpenAPI document: 6.8.2055
4500
5018
  * Contact: servicedesk@veeroute.com
4501
5019
  *
4502
5020
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4506,7 +5024,7 @@ var BasicStateStudio;
4506
5024
  /**
4507
5025
  * VRt.Studio [ST]
4508
5026
  *
4509
- * The version of the OpenAPI document: 6.6.2006
5027
+ * The version of the OpenAPI document: 6.8.2055
4510
5028
  * Contact: servicedesk@veeroute.com
4511
5029
  *
4512
5030
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4516,7 +5034,7 @@ var BasicStateStudio;
4516
5034
  /**
4517
5035
  * VRt.Studio [ST]
4518
5036
  *
4519
- * The version of the OpenAPI document: 6.6.2006
5037
+ * The version of the OpenAPI document: 6.8.2055
4520
5038
  * Contact: servicedesk@veeroute.com
4521
5039
  *
4522
5040
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4526,7 +5044,7 @@ var BasicStateStudio;
4526
5044
  /**
4527
5045
  * VRt.Studio [ST]
4528
5046
  *
4529
- * The version of the OpenAPI document: 6.6.2006
5047
+ * The version of the OpenAPI document: 6.8.2055
4530
5048
  * Contact: servicedesk@veeroute.com
4531
5049
  *
4532
5050
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4549,7 +5067,7 @@ var CalculationStatusStudio;
4549
5067
  /**
4550
5068
  * VRt.Studio [ST]
4551
5069
  *
4552
- * The version of the OpenAPI document: 6.6.2006
5070
+ * The version of the OpenAPI document: 6.8.2055
4553
5071
  * Contact: servicedesk@veeroute.com
4554
5072
  *
4555
5073
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4559,7 +5077,7 @@ var CalculationStatusStudio;
4559
5077
  /**
4560
5078
  * VRt.Studio [ST]
4561
5079
  *
4562
- * The version of the OpenAPI document: 6.6.2006
5080
+ * The version of the OpenAPI document: 6.8.2055
4563
5081
  * Contact: servicedesk@veeroute.com
4564
5082
  *
4565
5083
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4569,7 +5087,7 @@ var CalculationStatusStudio;
4569
5087
  /**
4570
5088
  * VRt.Studio [ST]
4571
5089
  *
4572
- * The version of the OpenAPI document: 6.6.2006
5090
+ * The version of the OpenAPI document: 6.8.2055
4573
5091
  * Contact: servicedesk@veeroute.com
4574
5092
  *
4575
5093
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4589,7 +5107,7 @@ var CargoRotationTypeStudio;
4589
5107
  /**
4590
5108
  * VRt.Studio [ST]
4591
5109
  *
4592
- * The version of the OpenAPI document: 6.6.2006
5110
+ * The version of the OpenAPI document: 6.8.2055
4593
5111
  * Contact: servicedesk@veeroute.com
4594
5112
  *
4595
5113
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4599,7 +5117,7 @@ var CargoRotationTypeStudio;
4599
5117
  /**
4600
5118
  * VRt.Studio [ST]
4601
5119
  *
4602
- * The version of the OpenAPI document: 6.6.2006
5120
+ * The version of the OpenAPI document: 6.8.2055
4603
5121
  * Contact: servicedesk@veeroute.com
4604
5122
  *
4605
5123
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4609,7 +5127,7 @@ var CargoRotationTypeStudio;
4609
5127
  /**
4610
5128
  * VRt.Studio [ST]
4611
5129
  *
4612
- * The version of the OpenAPI document: 6.6.2006
5130
+ * The version of the OpenAPI document: 6.8.2055
4613
5131
  * Contact: servicedesk@veeroute.com
4614
5132
  *
4615
5133
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4623,25 +5141,38 @@ var DemandFactStudioTypeEnum;
4623
5141
  })(DemandFactStudioTypeEnum || (DemandFactStudioTypeEnum = {}));
4624
5142
  ;
4625
5143
 
4626
- var DemandStudioDemandTypeEnum;
4627
- (function (DemandStudioDemandTypeEnum) {
4628
- DemandStudioDemandTypeEnum["PICKUP"] = "PICKUP";
4629
- DemandStudioDemandTypeEnum["DROP"] = "DROP";
4630
- DemandStudioDemandTypeEnum["WORK"] = "WORK";
4631
- })(DemandStudioDemandTypeEnum || (DemandStudioDemandTypeEnum = {}));
4632
- ;
5144
+ /**
5145
+ * VRt.Studio [ST]
5146
+ *
5147
+ * The version of the OpenAPI document: 6.8.2055
5148
+ * Contact: servicedesk@veeroute.com
5149
+ *
5150
+ * NOTE: This class is auto generated by OpenAPI Generator.
5151
+ * Do not edit the class manually.
5152
+ */
5153
+ /**
5154
+ * Demand types: * `PICKUP` - loading * `DROP` - unloading * `WORK` - work at the location * `PICKUP_TO_BOX` - loading to box * `DROP_FROM_BOX` - unloading from box
5155
+ */
5156
+ var DemandTypeStudio;
5157
+ (function (DemandTypeStudio) {
5158
+ DemandTypeStudio["PICKUP"] = "PICKUP";
5159
+ DemandTypeStudio["DROP"] = "DROP";
5160
+ DemandTypeStudio["WORK"] = "WORK";
5161
+ DemandTypeStudio["PICKUP_TO_BOX"] = "PICKUP_TO_BOX";
5162
+ DemandTypeStudio["DROP_FROM_BOX"] = "DROP_FROM_BOX";
5163
+ })(DemandTypeStudio || (DemandTypeStudio = {}));
4633
5164
 
4634
5165
  /**
4635
5166
  * VRt.Studio [ST]
4636
5167
  *
4637
- * The version of the OpenAPI document: 6.6.2006
5168
+ * The version of the OpenAPI document: 6.8.2055
4638
5169
  * Contact: servicedesk@veeroute.com
4639
5170
  *
4640
5171
  * NOTE: This class is auto generated by OpenAPI Generator.
4641
5172
  * Do not edit the class manually.
4642
5173
  */
4643
5174
  /**
4644
- * 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
5175
+ * 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)
4645
5176
  */
4646
5177
  var EntityErrorTypeStudio;
4647
5178
  (function (EntityErrorTypeStudio) {
@@ -4653,12 +5184,14 @@ var EntityErrorTypeStudio;
4653
5184
  EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_PERFORMER"] = "COMPATIBILITY_TRANSPORT_PERFORMER";
4654
5185
  EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_LOCATION"] = "COMPATIBILITY_TRANSPORT_LOCATION";
4655
5186
  EntityErrorTypeStudio["COMPATIBILITY_ORDER_PERFORMER"] = "COMPATIBILITY_ORDER_PERFORMER";
5187
+ EntityErrorTypeStudio["INCONSISTENT_HARDLINK"] = "INCONSISTENT_HARDLINK";
5188
+ EntityErrorTypeStudio["PLANNING_HORIZON_EXCEEDED"] = "PLANNING_HORIZON_EXCEEDED";
4656
5189
  })(EntityErrorTypeStudio || (EntityErrorTypeStudio = {}));
4657
5190
 
4658
5191
  /**
4659
5192
  * VRt.Studio [ST]
4660
5193
  *
4661
- * The version of the OpenAPI document: 6.6.2006
5194
+ * The version of the OpenAPI document: 6.8.2055
4662
5195
  * Contact: servicedesk@veeroute.com
4663
5196
  *
4664
5197
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4700,14 +5233,14 @@ var EntityTypeStudio;
4700
5233
  /**
4701
5234
  * VRt.Studio [ST]
4702
5235
  *
4703
- * The version of the OpenAPI document: 6.6.2006
5236
+ * The version of the OpenAPI document: 6.8.2055
4704
5237
  * Contact: servicedesk@veeroute.com
4705
5238
  *
4706
5239
  * NOTE: This class is auto generated by OpenAPI Generator.
4707
5240
  * Do not edit the class manually.
4708
5241
  */
4709
5242
  /**
4710
- * Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order there must be exactly one loading and exactly one unloading (` precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type` DROP` / `PICKUP` * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time has been exceeded
5243
+ * Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the compartment where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in compartments of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the compartment in which it is located
4711
5244
  */
4712
5245
  var EntityWarningTypeStudio;
4713
5246
  (function (EntityWarningTypeStudio) {
@@ -4715,6 +5248,7 @@ var EntityWarningTypeStudio;
4715
5248
  EntityWarningTypeStudio["NO_AVAILABLE_PERFORMER"] = "NO_AVAILABLE_PERFORMER";
4716
5249
  EntityWarningTypeStudio["NO_COMPATIBLE_TRANSPORT"] = "NO_COMPATIBLE_TRANSPORT";
4717
5250
  EntityWarningTypeStudio["NO_COMPATIBLE_PERFORMER"] = "NO_COMPATIBLE_PERFORMER";
5251
+ EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION"] = "PICKUP_AND_DROP_VIOLATION";
4718
5252
  EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER";
4719
5253
  EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP";
4720
5254
  EntityWarningTypeStudio["VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER"] = "VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER";
@@ -4729,18 +5263,23 @@ var EntityWarningTypeStudio;
4729
5263
  EntityWarningTypeStudio["MAX_BOXES_VIOLATION"] = "MAX_BOXES_VIOLATION";
4730
5264
  EntityWarningTypeStudio["TOO_MANY_CARGOS_FOR_DROP_VIOLATION"] = "TOO_MANY_CARGOS_FOR_DROP_VIOLATION";
4731
5265
  EntityWarningTypeStudio["EMPTY_CARGOES_LIST"] = "EMPTY_CARGOES_LIST";
5266
+ EntityWarningTypeStudio["CARGO_WORK_VIOLATION"] = "CARGO_WORK_VIOLATION";
4732
5267
  EntityWarningTypeStudio["GEODATA_TIME_WINDOW_VIOLATION"] = "GEODATA_TIME_WINDOW_VIOLATION";
4733
5268
  EntityWarningTypeStudio["SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE"] = "SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE";
4734
5269
  EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
4735
5270
  EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
4736
5271
  EntityWarningTypeStudio["MAX_CALCULATION_TIME_VIOLATION"] = "MAX_CALCULATION_TIME_VIOLATION";
4737
5272
  EntityWarningTypeStudio["MAX_WAITING_TIME_VIOLATION"] = "MAX_WAITING_TIME_VIOLATION";
5273
+ EntityWarningTypeStudio["INVALID_HARDLINK"] = "INVALID_HARDLINK";
5274
+ EntityWarningTypeStudio["CARGO_BOX_VIOLATION"] = "CARGO_BOX_VIOLATION";
5275
+ EntityWarningTypeStudio["CARGO_MULTIBOX_VIOLATION"] = "CARGO_MULTIBOX_VIOLATION";
5276
+ EntityWarningTypeStudio["CARGO_CAPACITY_VIOLATION"] = "CARGO_CAPACITY_VIOLATION";
4738
5277
  })(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
4739
5278
 
4740
5279
  /**
4741
5280
  * VRt.Studio [ST]
4742
5281
  *
4743
- * The version of the OpenAPI document: 6.6.2006
5282
+ * The version of the OpenAPI document: 6.8.2055
4744
5283
  * Contact: servicedesk@veeroute.com
4745
5284
  *
4746
5285
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4750,7 +5289,7 @@ var EntityWarningTypeStudio;
4750
5289
  /**
4751
5290
  * VRt.Studio [ST]
4752
5291
  *
4753
- * The version of the OpenAPI document: 6.6.2006
5292
+ * The version of the OpenAPI document: 6.8.2055
4754
5293
  * Contact: servicedesk@veeroute.com
4755
5294
  *
4756
5295
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4760,7 +5299,7 @@ var EntityWarningTypeStudio;
4760
5299
  /**
4761
5300
  * VRt.Studio [ST]
4762
5301
  *
4763
- * The version of the OpenAPI document: 6.6.2006
5302
+ * The version of the OpenAPI document: 6.8.2055
4764
5303
  * Contact: servicedesk@veeroute.com
4765
5304
  *
4766
5305
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4770,7 +5309,7 @@ var EntityWarningTypeStudio;
4770
5309
  /**
4771
5310
  * VRt.Studio [ST]
4772
5311
  *
4773
- * The version of the OpenAPI document: 6.6.2006
5312
+ * The version of the OpenAPI document: 6.8.2055
4774
5313
  * Contact: servicedesk@veeroute.com
4775
5314
  *
4776
5315
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4788,7 +5327,7 @@ var FolderTypeStudio;
4788
5327
  /**
4789
5328
  * VRt.Studio [ST]
4790
5329
  *
4791
- * The version of the OpenAPI document: 6.6.2006
5330
+ * The version of the OpenAPI document: 6.8.2055
4792
5331
  * Contact: servicedesk@veeroute.com
4793
5332
  *
4794
5333
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4798,7 +5337,7 @@ var FolderTypeStudio;
4798
5337
  /**
4799
5338
  * VRt.Studio [ST]
4800
5339
  *
4801
- * The version of the OpenAPI document: 6.6.2006
5340
+ * The version of the OpenAPI document: 6.8.2055
4802
5341
  * Contact: servicedesk@veeroute.com
4803
5342
  *
4804
5343
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4808,7 +5347,7 @@ var FolderTypeStudio;
4808
5347
  /**
4809
5348
  * VRt.Studio [ST]
4810
5349
  *
4811
- * The version of the OpenAPI document: 6.6.2006
5350
+ * The version of the OpenAPI document: 6.8.2055
4812
5351
  * Contact: servicedesk@veeroute.com
4813
5352
  *
4814
5353
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4827,7 +5366,7 @@ var HardlinkElementTypeStudio;
4827
5366
  /**
4828
5367
  * VRt.Studio [ST]
4829
5368
  *
4830
- * The version of the OpenAPI document: 6.6.2006
5369
+ * The version of the OpenAPI document: 6.8.2055
4831
5370
  * Contact: servicedesk@veeroute.com
4832
5371
  *
4833
5372
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4848,7 +5387,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4848
5387
  /**
4849
5388
  * VRt.Studio [ST]
4850
5389
  *
4851
- * The version of the OpenAPI document: 6.6.2006
5390
+ * The version of the OpenAPI document: 6.8.2055
4852
5391
  * Contact: servicedesk@veeroute.com
4853
5392
  *
4854
5393
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4858,7 +5397,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4858
5397
  /**
4859
5398
  * VRt.Studio [ST]
4860
5399
  *
4861
- * The version of the OpenAPI document: 6.6.2006
5400
+ * The version of the OpenAPI document: 6.8.2055
4862
5401
  * Contact: servicedesk@veeroute.com
4863
5402
  *
4864
5403
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4868,7 +5407,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4868
5407
  /**
4869
5408
  * VRt.Studio [ST]
4870
5409
  *
4871
- * The version of the OpenAPI document: 6.6.2006
5410
+ * The version of the OpenAPI document: 6.8.2055
4872
5411
  * Contact: servicedesk@veeroute.com
4873
5412
  *
4874
5413
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4878,7 +5417,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4878
5417
  /**
4879
5418
  * VRt.Studio [ST]
4880
5419
  *
4881
- * The version of the OpenAPI document: 6.6.2006
5420
+ * The version of the OpenAPI document: 6.8.2055
4882
5421
  * Contact: servicedesk@veeroute.com
4883
5422
  *
4884
5423
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4894,7 +5433,7 @@ var OrderFactStudioTypeEnum;
4894
5433
  /**
4895
5434
  * VRt.Studio [ST]
4896
5435
  *
4897
- * The version of the OpenAPI document: 6.6.2006
5436
+ * The version of the OpenAPI document: 6.8.2055
4898
5437
  * Contact: servicedesk@veeroute.com
4899
5438
  *
4900
5439
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4904,7 +5443,7 @@ var OrderFactStudioTypeEnum;
4904
5443
  /**
4905
5444
  * VRt.Studio [ST]
4906
5445
  *
4907
- * The version of the OpenAPI document: 6.6.2006
5446
+ * The version of the OpenAPI document: 6.8.2055
4908
5447
  * Contact: servicedesk@veeroute.com
4909
5448
  *
4910
5449
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4914,7 +5453,7 @@ var OrderFactStudioTypeEnum;
4914
5453
  /**
4915
5454
  * VRt.Studio [ST]
4916
5455
  *
4917
- * The version of the OpenAPI document: 6.6.2006
5456
+ * The version of the OpenAPI document: 6.8.2055
4918
5457
  * Contact: servicedesk@veeroute.com
4919
5458
  *
4920
5459
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4924,7 +5463,7 @@ var OrderFactStudioTypeEnum;
4924
5463
  /**
4925
5464
  * VRt.Studio [ST]
4926
5465
  *
4927
- * The version of the OpenAPI document: 6.6.2006
5466
+ * The version of the OpenAPI document: 6.8.2055
4928
5467
  * Contact: servicedesk@veeroute.com
4929
5468
  *
4930
5469
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4934,7 +5473,7 @@ var OrderFactStudioTypeEnum;
4934
5473
  /**
4935
5474
  * VRt.Studio [ST]
4936
5475
  *
4937
- * The version of the OpenAPI document: 6.6.2006
5476
+ * The version of the OpenAPI document: 6.8.2055
4938
5477
  * Contact: servicedesk@veeroute.com
4939
5478
  *
4940
5479
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4944,7 +5483,7 @@ var OrderFactStudioTypeEnum;
4944
5483
  /**
4945
5484
  * VRt.Studio [ST]
4946
5485
  *
4947
- * The version of the OpenAPI document: 6.6.2006
5486
+ * The version of the OpenAPI document: 6.8.2055
4948
5487
  * Contact: servicedesk@veeroute.com
4949
5488
  *
4950
5489
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4971,7 +5510,7 @@ var ServiceNameStudio;
4971
5510
  /**
4972
5511
  * VRt.Studio [ST]
4973
5512
  *
4974
- * The version of the OpenAPI document: 6.6.2006
5513
+ * The version of the OpenAPI document: 6.8.2055
4975
5514
  * Contact: servicedesk@veeroute.com
4976
5515
  *
4977
5516
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4981,7 +5520,7 @@ var ServiceNameStudio;
4981
5520
  /**
4982
5521
  * VRt.Studio [ST]
4983
5522
  *
4984
- * The version of the OpenAPI document: 6.6.2006
5523
+ * The version of the OpenAPI document: 6.8.2055
4985
5524
  * Contact: servicedesk@veeroute.com
4986
5525
  *
4987
5526
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4991,7 +5530,7 @@ var ServiceNameStudio;
4991
5530
  /**
4992
5531
  * VRt.Studio [ST]
4993
5532
  *
4994
- * The version of the OpenAPI document: 6.6.2006
5533
+ * The version of the OpenAPI document: 6.8.2055
4995
5534
  * Contact: servicedesk@veeroute.com
4996
5535
  *
4997
5536
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5001,7 +5540,7 @@ var ServiceNameStudio;
5001
5540
  /**
5002
5541
  * VRt.Studio [ST]
5003
5542
  *
5004
- * The version of the OpenAPI document: 6.6.2006
5543
+ * The version of the OpenAPI document: 6.8.2055
5005
5544
  * Contact: servicedesk@veeroute.com
5006
5545
  *
5007
5546
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5011,7 +5550,7 @@ var ServiceNameStudio;
5011
5550
  /**
5012
5551
  * VRt.Studio [ST]
5013
5552
  *
5014
- * The version of the OpenAPI document: 6.6.2006
5553
+ * The version of the OpenAPI document: 6.8.2055
5015
5554
  * Contact: servicedesk@veeroute.com
5016
5555
  *
5017
5556
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5021,7 +5560,7 @@ var ServiceNameStudio;
5021
5560
  /**
5022
5561
  * VRt.Studio [ST]
5023
5562
  *
5024
- * The version of the OpenAPI document: 6.6.2006
5563
+ * The version of the OpenAPI document: 6.8.2055
5025
5564
  * Contact: servicedesk@veeroute.com
5026
5565
  *
5027
5566
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5031,7 +5570,7 @@ var ServiceNameStudio;
5031
5570
  /**
5032
5571
  * VRt.Studio [ST]
5033
5572
  *
5034
- * The version of the OpenAPI document: 6.6.2006
5573
+ * The version of the OpenAPI document: 6.8.2055
5035
5574
  * Contact: servicedesk@veeroute.com
5036
5575
  *
5037
5576
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5041,7 +5580,7 @@ var ServiceNameStudio;
5041
5580
  /**
5042
5581
  * VRt.Studio [ST]
5043
5582
  *
5044
- * The version of the OpenAPI document: 6.6.2006
5583
+ * The version of the OpenAPI document: 6.8.2055
5045
5584
  * Contact: servicedesk@veeroute.com
5046
5585
  *
5047
5586
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5051,7 +5590,7 @@ var ServiceNameStudio;
5051
5590
  /**
5052
5591
  * VRt.Studio [ST]
5053
5592
  *
5054
- * The version of the OpenAPI document: 6.6.2006
5593
+ * The version of the OpenAPI document: 6.8.2055
5055
5594
  * Contact: servicedesk@veeroute.com
5056
5595
  *
5057
5596
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5074,7 +5613,7 @@ var TableFilterTypeStudio;
5074
5613
  /**
5075
5614
  * VRt.Studio [ST]
5076
5615
  *
5077
- * The version of the OpenAPI document: 6.6.2006
5616
+ * The version of the OpenAPI document: 6.8.2055
5078
5617
  * Contact: servicedesk@veeroute.com
5079
5618
  *
5080
5619
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5091,12 +5630,13 @@ var TableHardlinkColumnTypeStudio;
5091
5630
  TableHardlinkColumnTypeStudio["ELEMENT_TYPE"] = "ELEMENT_TYPE";
5092
5631
  TableHardlinkColumnTypeStudio["ELEMENTS_COUNT"] = "ELEMENTS_COUNT";
5093
5632
  TableHardlinkColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
5633
+ TableHardlinkColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
5094
5634
  })(TableHardlinkColumnTypeStudio || (TableHardlinkColumnTypeStudio = {}));
5095
5635
 
5096
5636
  /**
5097
5637
  * VRt.Studio [ST]
5098
5638
  *
5099
- * The version of the OpenAPI document: 6.6.2006
5639
+ * The version of the OpenAPI document: 6.8.2055
5100
5640
  * Contact: servicedesk@veeroute.com
5101
5641
  *
5102
5642
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5110,6 +5650,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
5110
5650
  ;
5111
5651
  var TableHardlinkFieldsStudioElementTypeEnum;
5112
5652
  (function (TableHardlinkFieldsStudioElementTypeEnum) {
5653
+ TableHardlinkFieldsStudioElementTypeEnum["HARDLINK"] = "HARDLINK";
5113
5654
  TableHardlinkFieldsStudioElementTypeEnum["ORDER"] = "ORDER";
5114
5655
  TableHardlinkFieldsStudioElementTypeEnum["PERFORMER_SHIFT"] = "PERFORMER_SHIFT";
5115
5656
  TableHardlinkFieldsStudioElementTypeEnum["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
@@ -5119,7 +5660,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
5119
5660
  /**
5120
5661
  * VRt.Studio [ST]
5121
5662
  *
5122
- * The version of the OpenAPI document: 6.6.2006
5663
+ * The version of the OpenAPI document: 6.8.2055
5123
5664
  * Contact: servicedesk@veeroute.com
5124
5665
  *
5125
5666
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5129,7 +5670,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
5129
5670
  /**
5130
5671
  * VRt.Studio [ST]
5131
5672
  *
5132
- * The version of the OpenAPI document: 6.6.2006
5673
+ * The version of the OpenAPI document: 6.8.2055
5133
5674
  * Contact: servicedesk@veeroute.com
5134
5675
  *
5135
5676
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5157,7 +5698,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
5157
5698
  /**
5158
5699
  * VRt.Studio [ST]
5159
5700
  *
5160
- * The version of the OpenAPI document: 6.6.2006
5701
+ * The version of the OpenAPI document: 6.8.2055
5161
5702
  * Contact: servicedesk@veeroute.com
5162
5703
  *
5163
5704
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5194,6 +5735,7 @@ var TableOrderColumnTypeStudio;
5194
5735
  TableOrderColumnTypeStudio["CARGO_RESTRICTIONS"] = "CARGO_RESTRICTIONS";
5195
5736
  TableOrderColumnTypeStudio["DEMANDS_COUNT"] = "DEMANDS_COUNT";
5196
5737
  TableOrderColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
5738
+ TableOrderColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
5197
5739
  TableOrderColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
5198
5740
  })(TableOrderColumnTypeStudio || (TableOrderColumnTypeStudio = {}));
5199
5741
 
@@ -5207,7 +5749,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
5207
5749
  /**
5208
5750
  * VRt.Studio [ST]
5209
5751
  *
5210
- * The version of the OpenAPI document: 6.6.2006
5752
+ * The version of the OpenAPI document: 6.8.2055
5211
5753
  * Contact: servicedesk@veeroute.com
5212
5754
  *
5213
5755
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5224,6 +5766,7 @@ var TablePerformerColumnTypeStudio;
5224
5766
  TablePerformerColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
5225
5767
  TablePerformerColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
5226
5768
  TablePerformerColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
5769
+ TablePerformerColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
5227
5770
  TablePerformerColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
5228
5771
  TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
5229
5772
  TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
@@ -5239,7 +5782,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
5239
5782
  /**
5240
5783
  * VRt.Studio [ST]
5241
5784
  *
5242
- * The version of the OpenAPI document: 6.6.2006
5785
+ * The version of the OpenAPI document: 6.8.2055
5243
5786
  * Contact: servicedesk@veeroute.com
5244
5787
  *
5245
5788
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5257,6 +5800,7 @@ var TableTransportColumnTypeStudio;
5257
5800
  TableTransportColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
5258
5801
  TableTransportColumnTypeStudio["TRANSPORT_TYPE"] = "TRANSPORT_TYPE";
5259
5802
  TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
5803
+ TableTransportColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
5260
5804
  TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
5261
5805
  TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
5262
5806
  TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
@@ -5272,7 +5816,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
5272
5816
  /**
5273
5817
  * VRt.Studio [ST]
5274
5818
  *
5275
- * The version of the OpenAPI document: 6.6.2006
5819
+ * The version of the OpenAPI document: 6.8.2055
5276
5820
  * Contact: servicedesk@veeroute.com
5277
5821
  *
5278
5822
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5288,7 +5832,7 @@ var TableTripColumnTypeStudio;
5288
5832
  TableTripColumnTypeStudio["PRISTINE"] = "PRISTINE";
5289
5833
  TableTripColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
5290
5834
  TableTripColumnTypeStudio["ORDERS_COUNT"] = "ORDERS_COUNT";
5291
- TableTripColumnTypeStudio["NAME"] = "NAME";
5835
+ TableTripColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
5292
5836
  TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
5293
5837
  })(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
5294
5838
 
@@ -5302,7 +5846,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5302
5846
  /**
5303
5847
  * VRt.Studio [ST]
5304
5848
  *
5305
- * The version of the OpenAPI document: 6.6.2006
5849
+ * The version of the OpenAPI document: 6.8.2055
5306
5850
  * Contact: servicedesk@veeroute.com
5307
5851
  *
5308
5852
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5312,7 +5856,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5312
5856
  /**
5313
5857
  * VRt.Studio [ST]
5314
5858
  *
5315
- * The version of the OpenAPI document: 6.6.2006
5859
+ * The version of the OpenAPI document: 6.8.2055
5316
5860
  * Contact: servicedesk@veeroute.com
5317
5861
  *
5318
5862
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5322,7 +5866,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5322
5866
  /**
5323
5867
  * VRt.Studio [ST]
5324
5868
  *
5325
- * The version of the OpenAPI document: 6.6.2006
5869
+ * The version of the OpenAPI document: 6.8.2055
5326
5870
  * Contact: servicedesk@veeroute.com
5327
5871
  *
5328
5872
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5332,7 +5876,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
5332
5876
  /**
5333
5877
  * VRt.Studio [ST]
5334
5878
  *
5335
- * The version of the OpenAPI document: 6.6.2006
5879
+ * The version of the OpenAPI document: 6.8.2055
5336
5880
  * Contact: servicedesk@veeroute.com
5337
5881
  *
5338
5882
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5358,7 +5902,7 @@ var TransportTypeStudio;
5358
5902
  /**
5359
5903
  * VRt.Studio [ST]
5360
5904
  *
5361
- * The version of the OpenAPI document: 6.6.2006
5905
+ * The version of the OpenAPI document: 6.8.2055
5362
5906
  * Contact: servicedesk@veeroute.com
5363
5907
  *
5364
5908
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5376,7 +5920,7 @@ var TripStartTimeStrategyStudio;
5376
5920
  /**
5377
5921
  * VRt.Studio [ST]
5378
5922
  *
5379
- * The version of the OpenAPI document: 6.6.2006
5923
+ * The version of the OpenAPI document: 6.8.2055
5380
5924
  * Contact: servicedesk@veeroute.com
5381
5925
  *
5382
5926
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5402,7 +5946,7 @@ var TripStateFlagStudio;
5402
5946
  /**
5403
5947
  * VRt.Studio [ST]
5404
5948
  *
5405
- * The version of the OpenAPI document: 6.6.2006
5949
+ * The version of the OpenAPI document: 6.8.2055
5406
5950
  * Contact: servicedesk@veeroute.com
5407
5951
  *
5408
5952
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5412,7 +5956,7 @@ var TripStateFlagStudio;
5412
5956
  /**
5413
5957
  * VRt.Studio [ST]
5414
5958
  *
5415
- * The version of the OpenAPI document: 6.6.2006
5959
+ * The version of the OpenAPI document: 6.8.2055
5416
5960
  * Contact: servicedesk@veeroute.com
5417
5961
  *
5418
5962
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5481,5 +6025,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
5481
6025
  * Generated bundle index. Do not edit.
5482
6026
  */
5483
6027
 
5484
- export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandStudioDemandTypeEnum, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactStudioTypeEnum, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebOrderGeopointStudioDemandTypeEnum, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
6028
+ export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactStudioTypeEnum, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebOrderGeopointStudioDemandTypeEnum, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
5485
6029
  //# sourceMappingURL=veeroute-lss-studio-angular.mjs.map