@veeroute/lss-studio-angular 6.4.1962 → 6.5.1990

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 (403) hide show
  1. package/README.md +1 -1
  2. package/api/experimentsService.d.ts +1 -1
  3. package/api/experimentsServiceInterface.d.ts +1 -1
  4. package/api/explorerService.d.ts +1 -1
  5. package/api/explorerServiceInterface.d.ts +1 -1
  6. package/api/hardlinksService.d.ts +1 -1
  7. package/api/hardlinksServiceInterface.d.ts +1 -1
  8. package/api/locationsService.d.ts +1 -1
  9. package/api/locationsServiceInterface.d.ts +1 -1
  10. package/api/ordersService.d.ts +1 -1
  11. package/api/ordersServiceInterface.d.ts +1 -1
  12. package/api/performersService.d.ts +1 -1
  13. package/api/performersServiceInterface.d.ts +1 -1
  14. package/api/systemService.d.ts +1 -1
  15. package/api/systemServiceInterface.d.ts +1 -1
  16. package/api/transportsService.d.ts +1 -1
  17. package/api/transportsServiceInterface.d.ts +1 -1
  18. package/api/tripsService.d.ts +1 -1
  19. package/api/tripsServiceInterface.d.ts +1 -1
  20. package/configuration.d.ts +24 -0
  21. package/esm2020/api/experimentsService.mjs +47 -19
  22. package/esm2020/api/experimentsServiceInterface.mjs +1 -1
  23. package/esm2020/api/explorerService.mjs +21 -8
  24. package/esm2020/api/explorerServiceInterface.mjs +1 -1
  25. package/esm2020/api/hardlinksService.mjs +19 -7
  26. package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
  27. package/esm2020/api/locationsService.mjs +22 -8
  28. package/esm2020/api/locationsServiceInterface.mjs +1 -1
  29. package/esm2020/api/ordersService.mjs +22 -8
  30. package/esm2020/api/ordersServiceInterface.mjs +1 -1
  31. package/esm2020/api/performersService.mjs +22 -8
  32. package/esm2020/api/performersServiceInterface.mjs +1 -1
  33. package/esm2020/api/systemService.mjs +12 -5
  34. package/esm2020/api/systemServiceInterface.mjs +1 -1
  35. package/esm2020/api/transportsService.mjs +22 -8
  36. package/esm2020/api/transportsServiceInterface.mjs +1 -1
  37. package/esm2020/api/tripsService.mjs +22 -8
  38. package/esm2020/api/tripsServiceInterface.mjs +1 -1
  39. package/esm2020/api.module.mjs +1 -1
  40. package/esm2020/configuration.mjs +20 -1
  41. package/esm2020/index.mjs +2 -1
  42. package/esm2020/model/actualizeSettings.mjs +1 -1
  43. package/esm2020/model/assignedPerformer.mjs +1 -1
  44. package/esm2020/model/assignedTransport.mjs +1 -1
  45. package/esm2020/model/attribute.mjs +2 -2
  46. package/esm2020/model/basicProcess.mjs +2 -3
  47. package/esm2020/model/basicState.mjs +2 -3
  48. package/esm2020/model/basicTimeWindow.mjs +2 -2
  49. package/esm2020/model/box.mjs +1 -1
  50. package/esm2020/model/boxCompatibilities.mjs +2 -2
  51. package/esm2020/model/boxLimits.mjs +1 -1
  52. package/esm2020/model/break.mjs +2 -2
  53. package/esm2020/model/calculationInfo.mjs +1 -1
  54. package/esm2020/model/calculationSettings.mjs +2 -2
  55. package/esm2020/model/calculationStatus.mjs +2 -3
  56. package/esm2020/model/capacity.mjs +2 -2
  57. package/esm2020/model/capacityFactor.mjs +1 -1
  58. package/esm2020/model/cargo.mjs +1 -1
  59. package/esm2020/model/cargoCompatibilities.mjs +1 -1
  60. package/esm2020/model/cargoPlacement.mjs +2 -2
  61. package/esm2020/model/cargoRotationType.mjs +2 -3
  62. package/esm2020/model/checkResult.mjs +2 -2
  63. package/esm2020/model/compatibilityPenalty.mjs +2 -2
  64. package/esm2020/model/custom400WithErrorsAndWarnings.mjs +2 -0
  65. package/esm2020/model/demand.mjs +1 -1
  66. package/esm2020/model/demandFact.mjs +2 -2
  67. package/esm2020/model/entityError.mjs +1 -1
  68. package/esm2020/model/entityErrorType.mjs +2 -3
  69. package/esm2020/model/entityPath.mjs +1 -1
  70. package/esm2020/model/entityType.mjs +2 -3
  71. package/esm2020/model/entityWarning.mjs +1 -1
  72. package/esm2020/model/entityWarningType.mjs +4 -4
  73. package/esm2020/model/experiment.mjs +1 -1
  74. package/esm2020/model/experimentCalculation.mjs +1 -1
  75. package/esm2020/model/experimentCheck.mjs +1 -1
  76. package/esm2020/model/experimentList.mjs +1 -1
  77. package/esm2020/model/experimentSettings.mjs +1 -1
  78. package/esm2020/model/experimentSpecification.mjs +2 -2
  79. package/esm2020/model/experimentStatistics.mjs +1 -1
  80. package/esm2020/model/facts.mjs +1 -1
  81. package/esm2020/model/filesystem.mjs +1 -1
  82. package/esm2020/model/folderSpecification.mjs +2 -2
  83. package/esm2020/model/folderStats.mjs +2 -2
  84. package/esm2020/model/folderType.mjs +2 -3
  85. package/esm2020/model/general401.mjs +2 -0
  86. package/esm2020/model/general402.mjs +2 -0
  87. package/esm2020/model/general403.mjs +2 -0
  88. package/esm2020/model/general404.mjs +2 -0
  89. package/esm2020/model/general404Detail.mjs +2 -0
  90. package/esm2020/model/general429.mjs +2 -0
  91. package/esm2020/model/general500.mjs +2 -0
  92. package/esm2020/model/geoSettings.mjs +2 -2
  93. package/esm2020/model/geopoint.mjs +2 -2
  94. package/esm2020/model/hardlink.mjs +1 -1
  95. package/esm2020/model/hardlinkElement.mjs +1 -1
  96. package/esm2020/model/hardlinkElementType.mjs +2 -3
  97. package/esm2020/model/linkedEssence.mjs +2 -2
  98. package/esm2020/model/location.mjs +1 -1
  99. package/esm2020/model/locationCompatibilities.mjs +2 -2
  100. package/esm2020/model/measurements.mjs +1 -1
  101. package/esm2020/model/models.mjs +9 -9
  102. package/esm2020/model/objectMetrics.mjs +2 -2
  103. package/esm2020/model/order.mjs +1 -1
  104. package/esm2020/model/orderCompatibilities.mjs +2 -2
  105. package/esm2020/model/orderFact.mjs +2 -2
  106. package/esm2020/model/performer.mjs +1 -1
  107. package/esm2020/model/performerCompatibilities.mjs +2 -2
  108. package/esm2020/model/performerFact.mjs +1 -1
  109. package/esm2020/model/performerLimits.mjs +2 -2
  110. package/esm2020/model/performerShift.mjs +1 -1
  111. package/esm2020/model/performerTariff.mjs +1 -1
  112. package/esm2020/model/performerTariffConstraint.mjs +2 -2
  113. package/esm2020/model/planSettings.mjs +1 -1
  114. package/esm2020/model/planStatistics.mjs +1 -1
  115. package/esm2020/model/possibleEvent.mjs +1 -1
  116. package/esm2020/model/qualityStatistics.mjs +1 -1
  117. package/esm2020/model/replanSettings.mjs +1 -1
  118. package/esm2020/model/replanStrategy.mjs +2 -2
  119. package/esm2020/model/routingMatrix.mjs +1 -1
  120. package/esm2020/model/routingTransportMatrix.mjs +1 -1
  121. package/esm2020/model/schemaError.mjs +2 -2
  122. package/esm2020/model/serviceName.mjs +2 -3
  123. package/esm2020/model/statistics.mjs +1 -1
  124. package/esm2020/model/stopStatistics.mjs +1 -1
  125. package/esm2020/model/tableDataStats.mjs +2 -2
  126. package/esm2020/model/tableFilterBoolList.mjs +2 -2
  127. package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
  128. package/esm2020/model/tableFilterEnumList.mjs +2 -2
  129. package/esm2020/model/tableFilterFloatRange.mjs +2 -2
  130. package/esm2020/model/tableFilterIntRange.mjs +2 -2
  131. package/esm2020/model/tableFilterStringList.mjs +2 -2
  132. package/esm2020/model/tableFilterStringSearch.mjs +2 -2
  133. package/esm2020/model/tableFilterType.mjs +2 -3
  134. package/esm2020/model/tableHardlink.mjs +1 -1
  135. package/esm2020/model/tableHardlinkColumnType.mjs +2 -3
  136. package/esm2020/model/tableHardlinkFields.mjs +2 -2
  137. package/esm2020/model/tableHardlinkFilter.mjs +1 -1
  138. package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
  139. package/esm2020/model/tableHardlinkList.mjs +1 -1
  140. package/esm2020/model/tableListStats.mjs +1 -1
  141. package/esm2020/model/tableListStatsDetail.mjs +2 -2
  142. package/esm2020/model/tableLocation.mjs +1 -1
  143. package/esm2020/model/tableLocationColumnType.mjs +2 -3
  144. package/esm2020/model/tableLocationFields.mjs +1 -1
  145. package/esm2020/model/tableLocationFilter.mjs +1 -1
  146. package/esm2020/model/tableLocationFilterList.mjs +1 -1
  147. package/esm2020/model/tableLocationList.mjs +1 -1
  148. package/esm2020/model/tableOrder.mjs +1 -1
  149. package/esm2020/model/tableOrderColumnType.mjs +2 -3
  150. package/esm2020/model/tableOrderFields.mjs +1 -1
  151. package/esm2020/model/tableOrderFilter.mjs +1 -1
  152. package/esm2020/model/tableOrderFilterList.mjs +1 -1
  153. package/esm2020/model/tableOrderList.mjs +1 -1
  154. package/esm2020/model/tablePerformer.mjs +1 -1
  155. package/esm2020/model/tablePerformerColumnType.mjs +2 -3
  156. package/esm2020/model/tablePerformerFields.mjs +1 -1
  157. package/esm2020/model/tablePerformerFilter.mjs +1 -1
  158. package/esm2020/model/tablePerformerFilterList.mjs +1 -1
  159. package/esm2020/model/tablePerformerList.mjs +1 -1
  160. package/esm2020/model/tableTransport.mjs +1 -1
  161. package/esm2020/model/tableTransportColumnType.mjs +3 -3
  162. package/esm2020/model/tableTransportFields.mjs +1 -1
  163. package/esm2020/model/tableTransportFilter.mjs +1 -1
  164. package/esm2020/model/tableTransportFilterList.mjs +1 -1
  165. package/esm2020/model/tableTransportList.mjs +1 -1
  166. package/esm2020/model/tableTrip.mjs +1 -1
  167. package/esm2020/model/tableTripColumnType.mjs +2 -3
  168. package/esm2020/model/tableTripFields.mjs +1 -1
  169. package/esm2020/model/tableTripFilter.mjs +1 -1
  170. package/esm2020/model/tableTripFilterList.mjs +1 -1
  171. package/esm2020/model/tableTripList.mjs +1 -1
  172. package/esm2020/model/timeWindow.mjs +2 -2
  173. package/esm2020/model/timeWindowViolations.mjs +1 -1
  174. package/esm2020/model/tracedata.mjs +1 -1
  175. package/esm2020/model/trackPoint.mjs +1 -1
  176. package/esm2020/model/transport.mjs +1 -1
  177. package/esm2020/model/transportCompatibilities.mjs +2 -2
  178. package/esm2020/model/transportFact.mjs +1 -1
  179. package/esm2020/model/transportFactor.mjs +1 -1
  180. package/esm2020/model/transportLimits.mjs +1 -1
  181. package/esm2020/model/transportLoad.mjs +1 -1
  182. package/esm2020/model/transportShift.mjs +1 -1
  183. package/esm2020/model/transportTariff.mjs +1 -1
  184. package/esm2020/model/transportTariffConstraint.mjs +2 -2
  185. package/esm2020/model/transportType.mjs +2 -3
  186. package/esm2020/model/trip.mjs +1 -1
  187. package/esm2020/model/tripAssumptions.mjs +1 -1
  188. package/esm2020/model/tripPenalties.mjs +1 -1
  189. package/esm2020/model/tripStartTimeStrategy.mjs +2 -3
  190. package/esm2020/model/tripState.mjs +1 -1
  191. package/esm2020/model/tripStateFlag.mjs +2 -3
  192. package/esm2020/model/tripStatistics.mjs +1 -1
  193. package/esm2020/model/tripsSettings.mjs +1 -1
  194. package/esm2020/model/universalData.mjs +1 -1
  195. package/esm2020/model/unplannedItems.mjs +2 -2
  196. package/esm2020/model/versionResult.mjs +2 -2
  197. package/esm2020/model/waypoint.mjs +1 -1
  198. package/esm2020/model/webHardlink.mjs +1 -1
  199. package/esm2020/model/webLocation.mjs +1 -1
  200. package/esm2020/model/webLocationGeopoint.mjs +1 -1
  201. package/esm2020/model/webLocationGeopointList.mjs +1 -1
  202. package/esm2020/model/webOrder.mjs +1 -1
  203. package/esm2020/model/webOrderGeopoint.mjs +1 -1
  204. package/esm2020/model/webOrderGeopointList.mjs +1 -1
  205. package/esm2020/model/webPerformer.mjs +1 -1
  206. package/esm2020/model/webPerformerGeopoint.mjs +1 -1
  207. package/esm2020/model/webPerformerGeopointList.mjs +1 -1
  208. package/esm2020/model/webTransport.mjs +1 -1
  209. package/esm2020/model/webTransportGeopoint.mjs +1 -1
  210. package/esm2020/model/webTransportGeopointList.mjs +1 -1
  211. package/esm2020/model/webTrip.mjs +1 -1
  212. package/esm2020/model/webTripTrack.mjs +1 -1
  213. package/esm2020/model/webTripTrackList.mjs +1 -1
  214. package/esm2020/model/workAndRestRules.mjs +1 -1
  215. package/esm2020/param.mjs +2 -0
  216. package/fesm2015/veeroute-lss-studio-angular.mjs +246 -115
  217. package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
  218. package/fesm2020/veeroute-lss-studio-angular.mjs +282 -151
  219. package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
  220. package/index.d.ts +1 -0
  221. package/model/actualizeSettings.d.ts +1 -1
  222. package/model/assignedPerformer.d.ts +1 -1
  223. package/model/assignedTransport.d.ts +1 -1
  224. package/model/attribute.d.ts +1 -1
  225. package/model/basicProcess.d.ts +1 -1
  226. package/model/basicState.d.ts +1 -1
  227. package/model/basicTimeWindow.d.ts +1 -1
  228. package/model/box.d.ts +1 -1
  229. package/model/boxCompatibilities.d.ts +1 -1
  230. package/model/boxLimits.d.ts +1 -1
  231. package/model/break.d.ts +1 -1
  232. package/model/calculationInfo.d.ts +1 -1
  233. package/model/calculationSettings.d.ts +1 -1
  234. package/model/calculationStatus.d.ts +1 -1
  235. package/model/capacity.d.ts +1 -1
  236. package/model/capacityFactor.d.ts +1 -1
  237. package/model/cargo.d.ts +1 -1
  238. package/model/cargoCompatibilities.d.ts +1 -1
  239. package/model/cargoPlacement.d.ts +1 -1
  240. package/model/cargoRotationType.d.ts +1 -1
  241. package/model/checkResult.d.ts +1 -1
  242. package/model/compatibilityPenalty.d.ts +3 -3
  243. package/model/{inlineResponse400.d.ts → custom400WithErrorsAndWarnings.d.ts} +3 -3
  244. package/model/demand.d.ts +1 -1
  245. package/model/demandFact.d.ts +1 -1
  246. package/model/entityError.d.ts +1 -1
  247. package/model/entityErrorType.d.ts +1 -1
  248. package/model/entityPath.d.ts +1 -1
  249. package/model/entityType.d.ts +1 -1
  250. package/model/entityWarning.d.ts +1 -1
  251. package/model/entityWarningType.d.ts +4 -3
  252. package/model/experiment.d.ts +1 -1
  253. package/model/experimentCalculation.d.ts +1 -1
  254. package/model/experimentCheck.d.ts +1 -1
  255. package/model/experimentList.d.ts +1 -1
  256. package/model/experimentSettings.d.ts +1 -1
  257. package/model/experimentSpecification.d.ts +1 -1
  258. package/model/experimentStatistics.d.ts +1 -1
  259. package/model/facts.d.ts +1 -1
  260. package/model/filesystem.d.ts +1 -1
  261. package/model/folderSpecification.d.ts +1 -1
  262. package/model/folderStats.d.ts +1 -1
  263. package/model/folderType.d.ts +1 -1
  264. package/model/{inlineResponse500.d.ts → general401.d.ts} +3 -3
  265. package/model/{inlineResponse401.d.ts → general402.d.ts} +3 -3
  266. package/model/{inlineResponse402.d.ts → general403.d.ts} +3 -3
  267. package/model/{inlineResponse404.d.ts → general404.d.ts} +5 -5
  268. package/model/{inlineResponse404Detail.d.ts → general404Detail.d.ts} +2 -2
  269. package/model/{inlineResponse429.d.ts → general429.d.ts} +3 -3
  270. package/model/{inlineResponse403.d.ts → general500.d.ts} +3 -3
  271. package/model/geoSettings.d.ts +1 -1
  272. package/model/geopoint.d.ts +1 -1
  273. package/model/hardlink.d.ts +1 -1
  274. package/model/hardlinkElement.d.ts +1 -1
  275. package/model/hardlinkElementType.d.ts +1 -1
  276. package/model/linkedEssence.d.ts +1 -1
  277. package/model/location.d.ts +1 -1
  278. package/model/locationCompatibilities.d.ts +1 -1
  279. package/model/measurements.d.ts +1 -1
  280. package/model/models.d.ts +8 -8
  281. package/model/objectMetrics.d.ts +1 -1
  282. package/model/order.d.ts +1 -1
  283. package/model/orderCompatibilities.d.ts +1 -1
  284. package/model/orderFact.d.ts +1 -1
  285. package/model/performer.d.ts +1 -1
  286. package/model/performerCompatibilities.d.ts +1 -1
  287. package/model/performerFact.d.ts +1 -1
  288. package/model/performerLimits.d.ts +1 -1
  289. package/model/performerShift.d.ts +1 -1
  290. package/model/performerTariff.d.ts +3 -3
  291. package/model/performerTariffConstraint.d.ts +1 -1
  292. package/model/planSettings.d.ts +1 -1
  293. package/model/planStatistics.d.ts +1 -1
  294. package/model/possibleEvent.d.ts +1 -1
  295. package/model/qualityStatistics.d.ts +1 -1
  296. package/model/replanSettings.d.ts +1 -1
  297. package/model/replanStrategy.d.ts +1 -1
  298. package/model/routingMatrix.d.ts +1 -1
  299. package/model/routingTransportMatrix.d.ts +1 -1
  300. package/model/schemaError.d.ts +1 -1
  301. package/model/serviceName.d.ts +1 -1
  302. package/model/statistics.d.ts +1 -1
  303. package/model/stopStatistics.d.ts +1 -1
  304. package/model/tableDataStats.d.ts +1 -1
  305. package/model/tableFilterBoolList.d.ts +1 -1
  306. package/model/tableFilterDatetimeRange.d.ts +1 -1
  307. package/model/tableFilterEnumList.d.ts +1 -1
  308. package/model/tableFilterFloatRange.d.ts +1 -1
  309. package/model/tableFilterIntRange.d.ts +1 -1
  310. package/model/tableFilterStringList.d.ts +1 -1
  311. package/model/tableFilterStringSearch.d.ts +1 -1
  312. package/model/tableFilterType.d.ts +1 -1
  313. package/model/tableHardlink.d.ts +1 -1
  314. package/model/tableHardlinkColumnType.d.ts +1 -1
  315. package/model/tableHardlinkFields.d.ts +3 -3
  316. package/model/tableHardlinkFilter.d.ts +1 -1
  317. package/model/tableHardlinkFilterList.d.ts +1 -1
  318. package/model/tableHardlinkList.d.ts +1 -1
  319. package/model/tableListStats.d.ts +1 -1
  320. package/model/tableListStatsDetail.d.ts +1 -1
  321. package/model/tableLocation.d.ts +1 -1
  322. package/model/tableLocationColumnType.d.ts +1 -1
  323. package/model/tableLocationFields.d.ts +3 -3
  324. package/model/tableLocationFilter.d.ts +1 -1
  325. package/model/tableLocationFilterList.d.ts +1 -1
  326. package/model/tableLocationList.d.ts +1 -1
  327. package/model/tableOrder.d.ts +1 -1
  328. package/model/tableOrderColumnType.d.ts +1 -1
  329. package/model/tableOrderFields.d.ts +3 -3
  330. package/model/tableOrderFilter.d.ts +1 -1
  331. package/model/tableOrderFilterList.d.ts +1 -1
  332. package/model/tableOrderList.d.ts +1 -1
  333. package/model/tablePerformer.d.ts +1 -1
  334. package/model/tablePerformerColumnType.d.ts +1 -1
  335. package/model/tablePerformerFields.d.ts +3 -3
  336. package/model/tablePerformerFilter.d.ts +1 -1
  337. package/model/tablePerformerFilterList.d.ts +1 -1
  338. package/model/tablePerformerList.d.ts +1 -1
  339. package/model/tableTransport.d.ts +1 -1
  340. package/model/tableTransportColumnType.d.ts +2 -1
  341. package/model/tableTransportFields.d.ts +4 -3
  342. package/model/tableTransportFilter.d.ts +1 -1
  343. package/model/tableTransportFilterList.d.ts +1 -1
  344. package/model/tableTransportList.d.ts +1 -1
  345. package/model/tableTrip.d.ts +1 -1
  346. package/model/tableTripColumnType.d.ts +1 -1
  347. package/model/tableTripFields.d.ts +3 -3
  348. package/model/tableTripFilter.d.ts +1 -1
  349. package/model/tableTripFilterList.d.ts +1 -1
  350. package/model/tableTripList.d.ts +1 -1
  351. package/model/timeWindow.d.ts +1 -1
  352. package/model/timeWindowViolations.d.ts +1 -1
  353. package/model/tracedata.d.ts +1 -1
  354. package/model/trackPoint.d.ts +1 -1
  355. package/model/transport.d.ts +1 -1
  356. package/model/transportCompatibilities.d.ts +1 -1
  357. package/model/transportFact.d.ts +1 -1
  358. package/model/transportFactor.d.ts +1 -1
  359. package/model/transportLimits.d.ts +1 -1
  360. package/model/transportLoad.d.ts +1 -1
  361. package/model/transportShift.d.ts +1 -1
  362. package/model/transportTariff.d.ts +2 -2
  363. package/model/transportTariffConstraint.d.ts +1 -1
  364. package/model/transportType.d.ts +1 -1
  365. package/model/trip.d.ts +1 -1
  366. package/model/tripAssumptions.d.ts +1 -1
  367. package/model/tripPenalties.d.ts +1 -1
  368. package/model/tripStartTimeStrategy.d.ts +1 -1
  369. package/model/tripState.d.ts +1 -1
  370. package/model/tripStateFlag.d.ts +1 -1
  371. package/model/tripStatistics.d.ts +1 -1
  372. package/model/tripsSettings.d.ts +1 -1
  373. package/model/universalData.d.ts +5 -1
  374. package/model/unplannedItems.d.ts +1 -1
  375. package/model/versionResult.d.ts +1 -1
  376. package/model/waypoint.d.ts +1 -1
  377. package/model/webHardlink.d.ts +1 -1
  378. package/model/webLocation.d.ts +1 -1
  379. package/model/webLocationGeopoint.d.ts +1 -1
  380. package/model/webLocationGeopointList.d.ts +1 -1
  381. package/model/webOrder.d.ts +1 -1
  382. package/model/webOrderGeopoint.d.ts +1 -1
  383. package/model/webOrderGeopointList.d.ts +1 -1
  384. package/model/webPerformer.d.ts +1 -1
  385. package/model/webPerformerGeopoint.d.ts +1 -1
  386. package/model/webPerformerGeopointList.d.ts +1 -1
  387. package/model/webTransport.d.ts +1 -1
  388. package/model/webTransportGeopoint.d.ts +1 -1
  389. package/model/webTransportGeopointList.d.ts +1 -1
  390. package/model/webTrip.d.ts +1 -1
  391. package/model/webTripTrack.d.ts +1 -1
  392. package/model/webTripTrackList.d.ts +1 -1
  393. package/model/workAndRestRules.d.ts +1 -1
  394. package/package.json +1 -1
  395. package/param.d.ts +37 -0
  396. package/esm2020/model/inlineResponse400.mjs +0 -2
  397. package/esm2020/model/inlineResponse401.mjs +0 -2
  398. package/esm2020/model/inlineResponse402.mjs +0 -2
  399. package/esm2020/model/inlineResponse403.mjs +0 -2
  400. package/esm2020/model/inlineResponse404.mjs +0 -2
  401. package/esm2020/model/inlineResponse404Detail.mjs +0 -2
  402. package/esm2020/model/inlineResponse429.mjs +0 -2
  403. package/esm2020/model/inlineResponse500.mjs +0 -2
@@ -39,6 +39,12 @@ class Configuration {
39
39
  this.basePath = configurationParameters.basePath;
40
40
  this.withCredentials = configurationParameters.withCredentials;
41
41
  this.encoder = configurationParameters.encoder;
42
+ if (configurationParameters.encodeParam) {
43
+ this.encodeParam = configurationParameters.encodeParam;
44
+ }
45
+ else {
46
+ this.encodeParam = param => this.defaultEncodeParam(param);
47
+ }
42
48
  if (configurationParameters.credentials) {
43
49
  this.credentials = configurationParameters.credentials;
44
50
  }
@@ -108,12 +114,25 @@ class Configuration {
108
114
  ? value()
109
115
  : value;
110
116
  }
117
+ defaultEncodeParam(param) {
118
+ // This implementation exists as fallback for missing configuration
119
+ // and for backwards compatibility to older typescript-angular generator versions.
120
+ // It only works for the 'simple' parameter style.
121
+ // Date-handling only works for the 'date-time' format.
122
+ // All other styles and Date-formats are probably handled incorrectly.
123
+ //
124
+ // But: if that's all you need (i.e.: the most common use-case): no need for customization!
125
+ const value = param.dataFormat === 'date-time' && param.value instanceof Date
126
+ ? param.value.toISOString()
127
+ : param.value;
128
+ return encodeURIComponent(String(value));
129
+ }
111
130
  }
112
131
 
113
132
  /**
114
133
  * VRt.Studio [ST]
115
134
  *
116
- * The version of the OpenAPI document: 6.4.1962
135
+ * The version of the OpenAPI document: 6.5.1990
117
136
  * Contact: servicedesk@veeroute.com
118
137
  *
119
138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -129,6 +148,9 @@ class ExperimentsService {
129
148
  this.configuration = configuration;
130
149
  }
131
150
  if (typeof this.configuration.basePath !== 'string') {
151
+ if (Array.isArray(basePath) && basePath.length > 0) {
152
+ basePath = basePath[0];
153
+ }
132
154
  if (typeof basePath !== 'string') {
133
155
  basePath = this.basePath;
134
156
  }
@@ -136,6 +158,7 @@ class ExperimentsService {
136
158
  }
137
159
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
138
160
  }
161
+ // @ts-ignore
139
162
  addToHttpParams(httpParams, value, key) {
140
163
  if (typeof value === "object" && value instanceof Date === false) {
141
164
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -220,8 +243,10 @@ class ExperimentsService {
220
243
  responseType_ = 'blob';
221
244
  }
222
245
  }
223
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments`, experimentSpecificationStudio, {
246
+ let localVarPath = `/studio/experiments`;
247
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
224
248
  context: localVarHttpContext,
249
+ body: experimentSpecificationStudio,
225
250
  responseType: responseType_,
226
251
  withCredentials: this.configuration.withCredentials,
227
252
  headers: localVarHeaders,
@@ -268,7 +293,8 @@ class ExperimentsService {
268
293
  responseType_ = 'blob';
269
294
  }
270
295
  }
271
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/share`, null, {
296
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/share`;
297
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
272
298
  context: localVarHttpContext,
273
299
  responseType: responseType_,
274
300
  withCredentials: this.configuration.withCredentials,
@@ -316,7 +342,8 @@ class ExperimentsService {
316
342
  responseType_ = 'blob';
317
343
  }
318
344
  }
319
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}`, {
345
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
346
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
320
347
  context: localVarHttpContext,
321
348
  responseType: responseType_,
322
349
  withCredentials: this.configuration.withCredentials,
@@ -364,7 +391,8 @@ class ExperimentsService {
364
391
  responseType_ = 'blob';
365
392
  }
366
393
  }
367
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/share`, {
394
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/share`;
395
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
368
396
  context: localVarHttpContext,
369
397
  responseType: responseType_,
370
398
  withCredentials: this.configuration.withCredentials,
@@ -424,8 +452,10 @@ class ExperimentsService {
424
452
  responseType_ = 'blob';
425
453
  }
426
454
  }
427
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/duplication`, experimentSpecificationStudio, {
455
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
456
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
428
457
  context: localVarHttpContext,
458
+ body: experimentSpecificationStudio,
429
459
  responseType: responseType_,
430
460
  withCredentials: this.configuration.withCredentials,
431
461
  headers: localVarHeaders,
@@ -472,7 +502,8 @@ class ExperimentsService {
472
502
  responseType_ = 'blob';
473
503
  }
474
504
  }
475
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/export/json`, null, {
505
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
506
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
476
507
  context: localVarHttpContext,
477
508
  responseType: responseType_,
478
509
  withCredentials: this.configuration.withCredentials,
@@ -526,7 +557,8 @@ class ExperimentsService {
526
557
  responseType_ = 'blob';
527
558
  }
528
559
  }
529
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/export/xlsx`, null, {
560
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
561
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
530
562
  context: localVarHttpContext,
531
563
  params: localVarQueryParameters,
532
564
  responseType: responseType_,
@@ -587,8 +619,10 @@ class ExperimentsService {
587
619
  responseType_ = 'blob';
588
620
  }
589
621
  }
590
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/import/json`, universalDataStudio, {
622
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
623
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
591
624
  context: localVarHttpContext,
625
+ body: universalDataStudio,
592
626
  responseType: responseType_,
593
627
  withCredentials: this.configuration.withCredentials,
594
628
  headers: localVarHeaders,
@@ -643,7 +677,8 @@ class ExperimentsService {
643
677
  responseType_ = 'blob';
644
678
  }
645
679
  }
646
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/import/json_url`, null, {
680
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json_url`;
681
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
647
682
  context: localVarHttpContext,
648
683
  params: localVarQueryParameters,
649
684
  responseType: responseType_,
@@ -709,8 +744,10 @@ class ExperimentsService {
709
744
  responseType_ = 'blob';
710
745
  }
711
746
  }
712
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/import/xlsx`, body, {
747
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/xlsx`;
748
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
713
749
  context: localVarHttpContext,
750
+ body: body,
714
751
  params: localVarQueryParameters,
715
752
  responseType: responseType_,
716
753
  withCredentials: this.configuration.withCredentials,
@@ -758,7 +795,8 @@ class ExperimentsService {
758
795
  responseType_ = 'blob';
759
796
  }
760
797
  }
761
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}`, {
798
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
799
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
762
800
  context: localVarHttpContext,
763
801
  responseType: responseType_,
764
802
  withCredentials: this.configuration.withCredentials,
@@ -810,7 +848,8 @@ class ExperimentsService {
810
848
  responseType_ = 'blob';
811
849
  }
812
850
  }
813
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/calculation/${encodeURIComponent(String(processName))}`, null, {
851
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
852
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
814
853
  context: localVarHttpContext,
815
854
  responseType: responseType_,
816
855
  withCredentials: this.configuration.withCredentials,
@@ -862,7 +901,8 @@ class ExperimentsService {
862
901
  responseType_ = 'blob';
863
902
  }
864
903
  }
865
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/validation/${encodeURIComponent(String(processName))}`, null, {
904
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/validation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
905
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
866
906
  context: localVarHttpContext,
867
907
  responseType: responseType_,
868
908
  withCredentials: this.configuration.withCredentials,
@@ -910,7 +950,8 @@ class ExperimentsService {
910
950
  responseType_ = 'blob';
911
951
  }
912
952
  }
913
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/calculation`, {
953
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation`;
954
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
914
955
  context: localVarHttpContext,
915
956
  responseType: responseType_,
916
957
  withCredentials: this.configuration.withCredentials,
@@ -970,8 +1011,10 @@ class ExperimentsService {
970
1011
  responseType_ = 'blob';
971
1012
  }
972
1013
  }
973
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}`, experimentSpecificationStudio, {
1014
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1015
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
974
1016
  context: localVarHttpContext,
1017
+ body: experimentSpecificationStudio,
975
1018
  responseType: responseType_,
976
1019
  withCredentials: this.configuration.withCredentials,
977
1020
  headers: localVarHeaders,
@@ -1030,8 +1073,10 @@ class ExperimentsService {
1030
1073
  responseType_ = 'blob';
1031
1074
  }
1032
1075
  }
1033
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/indicators`, requestBody, {
1076
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/indicators`;
1077
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1034
1078
  context: localVarHttpContext,
1079
+ body: requestBody,
1035
1080
  responseType: responseType_,
1036
1081
  withCredentials: this.configuration.withCredentials,
1037
1082
  headers: localVarHeaders,
@@ -1090,8 +1135,10 @@ class ExperimentsService {
1090
1135
  responseType_ = 'blob';
1091
1136
  }
1092
1137
  }
1093
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/settings`, experimentSettingsStudio, {
1138
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/settings`;
1139
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1094
1140
  context: localVarHttpContext,
1141
+ body: experimentSettingsStudio,
1095
1142
  responseType: responseType_,
1096
1143
  withCredentials: this.configuration.withCredentials,
1097
1144
  headers: localVarHeaders,
@@ -1121,7 +1168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1121
1168
  /**
1122
1169
  * VRt.Studio [ST]
1123
1170
  *
1124
- * The version of the OpenAPI document: 6.4.1962
1171
+ * The version of the OpenAPI document: 6.5.1990
1125
1172
  * Contact: servicedesk@veeroute.com
1126
1173
  *
1127
1174
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1137,6 +1184,9 @@ class ExplorerService {
1137
1184
  this.configuration = configuration;
1138
1185
  }
1139
1186
  if (typeof this.configuration.basePath !== 'string') {
1187
+ if (Array.isArray(basePath) && basePath.length > 0) {
1188
+ basePath = basePath[0];
1189
+ }
1140
1190
  if (typeof basePath !== 'string') {
1141
1191
  basePath = this.basePath;
1142
1192
  }
@@ -1144,6 +1194,7 @@ class ExplorerService {
1144
1194
  }
1145
1195
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
1146
1196
  }
1197
+ // @ts-ignore
1147
1198
  addToHttpParams(httpParams, value, key) {
1148
1199
  if (typeof value === "object" && value instanceof Date === false) {
1149
1200
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -1228,8 +1279,10 @@ class ExplorerService {
1228
1279
  responseType_ = 'blob';
1229
1280
  }
1230
1281
  }
1231
- return this.httpClient.post(`${this.configuration.basePath}/studio/explorer`, folderSpecificationStudio, {
1282
+ let localVarPath = `/studio/explorer`;
1283
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
1232
1284
  context: localVarHttpContext,
1285
+ body: folderSpecificationStudio,
1233
1286
  responseType: responseType_,
1234
1287
  withCredentials: this.configuration.withCredentials,
1235
1288
  headers: localVarHeaders,
@@ -1276,7 +1329,8 @@ class ExplorerService {
1276
1329
  responseType_ = 'blob';
1277
1330
  }
1278
1331
  }
1279
- return this.httpClient.delete(`${this.configuration.basePath}/studio/explorer/${encodeURIComponent(String(folderKey))}`, {
1332
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1333
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
1280
1334
  context: localVarHttpContext,
1281
1335
  responseType: responseType_,
1282
1336
  withCredentials: this.configuration.withCredentials,
@@ -1336,8 +1390,10 @@ class ExplorerService {
1336
1390
  responseType_ = 'blob';
1337
1391
  }
1338
1392
  }
1339
- return this.httpClient.post(`${this.configuration.basePath}/studio/explorer/${encodeURIComponent(String(folderKey))}/duplication`, folderSpecificationStudio, {
1393
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
1394
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
1340
1395
  context: localVarHttpContext,
1396
+ body: folderSpecificationStudio,
1341
1397
  responseType: responseType_,
1342
1398
  withCredentials: this.configuration.withCredentials,
1343
1399
  headers: localVarHeaders,
@@ -1385,7 +1441,8 @@ class ExplorerService {
1385
1441
  responseType_ = 'blob';
1386
1442
  }
1387
1443
  }
1388
- return this.httpClient.get(`${this.configuration.basePath}/studio/explorer`, {
1444
+ let localVarPath = `/studio/explorer`;
1445
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1389
1446
  context: localVarHttpContext,
1390
1447
  params: localVarQueryParameters,
1391
1448
  responseType: responseType_,
@@ -1439,7 +1496,8 @@ class ExplorerService {
1439
1496
  responseType_ = 'blob';
1440
1497
  }
1441
1498
  }
1442
- return this.httpClient.get(`${this.configuration.basePath}/studio/explorer/${encodeURIComponent(String(folderKey))}`, {
1499
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1500
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1443
1501
  context: localVarHttpContext,
1444
1502
  params: localVarQueryParameters,
1445
1503
  responseType: responseType_,
@@ -1500,8 +1558,10 @@ class ExplorerService {
1500
1558
  responseType_ = 'blob';
1501
1559
  }
1502
1560
  }
1503
- return this.httpClient.put(`${this.configuration.basePath}/studio/explorer/${encodeURIComponent(String(folderKey))}`, folderSpecificationStudio, {
1561
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1562
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1504
1563
  context: localVarHttpContext,
1564
+ body: folderSpecificationStudio,
1505
1565
  responseType: responseType_,
1506
1566
  withCredentials: this.configuration.withCredentials,
1507
1567
  headers: localVarHeaders,
@@ -1531,7 +1591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1531
1591
  /**
1532
1592
  * VRt.Studio [ST]
1533
1593
  *
1534
- * The version of the OpenAPI document: 6.4.1962
1594
+ * The version of the OpenAPI document: 6.5.1990
1535
1595
  * Contact: servicedesk@veeroute.com
1536
1596
  *
1537
1597
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1547,6 +1607,9 @@ class HardlinksService {
1547
1607
  this.configuration = configuration;
1548
1608
  }
1549
1609
  if (typeof this.configuration.basePath !== 'string') {
1610
+ if (Array.isArray(basePath) && basePath.length > 0) {
1611
+ basePath = basePath[0];
1612
+ }
1550
1613
  if (typeof basePath !== 'string') {
1551
1614
  basePath = this.basePath;
1552
1615
  }
@@ -1554,6 +1617,7 @@ class HardlinksService {
1554
1617
  }
1555
1618
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
1556
1619
  }
1620
+ // @ts-ignore
1557
1621
  addToHttpParams(httpParams, value, key) {
1558
1622
  if (typeof value === "object" && value instanceof Date === false) {
1559
1623
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -1642,8 +1706,10 @@ class HardlinksService {
1642
1706
  responseType_ = 'blob';
1643
1707
  }
1644
1708
  }
1645
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks`, webHardlinkStudio, {
1709
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
1710
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
1646
1711
  context: localVarHttpContext,
1712
+ body: webHardlinkStudio,
1647
1713
  responseType: responseType_,
1648
1714
  withCredentials: this.configuration.withCredentials,
1649
1715
  headers: localVarHeaders,
@@ -1694,7 +1760,8 @@ class HardlinksService {
1694
1760
  responseType_ = 'blob';
1695
1761
  }
1696
1762
  }
1697
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks/${encodeURIComponent(String(essenceKey))}`, {
1763
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
1764
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
1698
1765
  context: localVarHttpContext,
1699
1766
  responseType: responseType_,
1700
1767
  withCredentials: this.configuration.withCredentials,
@@ -1746,7 +1813,8 @@ class HardlinksService {
1746
1813
  responseType_ = 'blob';
1747
1814
  }
1748
1815
  }
1749
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks/${encodeURIComponent(String(essenceKey))}`, {
1816
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
1817
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1750
1818
  context: localVarHttpContext,
1751
1819
  responseType: responseType_,
1752
1820
  withCredentials: this.configuration.withCredentials,
@@ -1820,8 +1888,10 @@ class HardlinksService {
1820
1888
  responseType_ = 'blob';
1821
1889
  }
1822
1890
  }
1823
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks/batch/list`, tableHardlinkFilterListStudio, {
1891
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/list`;
1892
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
1824
1893
  context: localVarHttpContext,
1894
+ body: tableHardlinkFilterListStudio,
1825
1895
  params: localVarQueryParameters,
1826
1896
  responseType: responseType_,
1827
1897
  withCredentials: this.configuration.withCredentials,
@@ -1881,8 +1951,10 @@ class HardlinksService {
1881
1951
  responseType_ = 'blob';
1882
1952
  }
1883
1953
  }
1884
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks`, webHardlinkStudio, {
1954
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
1955
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1885
1956
  context: localVarHttpContext,
1957
+ body: webHardlinkStudio,
1886
1958
  responseType: responseType_,
1887
1959
  withCredentials: this.configuration.withCredentials,
1888
1960
  headers: localVarHeaders,
@@ -1912,7 +1984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1912
1984
  /**
1913
1985
  * VRt.Studio [ST]
1914
1986
  *
1915
- * The version of the OpenAPI document: 6.4.1962
1987
+ * The version of the OpenAPI document: 6.5.1990
1916
1988
  * Contact: servicedesk@veeroute.com
1917
1989
  *
1918
1990
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1928,6 +2000,9 @@ class LocationsService {
1928
2000
  this.configuration = configuration;
1929
2001
  }
1930
2002
  if (typeof this.configuration.basePath !== 'string') {
2003
+ if (Array.isArray(basePath) && basePath.length > 0) {
2004
+ basePath = basePath[0];
2005
+ }
1931
2006
  if (typeof basePath !== 'string') {
1932
2007
  basePath = this.basePath;
1933
2008
  }
@@ -1935,6 +2010,7 @@ class LocationsService {
1935
2010
  }
1936
2011
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
1937
2012
  }
2013
+ // @ts-ignore
1938
2014
  addToHttpParams(httpParams, value, key) {
1939
2015
  if (typeof value === "object" && value instanceof Date === false) {
1940
2016
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -2023,8 +2099,10 @@ class LocationsService {
2023
2099
  responseType_ = 'blob';
2024
2100
  }
2025
2101
  }
2026
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations`, webLocationStudio, {
2102
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
2103
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2027
2104
  context: localVarHttpContext,
2105
+ body: webLocationStudio,
2028
2106
  responseType: responseType_,
2029
2107
  withCredentials: this.configuration.withCredentials,
2030
2108
  headers: localVarHeaders,
@@ -2075,7 +2153,8 @@ class LocationsService {
2075
2153
  responseType_ = 'blob';
2076
2154
  }
2077
2155
  }
2078
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/${encodeURIComponent(String(essenceKey))}`, {
2156
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
2157
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
2079
2158
  context: localVarHttpContext,
2080
2159
  responseType: responseType_,
2081
2160
  withCredentials: this.configuration.withCredentials,
@@ -2127,7 +2206,8 @@ class LocationsService {
2127
2206
  responseType_ = 'blob';
2128
2207
  }
2129
2208
  }
2130
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/${encodeURIComponent(String(essenceKey))}`, {
2209
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
2210
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
2131
2211
  context: localVarHttpContext,
2132
2212
  responseType: responseType_,
2133
2213
  withCredentials: this.configuration.withCredentials,
@@ -2201,8 +2281,10 @@ class LocationsService {
2201
2281
  responseType_ = 'blob';
2202
2282
  }
2203
2283
  }
2204
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/batch/list`, tableLocationFilterListStudio, {
2284
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/list`;
2285
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2205
2286
  context: localVarHttpContext,
2287
+ body: tableLocationFilterListStudio,
2206
2288
  params: localVarQueryParameters,
2207
2289
  responseType: responseType_,
2208
2290
  withCredentials: this.configuration.withCredentials,
@@ -2259,8 +2341,10 @@ class LocationsService {
2259
2341
  responseType_ = 'blob';
2260
2342
  }
2261
2343
  }
2262
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/batch/geopoints`, tableLocationFilterListStudio, {
2344
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/geopoints`;
2345
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2263
2346
  context: localVarHttpContext,
2347
+ body: tableLocationFilterListStudio,
2264
2348
  responseType: responseType_,
2265
2349
  withCredentials: this.configuration.withCredentials,
2266
2350
  headers: localVarHeaders,
@@ -2319,8 +2403,10 @@ class LocationsService {
2319
2403
  responseType_ = 'blob';
2320
2404
  }
2321
2405
  }
2322
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations`, webLocationStudio, {
2406
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
2407
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
2323
2408
  context: localVarHttpContext,
2409
+ body: webLocationStudio,
2324
2410
  responseType: responseType_,
2325
2411
  withCredentials: this.configuration.withCredentials,
2326
2412
  headers: localVarHeaders,
@@ -2350,7 +2436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
2350
2436
  /**
2351
2437
  * VRt.Studio [ST]
2352
2438
  *
2353
- * The version of the OpenAPI document: 6.4.1962
2439
+ * The version of the OpenAPI document: 6.5.1990
2354
2440
  * Contact: servicedesk@veeroute.com
2355
2441
  *
2356
2442
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2366,6 +2452,9 @@ class OrdersService {
2366
2452
  this.configuration = configuration;
2367
2453
  }
2368
2454
  if (typeof this.configuration.basePath !== 'string') {
2455
+ if (Array.isArray(basePath) && basePath.length > 0) {
2456
+ basePath = basePath[0];
2457
+ }
2369
2458
  if (typeof basePath !== 'string') {
2370
2459
  basePath = this.basePath;
2371
2460
  }
@@ -2373,6 +2462,7 @@ class OrdersService {
2373
2462
  }
2374
2463
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
2375
2464
  }
2465
+ // @ts-ignore
2376
2466
  addToHttpParams(httpParams, value, key) {
2377
2467
  if (typeof value === "object" && value instanceof Date === false) {
2378
2468
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -2461,8 +2551,10 @@ class OrdersService {
2461
2551
  responseType_ = 'blob';
2462
2552
  }
2463
2553
  }
2464
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders`, webOrderStudio, {
2554
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
2555
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2465
2556
  context: localVarHttpContext,
2557
+ body: webOrderStudio,
2466
2558
  responseType: responseType_,
2467
2559
  withCredentials: this.configuration.withCredentials,
2468
2560
  headers: localVarHeaders,
@@ -2513,7 +2605,8 @@ class OrdersService {
2513
2605
  responseType_ = 'blob';
2514
2606
  }
2515
2607
  }
2516
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/${encodeURIComponent(String(essenceKey))}`, {
2608
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
2609
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
2517
2610
  context: localVarHttpContext,
2518
2611
  responseType: responseType_,
2519
2612
  withCredentials: this.configuration.withCredentials,
@@ -2565,7 +2658,8 @@ class OrdersService {
2565
2658
  responseType_ = 'blob';
2566
2659
  }
2567
2660
  }
2568
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/${encodeURIComponent(String(essenceKey))}`, {
2661
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
2662
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
2569
2663
  context: localVarHttpContext,
2570
2664
  responseType: responseType_,
2571
2665
  withCredentials: this.configuration.withCredentials,
@@ -2639,8 +2733,10 @@ class OrdersService {
2639
2733
  responseType_ = 'blob';
2640
2734
  }
2641
2735
  }
2642
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/batch/list`, tableOrderFilterListStudio, {
2736
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/list`;
2737
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2643
2738
  context: localVarHttpContext,
2739
+ body: tableOrderFilterListStudio,
2644
2740
  params: localVarQueryParameters,
2645
2741
  responseType: responseType_,
2646
2742
  withCredentials: this.configuration.withCredentials,
@@ -2697,8 +2793,10 @@ class OrdersService {
2697
2793
  responseType_ = 'blob';
2698
2794
  }
2699
2795
  }
2700
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/batch/geopoints`, tableOrderFilterListStudio, {
2796
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/geopoints`;
2797
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2701
2798
  context: localVarHttpContext,
2799
+ body: tableOrderFilterListStudio,
2702
2800
  responseType: responseType_,
2703
2801
  withCredentials: this.configuration.withCredentials,
2704
2802
  headers: localVarHeaders,
@@ -2757,8 +2855,10 @@ class OrdersService {
2757
2855
  responseType_ = 'blob';
2758
2856
  }
2759
2857
  }
2760
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders`, webOrderStudio, {
2858
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
2859
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
2761
2860
  context: localVarHttpContext,
2861
+ body: webOrderStudio,
2762
2862
  responseType: responseType_,
2763
2863
  withCredentials: this.configuration.withCredentials,
2764
2864
  headers: localVarHeaders,
@@ -2788,7 +2888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
2788
2888
  /**
2789
2889
  * VRt.Studio [ST]
2790
2890
  *
2791
- * The version of the OpenAPI document: 6.4.1962
2891
+ * The version of the OpenAPI document: 6.5.1990
2792
2892
  * Contact: servicedesk@veeroute.com
2793
2893
  *
2794
2894
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2804,6 +2904,9 @@ class PerformersService {
2804
2904
  this.configuration = configuration;
2805
2905
  }
2806
2906
  if (typeof this.configuration.basePath !== 'string') {
2907
+ if (Array.isArray(basePath) && basePath.length > 0) {
2908
+ basePath = basePath[0];
2909
+ }
2807
2910
  if (typeof basePath !== 'string') {
2808
2911
  basePath = this.basePath;
2809
2912
  }
@@ -2811,6 +2914,7 @@ class PerformersService {
2811
2914
  }
2812
2915
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
2813
2916
  }
2917
+ // @ts-ignore
2814
2918
  addToHttpParams(httpParams, value, key) {
2815
2919
  if (typeof value === "object" && value instanceof Date === false) {
2816
2920
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -2899,8 +3003,10 @@ class PerformersService {
2899
3003
  responseType_ = 'blob';
2900
3004
  }
2901
3005
  }
2902
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers`, webPerformerStudio, {
3006
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
3007
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
2903
3008
  context: localVarHttpContext,
3009
+ body: webPerformerStudio,
2904
3010
  responseType: responseType_,
2905
3011
  withCredentials: this.configuration.withCredentials,
2906
3012
  headers: localVarHeaders,
@@ -2951,7 +3057,8 @@ class PerformersService {
2951
3057
  responseType_ = 'blob';
2952
3058
  }
2953
3059
  }
2954
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/${encodeURIComponent(String(essenceKey))}`, {
3060
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3061
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
2955
3062
  context: localVarHttpContext,
2956
3063
  responseType: responseType_,
2957
3064
  withCredentials: this.configuration.withCredentials,
@@ -3003,7 +3110,8 @@ class PerformersService {
3003
3110
  responseType_ = 'blob';
3004
3111
  }
3005
3112
  }
3006
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/${encodeURIComponent(String(essenceKey))}`, {
3113
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3114
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
3007
3115
  context: localVarHttpContext,
3008
3116
  responseType: responseType_,
3009
3117
  withCredentials: this.configuration.withCredentials,
@@ -3077,8 +3185,10 @@ class PerformersService {
3077
3185
  responseType_ = 'blob';
3078
3186
  }
3079
3187
  }
3080
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/batch/list`, tablePerformerFilterListStudio, {
3188
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/list`;
3189
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3081
3190
  context: localVarHttpContext,
3191
+ body: tablePerformerFilterListStudio,
3082
3192
  params: localVarQueryParameters,
3083
3193
  responseType: responseType_,
3084
3194
  withCredentials: this.configuration.withCredentials,
@@ -3135,8 +3245,10 @@ class PerformersService {
3135
3245
  responseType_ = 'blob';
3136
3246
  }
3137
3247
  }
3138
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/batch/geopoints`, tablePerformerFilterListStudio, {
3248
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/geopoints`;
3249
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3139
3250
  context: localVarHttpContext,
3251
+ body: tablePerformerFilterListStudio,
3140
3252
  responseType: responseType_,
3141
3253
  withCredentials: this.configuration.withCredentials,
3142
3254
  headers: localVarHeaders,
@@ -3195,8 +3307,10 @@ class PerformersService {
3195
3307
  responseType_ = 'blob';
3196
3308
  }
3197
3309
  }
3198
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers`, webPerformerStudio, {
3310
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
3311
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
3199
3312
  context: localVarHttpContext,
3313
+ body: webPerformerStudio,
3200
3314
  responseType: responseType_,
3201
3315
  withCredentials: this.configuration.withCredentials,
3202
3316
  headers: localVarHeaders,
@@ -3226,7 +3340,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3226
3340
  /**
3227
3341
  * VRt.Studio [ST]
3228
3342
  *
3229
- * The version of the OpenAPI document: 6.4.1962
3343
+ * The version of the OpenAPI document: 6.5.1990
3230
3344
  * Contact: servicedesk@veeroute.com
3231
3345
  *
3232
3346
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3242,6 +3356,9 @@ class SystemService {
3242
3356
  this.configuration = configuration;
3243
3357
  }
3244
3358
  if (typeof this.configuration.basePath !== 'string') {
3359
+ if (Array.isArray(basePath) && basePath.length > 0) {
3360
+ basePath = basePath[0];
3361
+ }
3245
3362
  if (typeof basePath !== 'string') {
3246
3363
  basePath = this.basePath;
3247
3364
  }
@@ -3249,6 +3366,7 @@ class SystemService {
3249
3366
  }
3250
3367
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
3251
3368
  }
3369
+ // @ts-ignore
3252
3370
  addToHttpParams(httpParams, value, key) {
3253
3371
  if (typeof value === "object" && value instanceof Date === false) {
3254
3372
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -3315,7 +3433,8 @@ class SystemService {
3315
3433
  responseType_ = 'blob';
3316
3434
  }
3317
3435
  }
3318
- return this.httpClient.get(`${this.configuration.basePath}/studio/system/check`, {
3436
+ let localVarPath = `/studio/system/check`;
3437
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
3319
3438
  context: localVarHttpContext,
3320
3439
  responseType: responseType_,
3321
3440
  withCredentials: this.configuration.withCredentials,
@@ -3359,7 +3478,8 @@ class SystemService {
3359
3478
  responseType_ = 'blob';
3360
3479
  }
3361
3480
  }
3362
- return this.httpClient.get(`${this.configuration.basePath}/studio/file/${encodeURIComponent(String(filename))}`, {
3481
+ let localVarPath = `/studio/file/${this.configuration.encodeParam({ name: "filename", value: filename, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3482
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
3363
3483
  context: localVarHttpContext,
3364
3484
  responseType: responseType_,
3365
3485
  withCredentials: this.configuration.withCredentials,
@@ -3397,7 +3517,8 @@ class SystemService {
3397
3517
  responseType_ = 'blob';
3398
3518
  }
3399
3519
  }
3400
- return this.httpClient.get(`${this.configuration.basePath}/studio/system/version`, {
3520
+ let localVarPath = `/studio/system/version`;
3521
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
3401
3522
  context: localVarHttpContext,
3402
3523
  responseType: responseType_,
3403
3524
  withCredentials: this.configuration.withCredentials,
@@ -3428,7 +3549,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3428
3549
  /**
3429
3550
  * VRt.Studio [ST]
3430
3551
  *
3431
- * The version of the OpenAPI document: 6.4.1962
3552
+ * The version of the OpenAPI document: 6.5.1990
3432
3553
  * Contact: servicedesk@veeroute.com
3433
3554
  *
3434
3555
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3444,6 +3565,9 @@ class TransportsService {
3444
3565
  this.configuration = configuration;
3445
3566
  }
3446
3567
  if (typeof this.configuration.basePath !== 'string') {
3568
+ if (Array.isArray(basePath) && basePath.length > 0) {
3569
+ basePath = basePath[0];
3570
+ }
3447
3571
  if (typeof basePath !== 'string') {
3448
3572
  basePath = this.basePath;
3449
3573
  }
@@ -3451,6 +3575,7 @@ class TransportsService {
3451
3575
  }
3452
3576
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
3453
3577
  }
3578
+ // @ts-ignore
3454
3579
  addToHttpParams(httpParams, value, key) {
3455
3580
  if (typeof value === "object" && value instanceof Date === false) {
3456
3581
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -3539,8 +3664,10 @@ class TransportsService {
3539
3664
  responseType_ = 'blob';
3540
3665
  }
3541
3666
  }
3542
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports`, webTransportStudio, {
3667
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
3668
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3543
3669
  context: localVarHttpContext,
3670
+ body: webTransportStudio,
3544
3671
  responseType: responseType_,
3545
3672
  withCredentials: this.configuration.withCredentials,
3546
3673
  headers: localVarHeaders,
@@ -3591,7 +3718,8 @@ class TransportsService {
3591
3718
  responseType_ = 'blob';
3592
3719
  }
3593
3720
  }
3594
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/${encodeURIComponent(String(essenceKey))}`, {
3721
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3722
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
3595
3723
  context: localVarHttpContext,
3596
3724
  responseType: responseType_,
3597
3725
  withCredentials: this.configuration.withCredentials,
@@ -3643,7 +3771,8 @@ class TransportsService {
3643
3771
  responseType_ = 'blob';
3644
3772
  }
3645
3773
  }
3646
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/${encodeURIComponent(String(essenceKey))}`, {
3774
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3775
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
3647
3776
  context: localVarHttpContext,
3648
3777
  responseType: responseType_,
3649
3778
  withCredentials: this.configuration.withCredentials,
@@ -3717,8 +3846,10 @@ class TransportsService {
3717
3846
  responseType_ = 'blob';
3718
3847
  }
3719
3848
  }
3720
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/batch/list`, tableTransportFilterListStudio, {
3849
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/list`;
3850
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3721
3851
  context: localVarHttpContext,
3852
+ body: tableTransportFilterListStudio,
3722
3853
  params: localVarQueryParameters,
3723
3854
  responseType: responseType_,
3724
3855
  withCredentials: this.configuration.withCredentials,
@@ -3775,8 +3906,10 @@ class TransportsService {
3775
3906
  responseType_ = 'blob';
3776
3907
  }
3777
3908
  }
3778
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/batch/geopoints`, tableTransportFilterListStudio, {
3909
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/geopoints`;
3910
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3779
3911
  context: localVarHttpContext,
3912
+ body: tableTransportFilterListStudio,
3780
3913
  responseType: responseType_,
3781
3914
  withCredentials: this.configuration.withCredentials,
3782
3915
  headers: localVarHeaders,
@@ -3835,8 +3968,10 @@ class TransportsService {
3835
3968
  responseType_ = 'blob';
3836
3969
  }
3837
3970
  }
3838
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports`, webTransportStudio, {
3971
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
3972
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
3839
3973
  context: localVarHttpContext,
3974
+ body: webTransportStudio,
3840
3975
  responseType: responseType_,
3841
3976
  withCredentials: this.configuration.withCredentials,
3842
3977
  headers: localVarHeaders,
@@ -3866,7 +4001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
3866
4001
  /**
3867
4002
  * VRt.Studio [ST]
3868
4003
  *
3869
- * The version of the OpenAPI document: 6.4.1962
4004
+ * The version of the OpenAPI document: 6.5.1990
3870
4005
  * Contact: servicedesk@veeroute.com
3871
4006
  *
3872
4007
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3882,6 +4017,9 @@ class TripsService {
3882
4017
  this.configuration = configuration;
3883
4018
  }
3884
4019
  if (typeof this.configuration.basePath !== 'string') {
4020
+ if (Array.isArray(basePath) && basePath.length > 0) {
4021
+ basePath = basePath[0];
4022
+ }
3885
4023
  if (typeof basePath !== 'string') {
3886
4024
  basePath = this.basePath;
3887
4025
  }
@@ -3889,6 +4027,7 @@ class TripsService {
3889
4027
  }
3890
4028
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
3891
4029
  }
4030
+ // @ts-ignore
3892
4031
  addToHttpParams(httpParams, value, key) {
3893
4032
  if (typeof value === "object" && value instanceof Date === false) {
3894
4033
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -3977,8 +4116,10 @@ class TripsService {
3977
4116
  responseType_ = 'blob';
3978
4117
  }
3979
4118
  }
3980
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips`, webTripStudio, {
4119
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
4120
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
3981
4121
  context: localVarHttpContext,
4122
+ body: webTripStudio,
3982
4123
  responseType: responseType_,
3983
4124
  withCredentials: this.configuration.withCredentials,
3984
4125
  headers: localVarHeaders,
@@ -4029,7 +4170,8 @@ class TripsService {
4029
4170
  responseType_ = 'blob';
4030
4171
  }
4031
4172
  }
4032
- return this.httpClient.delete(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/${encodeURIComponent(String(essenceKey))}`, {
4173
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4174
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
4033
4175
  context: localVarHttpContext,
4034
4176
  responseType: responseType_,
4035
4177
  withCredentials: this.configuration.withCredentials,
@@ -4081,7 +4223,8 @@ class TripsService {
4081
4223
  responseType_ = 'blob';
4082
4224
  }
4083
4225
  }
4084
- return this.httpClient.get(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/${encodeURIComponent(String(essenceKey))}`, {
4226
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4227
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
4085
4228
  context: localVarHttpContext,
4086
4229
  responseType: responseType_,
4087
4230
  withCredentials: this.configuration.withCredentials,
@@ -4155,8 +4298,10 @@ class TripsService {
4155
4298
  responseType_ = 'blob';
4156
4299
  }
4157
4300
  }
4158
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/batch/list`, tableTripFilterListStudio, {
4301
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/list`;
4302
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
4159
4303
  context: localVarHttpContext,
4304
+ body: tableTripFilterListStudio,
4160
4305
  params: localVarQueryParameters,
4161
4306
  responseType: responseType_,
4162
4307
  withCredentials: this.configuration.withCredentials,
@@ -4213,8 +4358,10 @@ class TripsService {
4213
4358
  responseType_ = 'blob';
4214
4359
  }
4215
4360
  }
4216
- return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/batch/tracks`, tableTripFilterListStudio, {
4361
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks`;
4362
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
4217
4363
  context: localVarHttpContext,
4364
+ body: tableTripFilterListStudio,
4218
4365
  responseType: responseType_,
4219
4366
  withCredentials: this.configuration.withCredentials,
4220
4367
  headers: localVarHeaders,
@@ -4273,8 +4420,10 @@ class TripsService {
4273
4420
  responseType_ = 'blob';
4274
4421
  }
4275
4422
  }
4276
- return this.httpClient.put(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips`, webTripStudio, {
4423
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
4424
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
4277
4425
  context: localVarHttpContext,
4426
+ body: webTripStudio,
4278
4427
  responseType: responseType_,
4279
4428
  withCredentials: this.configuration.withCredentials,
4280
4429
  headers: localVarHeaders,
@@ -4306,7 +4455,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4306
4455
  /**
4307
4456
  * VRt.Studio [ST]
4308
4457
  *
4309
- * The version of the OpenAPI document: 6.4.1962
4458
+ * The version of the OpenAPI document: 6.5.1990
4310
4459
  * Contact: servicedesk@veeroute.com
4311
4460
  *
4312
4461
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4321,12 +4470,11 @@ var BasicProcessStudio;
4321
4470
  BasicProcessStudio["REPLAN"] = "REPLAN";
4322
4471
  BasicProcessStudio["ACTUALIZE"] = "ACTUALIZE";
4323
4472
  })(BasicProcessStudio || (BasicProcessStudio = {}));
4324
- ;
4325
4473
 
4326
4474
  /**
4327
4475
  * VRt.Studio [ST]
4328
4476
  *
4329
- * The version of the OpenAPI document: 6.4.1962
4477
+ * The version of the OpenAPI document: 6.5.1990
4330
4478
  * Contact: servicedesk@veeroute.com
4331
4479
  *
4332
4480
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4342,12 +4490,11 @@ var BasicStateStudio;
4342
4490
  BasicStateStudio["UNPLANNED"] = "UNPLANNED";
4343
4491
  BasicStateStudio["ERROR"] = "ERROR";
4344
4492
  })(BasicStateStudio || (BasicStateStudio = {}));
4345
- ;
4346
4493
 
4347
4494
  /**
4348
4495
  * VRt.Studio [ST]
4349
4496
  *
4350
- * The version of the OpenAPI document: 6.4.1962
4497
+ * The version of the OpenAPI document: 6.5.1990
4351
4498
  * Contact: servicedesk@veeroute.com
4352
4499
  *
4353
4500
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4366,12 +4513,11 @@ var CalculationStatusStudio;
4366
4513
  CalculationStatusStudio["CANCELED_BY_TIMEOUT"] = "CANCELED_BY_TIMEOUT";
4367
4514
  CalculationStatusStudio["FAILED"] = "FAILED";
4368
4515
  })(CalculationStatusStudio || (CalculationStatusStudio = {}));
4369
- ;
4370
4516
 
4371
4517
  /**
4372
4518
  * VRt.Studio [ST]
4373
4519
  *
4374
- * The version of the OpenAPI document: 6.4.1962
4520
+ * The version of the OpenAPI document: 6.5.1990
4375
4521
  * Contact: servicedesk@veeroute.com
4376
4522
  *
4377
4523
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4387,12 +4533,11 @@ var CargoRotationTypeStudio;
4387
4533
  CargoRotationTypeStudio["PITCH"] = "PITCH";
4388
4534
  CargoRotationTypeStudio["ROLL"] = "ROLL";
4389
4535
  })(CargoRotationTypeStudio || (CargoRotationTypeStudio = {}));
4390
- ;
4391
4536
 
4392
4537
  /**
4393
4538
  * VRt.Studio [ST]
4394
4539
  *
4395
- * The version of the OpenAPI document: 6.4.1962
4540
+ * The version of the OpenAPI document: 6.5.1990
4396
4541
  * Contact: servicedesk@veeroute.com
4397
4542
  *
4398
4543
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4417,7 +4562,7 @@ var DemandStudioDemandTypeEnum;
4417
4562
  /**
4418
4563
  * VRt.Studio [ST]
4419
4564
  *
4420
- * The version of the OpenAPI document: 6.4.1962
4565
+ * The version of the OpenAPI document: 6.5.1990
4421
4566
  * Contact: servicedesk@veeroute.com
4422
4567
  *
4423
4568
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4437,12 +4582,11 @@ var EntityErrorTypeStudio;
4437
4582
  EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_LOCATION"] = "COMPATIBILITY_TRANSPORT_LOCATION";
4438
4583
  EntityErrorTypeStudio["COMPATIBILITY_ORDER_PERFORMER"] = "COMPATIBILITY_ORDER_PERFORMER";
4439
4584
  })(EntityErrorTypeStudio || (EntityErrorTypeStudio = {}));
4440
- ;
4441
4585
 
4442
4586
  /**
4443
4587
  * VRt.Studio [ST]
4444
4588
  *
4445
- * The version of the OpenAPI document: 6.4.1962
4589
+ * The version of the OpenAPI document: 6.5.1990
4446
4590
  * Contact: servicedesk@veeroute.com
4447
4591
  *
4448
4592
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4480,19 +4624,18 @@ var EntityTypeStudio;
4480
4624
  EntityTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
4481
4625
  EntityTypeStudio["TRANSPORT_SHIFT_LINK"] = "TRANSPORT_SHIFT_LINK";
4482
4626
  })(EntityTypeStudio || (EntityTypeStudio = {}));
4483
- ;
4484
4627
 
4485
4628
  /**
4486
4629
  * VRt.Studio [ST]
4487
4630
  *
4488
- * The version of the OpenAPI document: 6.4.1962
4631
+ * The version of the OpenAPI document: 6.5.1990
4489
4632
  * Contact: servicedesk@veeroute.com
4490
4633
  *
4491
4634
  * NOTE: This class is auto generated by OpenAPI Generator.
4492
4635
  * Do not edit the class manually.
4493
4636
  */
4494
4637
  /**
4495
- * 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
4638
+ * 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
4496
4639
  */
4497
4640
  var EntityWarningTypeStudio;
4498
4641
  (function (EntityWarningTypeStudio) {
@@ -4518,13 +4661,13 @@ var EntityWarningTypeStudio;
4518
4661
  EntityWarningTypeStudio["SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE"] = "SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE";
4519
4662
  EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
4520
4663
  EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
4664
+ EntityWarningTypeStudio["MAX_CALCULATION_TIME_VIOLATION"] = "MAX_CALCULATION_TIME_VIOLATION";
4521
4665
  })(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
4522
- ;
4523
4666
 
4524
4667
  /**
4525
4668
  * VRt.Studio [ST]
4526
4669
  *
4527
- * The version of the OpenAPI document: 6.4.1962
4670
+ * The version of the OpenAPI document: 6.5.1990
4528
4671
  * Contact: servicedesk@veeroute.com
4529
4672
  *
4530
4673
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4538,12 +4681,11 @@ var FolderTypeStudio;
4538
4681
  FolderTypeStudio["ROOT"] = "ROOT";
4539
4682
  FolderTypeStudio["FOLDER"] = "FOLDER";
4540
4683
  })(FolderTypeStudio || (FolderTypeStudio = {}));
4541
- ;
4542
4684
 
4543
4685
  /**
4544
4686
  * VRt.Studio [ST]
4545
4687
  *
4546
- * The version of the OpenAPI document: 6.4.1962
4688
+ * The version of the OpenAPI document: 6.5.1990
4547
4689
  * Contact: servicedesk@veeroute.com
4548
4690
  *
4549
4691
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4558,12 +4700,11 @@ var HardlinkElementTypeStudio;
4558
4700
  HardlinkElementTypeStudio["PERFORMER_SHIFT"] = "PERFORMER_SHIFT";
4559
4701
  HardlinkElementTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
4560
4702
  })(HardlinkElementTypeStudio || (HardlinkElementTypeStudio = {}));
4561
- ;
4562
4703
 
4563
4704
  /**
4564
4705
  * VRt.Studio [ST]
4565
4706
  *
4566
- * The version of the OpenAPI document: 6.4.1962
4707
+ * The version of the OpenAPI document: 6.5.1990
4567
4708
  * Contact: servicedesk@veeroute.com
4568
4709
  *
4569
4710
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4584,7 +4725,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4584
4725
  /**
4585
4726
  * VRt.Studio [ST]
4586
4727
  *
4587
- * The version of the OpenAPI document: 6.4.1962
4728
+ * The version of the OpenAPI document: 6.5.1990
4588
4729
  * Contact: servicedesk@veeroute.com
4589
4730
  *
4590
4731
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4600,7 +4741,7 @@ var OrderFactStudioTypeEnum;
4600
4741
  /**
4601
4742
  * VRt.Studio [ST]
4602
4743
  *
4603
- * The version of the OpenAPI document: 6.4.1962
4744
+ * The version of the OpenAPI document: 6.5.1990
4604
4745
  * Contact: servicedesk@veeroute.com
4605
4746
  *
4606
4747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4623,12 +4764,11 @@ var ServiceNameStudio;
4623
4764
  ServiceNameStudio["CLUSTER"] = "CLUSTER";
4624
4765
  ServiceNameStudio["CARGOTIMETABLE"] = "CARGOTIMETABLE";
4625
4766
  })(ServiceNameStudio || (ServiceNameStudio = {}));
4626
- ;
4627
4767
 
4628
4768
  /**
4629
4769
  * VRt.Studio [ST]
4630
4770
  *
4631
- * The version of the OpenAPI document: 6.4.1962
4771
+ * The version of the OpenAPI document: 6.5.1990
4632
4772
  * Contact: servicedesk@veeroute.com
4633
4773
  *
4634
4774
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4647,12 +4787,11 @@ var TableFilterTypeStudio;
4647
4787
  TableFilterTypeStudio["STRING_LIST"] = "STRING_LIST";
4648
4788
  TableFilterTypeStudio["STRING_SEARCH"] = "STRING_SEARCH";
4649
4789
  })(TableFilterTypeStudio || (TableFilterTypeStudio = {}));
4650
- ;
4651
4790
 
4652
4791
  /**
4653
4792
  * VRt.Studio [ST]
4654
4793
  *
4655
- * The version of the OpenAPI document: 6.4.1962
4794
+ * The version of the OpenAPI document: 6.5.1990
4656
4795
  * Contact: servicedesk@veeroute.com
4657
4796
  *
4658
4797
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4670,12 +4809,11 @@ var TableHardlinkColumnTypeStudio;
4670
4809
  TableHardlinkColumnTypeStudio["ELEMENTS_COUNT"] = "ELEMENTS_COUNT";
4671
4810
  TableHardlinkColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
4672
4811
  })(TableHardlinkColumnTypeStudio || (TableHardlinkColumnTypeStudio = {}));
4673
- ;
4674
4812
 
4675
4813
  /**
4676
4814
  * VRt.Studio [ST]
4677
4815
  *
4678
- * The version of the OpenAPI document: 6.4.1962
4816
+ * The version of the OpenAPI document: 6.5.1990
4679
4817
  * Contact: servicedesk@veeroute.com
4680
4818
  *
4681
4819
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4698,7 +4836,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
4698
4836
  /**
4699
4837
  * VRt.Studio [ST]
4700
4838
  *
4701
- * The version of the OpenAPI document: 6.4.1962
4839
+ * The version of the OpenAPI document: 6.5.1990
4702
4840
  * Contact: servicedesk@veeroute.com
4703
4841
  *
4704
4842
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4715,7 +4853,6 @@ var TableLocationColumnTypeStudio;
4715
4853
  TableLocationColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
4716
4854
  TableLocationColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
4717
4855
  })(TableLocationColumnTypeStudio || (TableLocationColumnTypeStudio = {}));
4718
- ;
4719
4856
 
4720
4857
  var TableLocationFieldsStudioEssenceTypeEnum;
4721
4858
  (function (TableLocationFieldsStudioEssenceTypeEnum) {
@@ -4727,7 +4864,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
4727
4864
  /**
4728
4865
  * VRt.Studio [ST]
4729
4866
  *
4730
- * The version of the OpenAPI document: 6.4.1962
4867
+ * The version of the OpenAPI document: 6.5.1990
4731
4868
  * Contact: servicedesk@veeroute.com
4732
4869
  *
4733
4870
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4766,7 +4903,6 @@ var TableOrderColumnTypeStudio;
4766
4903
  TableOrderColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
4767
4904
  TableOrderColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
4768
4905
  })(TableOrderColumnTypeStudio || (TableOrderColumnTypeStudio = {}));
4769
- ;
4770
4906
 
4771
4907
  var TableOrderFieldsStudioEssenceTypeEnum;
4772
4908
  (function (TableOrderFieldsStudioEssenceTypeEnum) {
@@ -4778,7 +4914,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
4778
4914
  /**
4779
4915
  * VRt.Studio [ST]
4780
4916
  *
4781
- * The version of the OpenAPI document: 6.4.1962
4917
+ * The version of the OpenAPI document: 6.5.1990
4782
4918
  * Contact: servicedesk@veeroute.com
4783
4919
  *
4784
4920
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4799,7 +4935,6 @@ var TablePerformerColumnTypeStudio;
4799
4935
  TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
4800
4936
  TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
4801
4937
  })(TablePerformerColumnTypeStudio || (TablePerformerColumnTypeStudio = {}));
4802
- ;
4803
4938
 
4804
4939
  var TablePerformerFieldsStudioEssenceTypeEnum;
4805
4940
  (function (TablePerformerFieldsStudioEssenceTypeEnum) {
@@ -4811,7 +4946,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
4811
4946
  /**
4812
4947
  * VRt.Studio [ST]
4813
4948
  *
4814
- * The version of the OpenAPI document: 6.4.1962
4949
+ * The version of the OpenAPI document: 6.5.1990
4815
4950
  * Contact: servicedesk@veeroute.com
4816
4951
  *
4817
4952
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4826,13 +4961,13 @@ var TableTransportColumnTypeStudio;
4826
4961
  TableTransportColumnTypeStudio["ENABLED"] = "ENABLED";
4827
4962
  TableTransportColumnTypeStudio["PRISTINE"] = "PRISTINE";
4828
4963
  TableTransportColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
4964
+ TableTransportColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
4829
4965
  TableTransportColumnTypeStudio["TRANSPORT_TYPE"] = "TRANSPORT_TYPE";
4830
4966
  TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
4831
4967
  TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
4832
4968
  TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
4833
4969
  TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
4834
4970
  })(TableTransportColumnTypeStudio || (TableTransportColumnTypeStudio = {}));
4835
- ;
4836
4971
 
4837
4972
  var TableTransportFieldsStudioEssenceTypeEnum;
4838
4973
  (function (TableTransportFieldsStudioEssenceTypeEnum) {
@@ -4844,7 +4979,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
4844
4979
  /**
4845
4980
  * VRt.Studio [ST]
4846
4981
  *
4847
- * The version of the OpenAPI document: 6.4.1962
4982
+ * The version of the OpenAPI document: 6.5.1990
4848
4983
  * Contact: servicedesk@veeroute.com
4849
4984
  *
4850
4985
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4863,7 +4998,6 @@ var TableTripColumnTypeStudio;
4863
4998
  TableTripColumnTypeStudio["NAME"] = "NAME";
4864
4999
  TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
4865
5000
  })(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
4866
- ;
4867
5001
 
4868
5002
  var TableTripFieldsStudioEssenceTypeEnum;
4869
5003
  (function (TableTripFieldsStudioEssenceTypeEnum) {
@@ -4875,7 +5009,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
4875
5009
  /**
4876
5010
  * VRt.Studio [ST]
4877
5011
  *
4878
- * The version of the OpenAPI document: 6.4.1962
5012
+ * The version of the OpenAPI document: 6.5.1990
4879
5013
  * Contact: servicedesk@veeroute.com
4880
5014
  *
4881
5015
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4897,12 +5031,11 @@ var TransportTypeStudio;
4897
5031
  TransportTypeStudio["PEDESTRIAN"] = "PEDESTRIAN";
4898
5032
  TransportTypeStudio["PUBLIC_TRANSPORT"] = "PUBLIC_TRANSPORT";
4899
5033
  })(TransportTypeStudio || (TransportTypeStudio = {}));
4900
- ;
4901
5034
 
4902
5035
  /**
4903
5036
  * VRt.Studio [ST]
4904
5037
  *
4905
- * The version of the OpenAPI document: 6.4.1962
5038
+ * The version of the OpenAPI document: 6.5.1990
4906
5039
  * Contact: servicedesk@veeroute.com
4907
5040
  *
4908
5041
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4916,12 +5049,11 @@ var TripStartTimeStrategyStudio;
4916
5049
  TripStartTimeStrategyStudio["EARLIEST_FINISH"] = "EARLIEST_FINISH";
4917
5050
  TripStartTimeStrategyStudio["LOWEST_COST"] = "LOWEST_COST";
4918
5051
  })(TripStartTimeStrategyStudio || (TripStartTimeStrategyStudio = {}));
4919
- ;
4920
5052
 
4921
5053
  /**
4922
5054
  * VRt.Studio [ST]
4923
5055
  *
4924
- * The version of the OpenAPI document: 6.4.1962
5056
+ * The version of the OpenAPI document: 6.5.1990
4925
5057
  * Contact: servicedesk@veeroute.com
4926
5058
  *
4927
5059
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4943,7 +5075,6 @@ var TripStateFlagStudio;
4943
5075
  TripStateFlagStudio["RELOCATING"] = "RELOCATING";
4944
5076
  TripStateFlagStudio["BREAK"] = "BREAK";
4945
5077
  })(TripStateFlagStudio || (TripStateFlagStudio = {}));
4946
- ;
4947
5078
 
4948
5079
  var WebOrderGeopointStudioDemandTypeEnum;
4949
5080
  (function (WebOrderGeopointStudioDemandTypeEnum) {