@veeroute/lss-studio-angular 5.6.1748 → 5.11.1826

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 (380) hide show
  1. package/README.md +1 -1
  2. package/api/experimentsService.d.ts +20 -1
  3. package/api/experimentsServiceInterface.d.ts +13 -1
  4. package/api/explorerServiceInterface.d.ts +1 -1
  5. package/api/hardlinksServiceInterface.d.ts +1 -1
  6. package/api/locationsServiceInterface.d.ts +1 -1
  7. package/api/ordersServiceInterface.d.ts +1 -1
  8. package/api/performersServiceInterface.d.ts +1 -1
  9. package/api/systemServiceInterface.d.ts +1 -1
  10. package/api/transportsServiceInterface.d.ts +1 -1
  11. package/api/tripsServiceInterface.d.ts +1 -1
  12. package/cfg/method_groups.json +6 -0
  13. package/esm2020/api/experimentsService.mjs +75 -6
  14. package/esm2020/api/experimentsServiceInterface.mjs +1 -1
  15. package/esm2020/api/explorerService.mjs +5 -5
  16. package/esm2020/api/explorerServiceInterface.mjs +1 -1
  17. package/esm2020/api/hardlinksService.mjs +5 -5
  18. package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
  19. package/esm2020/api/locationsService.mjs +5 -5
  20. package/esm2020/api/locationsServiceInterface.mjs +1 -1
  21. package/esm2020/api/ordersService.mjs +5 -5
  22. package/esm2020/api/ordersServiceInterface.mjs +1 -1
  23. package/esm2020/api/performersService.mjs +5 -5
  24. package/esm2020/api/performersServiceInterface.mjs +1 -1
  25. package/esm2020/api/systemService.mjs +5 -5
  26. package/esm2020/api/systemServiceInterface.mjs +1 -1
  27. package/esm2020/api/transportsService.mjs +5 -5
  28. package/esm2020/api/transportsServiceInterface.mjs +1 -1
  29. package/esm2020/api/tripsService.mjs +5 -5
  30. package/esm2020/api/tripsServiceInterface.mjs +1 -1
  31. package/esm2020/api.module.mjs +5 -5
  32. package/esm2020/model/actualizeSettings.mjs +1 -1
  33. package/esm2020/model/assignedPerformer.mjs +1 -1
  34. package/esm2020/model/assignedTransport.mjs +1 -1
  35. package/esm2020/model/attribute.mjs +2 -2
  36. package/esm2020/model/basicProcess.mjs +2 -2
  37. package/esm2020/model/basicState.mjs +2 -2
  38. package/esm2020/model/basicTimeWindow.mjs +2 -2
  39. package/esm2020/model/box.mjs +1 -1
  40. package/esm2020/model/boxCompatibilities.mjs +2 -2
  41. package/esm2020/model/boxLimits.mjs +1 -1
  42. package/esm2020/model/break.mjs +2 -2
  43. package/esm2020/model/calculationInfo.mjs +1 -1
  44. package/esm2020/model/calculationSettings.mjs +2 -2
  45. package/esm2020/model/calculationStatus.mjs +2 -2
  46. package/esm2020/model/capacity.mjs +2 -2
  47. package/esm2020/model/capacityFactor.mjs +1 -1
  48. package/esm2020/model/cargo.mjs +1 -1
  49. package/esm2020/model/cargoCompatibilities.mjs +1 -1
  50. package/esm2020/model/cargoPlacement.mjs +2 -2
  51. package/esm2020/model/cargoRotationType.mjs +2 -2
  52. package/esm2020/model/checkResult.mjs +2 -2
  53. package/esm2020/model/compatibilityPenalty.mjs +2 -2
  54. package/esm2020/model/demand.mjs +1 -1
  55. package/esm2020/model/demandFact.mjs +2 -2
  56. package/esm2020/model/entityError.mjs +1 -1
  57. package/esm2020/model/entityErrorType.mjs +4 -3
  58. package/esm2020/model/entityPath.mjs +1 -1
  59. package/esm2020/model/entityType.mjs +2 -2
  60. package/esm2020/model/entityValidation.mjs +1 -1
  61. package/esm2020/model/entityValidationType.mjs +4 -3
  62. package/esm2020/model/experiment.mjs +1 -1
  63. package/esm2020/model/experimentCalculation.mjs +1 -1
  64. package/esm2020/model/experimentCheck.mjs +1 -1
  65. package/esm2020/model/experimentList.mjs +1 -1
  66. package/esm2020/model/experimentSettings.mjs +1 -1
  67. package/esm2020/model/experimentSpecification.mjs +2 -2
  68. package/esm2020/model/experimentStatistics.mjs +1 -1
  69. package/esm2020/model/facts.mjs +1 -1
  70. package/esm2020/model/filesystem.mjs +1 -1
  71. package/esm2020/model/folderSpecification.mjs +2 -2
  72. package/esm2020/model/folderStats.mjs +2 -2
  73. package/esm2020/model/folderType.mjs +2 -2
  74. package/esm2020/model/geoSettings.mjs +2 -2
  75. package/esm2020/model/geopoint.mjs +2 -2
  76. package/esm2020/model/hardlink.mjs +1 -1
  77. package/esm2020/model/hardlinkElement.mjs +1 -1
  78. package/esm2020/model/hardlinkElementType.mjs +2 -2
  79. package/esm2020/model/inlineResponse400.mjs +1 -1
  80. package/esm2020/model/inlineResponse401.mjs +1 -1
  81. package/esm2020/model/inlineResponse402.mjs +1 -1
  82. package/esm2020/model/inlineResponse403.mjs +1 -1
  83. package/esm2020/model/inlineResponse404.mjs +1 -1
  84. package/esm2020/model/inlineResponse404Detail.mjs +1 -1
  85. package/esm2020/model/inlineResponse429.mjs +1 -1
  86. package/esm2020/model/inlineResponse500.mjs +1 -1
  87. package/esm2020/model/linkedEssence.mjs +2 -2
  88. package/esm2020/model/location.mjs +1 -1
  89. package/esm2020/model/locationCompatibilities.mjs +2 -2
  90. package/esm2020/model/measurements.mjs +1 -1
  91. package/esm2020/model/objectMetrics.mjs +2 -2
  92. package/esm2020/model/order.mjs +1 -1
  93. package/esm2020/model/orderCompatibilities.mjs +2 -2
  94. package/esm2020/model/orderFact.mjs +2 -2
  95. package/esm2020/model/performer.mjs +1 -1
  96. package/esm2020/model/performerCompatibilities.mjs +2 -2
  97. package/esm2020/model/performerFact.mjs +1 -1
  98. package/esm2020/model/performerLimits.mjs +2 -2
  99. package/esm2020/model/performerShift.mjs +1 -1
  100. package/esm2020/model/performerTariff.mjs +1 -1
  101. package/esm2020/model/performerTariffConstraint.mjs +2 -2
  102. package/esm2020/model/planSettings.mjs +1 -1
  103. package/esm2020/model/planStatistics.mjs +1 -1
  104. package/esm2020/model/possibleEvent.mjs +1 -1
  105. package/esm2020/model/qualityStatistics.mjs +1 -1
  106. package/esm2020/model/replanSettings.mjs +1 -1
  107. package/esm2020/model/replanStrategy.mjs +2 -2
  108. package/esm2020/model/routingMatrix.mjs +1 -1
  109. package/esm2020/model/routingTransportMatrix.mjs +1 -1
  110. package/esm2020/model/schemaError.mjs +2 -2
  111. package/esm2020/model/serviceName.mjs +2 -2
  112. package/esm2020/model/statistics.mjs +1 -1
  113. package/esm2020/model/stopStatistics.mjs +1 -1
  114. package/esm2020/model/tableDataStats.mjs +2 -2
  115. package/esm2020/model/tableFilterBoolList.mjs +2 -2
  116. package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
  117. package/esm2020/model/tableFilterEnumList.mjs +2 -2
  118. package/esm2020/model/tableFilterFloatRange.mjs +2 -2
  119. package/esm2020/model/tableFilterIntRange.mjs +2 -2
  120. package/esm2020/model/tableFilterStringList.mjs +2 -2
  121. package/esm2020/model/tableFilterStringSearch.mjs +2 -2
  122. package/esm2020/model/tableFilterType.mjs +2 -2
  123. package/esm2020/model/tableHardlink.mjs +1 -1
  124. package/esm2020/model/tableHardlinkColumnType.mjs +2 -2
  125. package/esm2020/model/tableHardlinkFields.mjs +2 -2
  126. package/esm2020/model/tableHardlinkFilter.mjs +1 -1
  127. package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
  128. package/esm2020/model/tableHardlinkList.mjs +1 -1
  129. package/esm2020/model/tableListStats.mjs +1 -1
  130. package/esm2020/model/tableListStatsDetail.mjs +2 -2
  131. package/esm2020/model/tableLocation.mjs +1 -1
  132. package/esm2020/model/tableLocationColumnType.mjs +2 -2
  133. package/esm2020/model/tableLocationFields.mjs +1 -1
  134. package/esm2020/model/tableLocationFilter.mjs +1 -1
  135. package/esm2020/model/tableLocationFilterList.mjs +1 -1
  136. package/esm2020/model/tableLocationList.mjs +1 -1
  137. package/esm2020/model/tableOrder.mjs +1 -1
  138. package/esm2020/model/tableOrderColumnType.mjs +2 -2
  139. package/esm2020/model/tableOrderFields.mjs +1 -1
  140. package/esm2020/model/tableOrderFilter.mjs +1 -1
  141. package/esm2020/model/tableOrderFilterList.mjs +1 -1
  142. package/esm2020/model/tableOrderList.mjs +1 -1
  143. package/esm2020/model/tablePerformer.mjs +1 -1
  144. package/esm2020/model/tablePerformerColumnType.mjs +2 -2
  145. package/esm2020/model/tablePerformerFields.mjs +1 -1
  146. package/esm2020/model/tablePerformerFilter.mjs +1 -1
  147. package/esm2020/model/tablePerformerFilterList.mjs +1 -1
  148. package/esm2020/model/tablePerformerList.mjs +1 -1
  149. package/esm2020/model/tableTransport.mjs +1 -1
  150. package/esm2020/model/tableTransportColumnType.mjs +2 -2
  151. package/esm2020/model/tableTransportFields.mjs +1 -1
  152. package/esm2020/model/tableTransportFilter.mjs +1 -1
  153. package/esm2020/model/tableTransportFilterList.mjs +1 -1
  154. package/esm2020/model/tableTransportList.mjs +1 -1
  155. package/esm2020/model/tableTrip.mjs +1 -1
  156. package/esm2020/model/tableTripColumnType.mjs +2 -2
  157. package/esm2020/model/tableTripFields.mjs +1 -1
  158. package/esm2020/model/tableTripFilter.mjs +1 -1
  159. package/esm2020/model/tableTripFilterList.mjs +1 -1
  160. package/esm2020/model/tableTripList.mjs +1 -1
  161. package/esm2020/model/timeWindow.mjs +2 -2
  162. package/esm2020/model/timeWindowViolations.mjs +1 -1
  163. package/esm2020/model/tracedata.mjs +1 -1
  164. package/esm2020/model/trackPoint.mjs +1 -1
  165. package/esm2020/model/transport.mjs +1 -1
  166. package/esm2020/model/transportCompatibilities.mjs +2 -2
  167. package/esm2020/model/transportFact.mjs +1 -1
  168. package/esm2020/model/transportFactor.mjs +1 -1
  169. package/esm2020/model/transportLimits.mjs +1 -1
  170. package/esm2020/model/transportLoad.mjs +1 -1
  171. package/esm2020/model/transportShift.mjs +1 -1
  172. package/esm2020/model/transportTariff.mjs +1 -1
  173. package/esm2020/model/transportTariffConstraint.mjs +2 -2
  174. package/esm2020/model/transportType.mjs +2 -2
  175. package/esm2020/model/trip.mjs +1 -1
  176. package/esm2020/model/tripAssumptions.mjs +1 -1
  177. package/esm2020/model/tripPenalties.mjs +1 -1
  178. package/esm2020/model/tripStartTimeStrategy.mjs +2 -2
  179. package/esm2020/model/tripState.mjs +1 -1
  180. package/esm2020/model/tripStateFlag.mjs +2 -2
  181. package/esm2020/model/tripStatistics.mjs +1 -1
  182. package/esm2020/model/tripsSettings.mjs +1 -1
  183. package/esm2020/model/universalData.mjs +1 -1
  184. package/esm2020/model/unplannedItems.mjs +2 -2
  185. package/esm2020/model/versionResult.mjs +2 -2
  186. package/esm2020/model/waypoint.mjs +1 -1
  187. package/esm2020/model/webHardlink.mjs +1 -1
  188. package/esm2020/model/webLocation.mjs +1 -1
  189. package/esm2020/model/webLocationGeopoint.mjs +1 -1
  190. package/esm2020/model/webLocationGeopointList.mjs +1 -1
  191. package/esm2020/model/webOrder.mjs +1 -1
  192. package/esm2020/model/webOrderGeopoint.mjs +1 -1
  193. package/esm2020/model/webOrderGeopointList.mjs +1 -1
  194. package/esm2020/model/webPerformer.mjs +1 -1
  195. package/esm2020/model/webPerformerGeopoint.mjs +1 -1
  196. package/esm2020/model/webPerformerGeopointList.mjs +1 -1
  197. package/esm2020/model/webTransport.mjs +1 -1
  198. package/esm2020/model/webTransportGeopoint.mjs +1 -1
  199. package/esm2020/model/webTransportGeopointList.mjs +1 -1
  200. package/esm2020/model/webTrip.mjs +1 -1
  201. package/esm2020/model/webTripTrack.mjs +1 -1
  202. package/esm2020/model/webTripTrackList.mjs +1 -1
  203. package/esm2020/model/workAndRestRules.mjs +1 -1
  204. package/fesm2015/veeroute-lss-studio-angular.mjs +137 -66
  205. package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
  206. package/fesm2020/veeroute-lss-studio-angular.mjs +173 -102
  207. package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
  208. package/model/actualizeSettings.d.ts +1 -1
  209. package/model/assignedPerformer.d.ts +1 -1
  210. package/model/assignedTransport.d.ts +1 -1
  211. package/model/attribute.d.ts +1 -1
  212. package/model/basicProcess.d.ts +1 -1
  213. package/model/basicState.d.ts +1 -1
  214. package/model/basicTimeWindow.d.ts +1 -1
  215. package/model/box.d.ts +1 -1
  216. package/model/boxCompatibilities.d.ts +1 -1
  217. package/model/boxLimits.d.ts +1 -1
  218. package/model/break.d.ts +1 -1
  219. package/model/calculationInfo.d.ts +1 -1
  220. package/model/calculationSettings.d.ts +1 -1
  221. package/model/calculationStatus.d.ts +1 -1
  222. package/model/capacity.d.ts +1 -1
  223. package/model/capacityFactor.d.ts +1 -1
  224. package/model/cargo.d.ts +1 -1
  225. package/model/cargoCompatibilities.d.ts +1 -1
  226. package/model/cargoPlacement.d.ts +1 -1
  227. package/model/cargoRotationType.d.ts +1 -1
  228. package/model/checkResult.d.ts +1 -1
  229. package/model/compatibilityPenalty.d.ts +1 -1
  230. package/model/demand.d.ts +1 -1
  231. package/model/demandFact.d.ts +1 -1
  232. package/model/entityError.d.ts +1 -1
  233. package/model/entityErrorType.d.ts +3 -2
  234. package/model/entityPath.d.ts +1 -1
  235. package/model/entityType.d.ts +1 -1
  236. package/model/entityValidation.d.ts +1 -1
  237. package/model/entityValidationType.d.ts +3 -2
  238. package/model/experiment.d.ts +1 -1
  239. package/model/experimentCalculation.d.ts +1 -1
  240. package/model/experimentCheck.d.ts +1 -1
  241. package/model/experimentList.d.ts +1 -1
  242. package/model/experimentSettings.d.ts +1 -1
  243. package/model/experimentSpecification.d.ts +1 -1
  244. package/model/experimentStatistics.d.ts +1 -1
  245. package/model/facts.d.ts +1 -1
  246. package/model/filesystem.d.ts +1 -1
  247. package/model/folderSpecification.d.ts +1 -1
  248. package/model/folderStats.d.ts +1 -1
  249. package/model/folderType.d.ts +1 -1
  250. package/model/geoSettings.d.ts +5 -1
  251. package/model/geopoint.d.ts +1 -1
  252. package/model/hardlink.d.ts +1 -1
  253. package/model/hardlinkElement.d.ts +1 -1
  254. package/model/hardlinkElementType.d.ts +1 -1
  255. package/model/inlineResponse400.d.ts +1 -1
  256. package/model/inlineResponse401.d.ts +1 -1
  257. package/model/inlineResponse402.d.ts +1 -1
  258. package/model/inlineResponse403.d.ts +1 -1
  259. package/model/inlineResponse404.d.ts +1 -1
  260. package/model/inlineResponse404Detail.d.ts +1 -1
  261. package/model/inlineResponse429.d.ts +1 -1
  262. package/model/inlineResponse500.d.ts +1 -1
  263. package/model/linkedEssence.d.ts +1 -1
  264. package/model/location.d.ts +1 -1
  265. package/model/locationCompatibilities.d.ts +1 -1
  266. package/model/measurements.d.ts +1 -1
  267. package/model/objectMetrics.d.ts +1 -1
  268. package/model/order.d.ts +1 -1
  269. package/model/orderCompatibilities.d.ts +1 -1
  270. package/model/orderFact.d.ts +1 -1
  271. package/model/performer.d.ts +1 -1
  272. package/model/performerCompatibilities.d.ts +1 -1
  273. package/model/performerFact.d.ts +1 -1
  274. package/model/performerLimits.d.ts +1 -1
  275. package/model/performerShift.d.ts +1 -1
  276. package/model/performerTariff.d.ts +1 -1
  277. package/model/performerTariffConstraint.d.ts +1 -1
  278. package/model/planSettings.d.ts +1 -1
  279. package/model/planStatistics.d.ts +1 -1
  280. package/model/possibleEvent.d.ts +1 -1
  281. package/model/qualityStatistics.d.ts +1 -1
  282. package/model/replanSettings.d.ts +1 -1
  283. package/model/replanStrategy.d.ts +1 -1
  284. package/model/routingMatrix.d.ts +1 -1
  285. package/model/routingTransportMatrix.d.ts +1 -1
  286. package/model/schemaError.d.ts +1 -1
  287. package/model/serviceName.d.ts +1 -1
  288. package/model/statistics.d.ts +1 -1
  289. package/model/stopStatistics.d.ts +2 -2
  290. package/model/tableDataStats.d.ts +1 -1
  291. package/model/tableFilterBoolList.d.ts +1 -1
  292. package/model/tableFilterDatetimeRange.d.ts +1 -1
  293. package/model/tableFilterEnumList.d.ts +1 -1
  294. package/model/tableFilterFloatRange.d.ts +1 -1
  295. package/model/tableFilterIntRange.d.ts +1 -1
  296. package/model/tableFilterStringList.d.ts +1 -1
  297. package/model/tableFilterStringSearch.d.ts +1 -1
  298. package/model/tableFilterType.d.ts +1 -1
  299. package/model/tableHardlink.d.ts +1 -1
  300. package/model/tableHardlinkColumnType.d.ts +1 -1
  301. package/model/tableHardlinkFields.d.ts +1 -1
  302. package/model/tableHardlinkFilter.d.ts +1 -1
  303. package/model/tableHardlinkFilterList.d.ts +1 -1
  304. package/model/tableHardlinkList.d.ts +1 -1
  305. package/model/tableListStats.d.ts +1 -1
  306. package/model/tableListStatsDetail.d.ts +1 -1
  307. package/model/tableLocation.d.ts +1 -1
  308. package/model/tableLocationColumnType.d.ts +1 -1
  309. package/model/tableLocationFields.d.ts +3 -3
  310. package/model/tableLocationFilter.d.ts +1 -1
  311. package/model/tableLocationFilterList.d.ts +1 -1
  312. package/model/tableLocationList.d.ts +1 -1
  313. package/model/tableOrder.d.ts +1 -1
  314. package/model/tableOrderColumnType.d.ts +1 -1
  315. package/model/tableOrderFields.d.ts +3 -3
  316. package/model/tableOrderFilter.d.ts +1 -1
  317. package/model/tableOrderFilterList.d.ts +1 -1
  318. package/model/tableOrderList.d.ts +1 -1
  319. package/model/tablePerformer.d.ts +1 -1
  320. package/model/tablePerformerColumnType.d.ts +1 -1
  321. package/model/tablePerformerFields.d.ts +3 -3
  322. package/model/tablePerformerFilter.d.ts +1 -1
  323. package/model/tablePerformerFilterList.d.ts +1 -1
  324. package/model/tablePerformerList.d.ts +1 -1
  325. package/model/tableTransport.d.ts +1 -1
  326. package/model/tableTransportColumnType.d.ts +1 -1
  327. package/model/tableTransportFields.d.ts +3 -3
  328. package/model/tableTransportFilter.d.ts +1 -1
  329. package/model/tableTransportFilterList.d.ts +1 -1
  330. package/model/tableTransportList.d.ts +1 -1
  331. package/model/tableTrip.d.ts +1 -1
  332. package/model/tableTripColumnType.d.ts +1 -1
  333. package/model/tableTripFields.d.ts +3 -3
  334. package/model/tableTripFilter.d.ts +1 -1
  335. package/model/tableTripFilterList.d.ts +1 -1
  336. package/model/tableTripList.d.ts +1 -1
  337. package/model/timeWindow.d.ts +1 -1
  338. package/model/timeWindowViolations.d.ts +1 -1
  339. package/model/tracedata.d.ts +1 -1
  340. package/model/trackPoint.d.ts +1 -1
  341. package/model/transport.d.ts +1 -1
  342. package/model/transportCompatibilities.d.ts +2 -2
  343. package/model/transportFact.d.ts +1 -1
  344. package/model/transportFactor.d.ts +1 -1
  345. package/model/transportLimits.d.ts +1 -1
  346. package/model/transportLoad.d.ts +1 -1
  347. package/model/transportShift.d.ts +1 -1
  348. package/model/transportTariff.d.ts +1 -1
  349. package/model/transportTariffConstraint.d.ts +1 -1
  350. package/model/transportType.d.ts +1 -1
  351. package/model/trip.d.ts +1 -1
  352. package/model/tripAssumptions.d.ts +1 -1
  353. package/model/tripPenalties.d.ts +1 -1
  354. package/model/tripStartTimeStrategy.d.ts +1 -1
  355. package/model/tripState.d.ts +1 -1
  356. package/model/tripStateFlag.d.ts +1 -1
  357. package/model/tripStatistics.d.ts +1 -1
  358. package/model/tripsSettings.d.ts +1 -1
  359. package/model/universalData.d.ts +1 -1
  360. package/model/unplannedItems.d.ts +1 -1
  361. package/model/versionResult.d.ts +1 -1
  362. package/model/waypoint.d.ts +1 -1
  363. package/model/webHardlink.d.ts +1 -1
  364. package/model/webLocation.d.ts +1 -1
  365. package/model/webLocationGeopoint.d.ts +1 -1
  366. package/model/webLocationGeopointList.d.ts +1 -1
  367. package/model/webOrder.d.ts +1 -1
  368. package/model/webOrderGeopoint.d.ts +1 -1
  369. package/model/webOrderGeopointList.d.ts +1 -1
  370. package/model/webPerformer.d.ts +1 -1
  371. package/model/webPerformerGeopoint.d.ts +1 -1
  372. package/model/webPerformerGeopointList.d.ts +1 -1
  373. package/model/webTransport.d.ts +1 -1
  374. package/model/webTransportGeopoint.d.ts +1 -1
  375. package/model/webTransportGeopointList.d.ts +1 -1
  376. package/model/webTrip.d.ts +1 -1
  377. package/model/webTripTrack.d.ts +1 -1
  378. package/model/webTripTrackList.d.ts +1 -1
  379. package/model/workAndRestRules.d.ts +1 -1
  380. package/package.json +2 -2
@@ -113,7 +113,7 @@ class Configuration {
113
113
  /**
114
114
  * VRt.Studio [ST]
115
115
  *
116
- * The version of the OpenAPI document: 5.6.1748
116
+ * The version of the OpenAPI document: 5.11.1826
117
117
  * Contact: servicedesk@veeroute.com
118
118
  *
119
119
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -486,6 +486,11 @@ class ExperimentsService {
486
486
  if (experimentKey === null || experimentKey === undefined) {
487
487
  throw new Error('Required parameter experimentKey was null or undefined when calling exportXlsx.');
488
488
  }
489
+ const timezone = requestParameters.timezone;
490
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
491
+ if (timezone !== undefined && timezone !== null) {
492
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
493
+ }
489
494
  let localVarHeaders = this.defaultHeaders;
490
495
  let localVarCredential;
491
496
  // authentication (ApiKeyAuth) required
@@ -523,6 +528,7 @@ class ExperimentsService {
523
528
  }
524
529
  return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/export/xlsx`, null, {
525
530
  context: localVarHttpContext,
531
+ params: localVarQueryParameters,
526
532
  responseType: responseType_,
527
533
  withCredentials: this.configuration.withCredentials,
528
534
  headers: localVarHeaders,
@@ -590,6 +596,63 @@ class ExperimentsService {
590
596
  reportProgress: reportProgress
591
597
  });
592
598
  }
599
+ importJsonUrl(requestParameters, observe = 'body', reportProgress = false, options) {
600
+ const experimentKey = requestParameters.experimentKey;
601
+ if (experimentKey === null || experimentKey === undefined) {
602
+ throw new Error('Required parameter experimentKey was null or undefined when calling importJsonUrl.');
603
+ }
604
+ const url = requestParameters.url;
605
+ if (url === null || url === undefined) {
606
+ throw new Error('Required parameter url was null or undefined when calling importJsonUrl.');
607
+ }
608
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
609
+ if (url !== undefined && url !== null) {
610
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, url, 'url');
611
+ }
612
+ let localVarHeaders = this.defaultHeaders;
613
+ let localVarCredential;
614
+ // authentication (ApiKeyAuth) required
615
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
616
+ if (localVarCredential) {
617
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
618
+ }
619
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
620
+ if (localVarHttpHeaderAcceptSelected === undefined) {
621
+ // to determine the Accept header
622
+ const httpHeaderAccepts = [
623
+ 'application/json'
624
+ ];
625
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
626
+ }
627
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
628
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
629
+ }
630
+ let localVarHttpContext = options && options.context;
631
+ if (localVarHttpContext === undefined) {
632
+ localVarHttpContext = new HttpContext();
633
+ }
634
+ let responseType_ = 'json';
635
+ if (localVarHttpHeaderAcceptSelected) {
636
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
637
+ responseType_ = 'text';
638
+ }
639
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
640
+ responseType_ = 'json';
641
+ }
642
+ else {
643
+ responseType_ = 'blob';
644
+ }
645
+ }
646
+ return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/import/json_url`, null, {
647
+ context: localVarHttpContext,
648
+ params: localVarQueryParameters,
649
+ responseType: responseType_,
650
+ withCredentials: this.configuration.withCredentials,
651
+ headers: localVarHeaders,
652
+ observe: observe,
653
+ reportProgress: reportProgress
654
+ });
655
+ }
593
656
  importXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
594
657
  const experimentKey = requestParameters.experimentKey;
595
658
  if (experimentKey === null || experimentKey === undefined) {
@@ -599,6 +662,11 @@ class ExperimentsService {
599
662
  if (body === null || body === undefined) {
600
663
  throw new Error('Required parameter body was null or undefined when calling importXlsx.');
601
664
  }
665
+ const timezone = requestParameters.timezone;
666
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
667
+ if (timezone !== undefined && timezone !== null) {
668
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
669
+ }
602
670
  let localVarHeaders = this.defaultHeaders;
603
671
  let localVarCredential;
604
672
  // authentication (ApiKeyAuth) required
@@ -643,6 +711,7 @@ class ExperimentsService {
643
711
  }
644
712
  return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/import/xlsx`, body, {
645
713
  context: localVarHttpContext,
714
+ params: localVarQueryParameters,
646
715
  responseType: responseType_,
647
716
  withCredentials: this.configuration.withCredentials,
648
717
  headers: localVarHeaders,
@@ -1031,9 +1100,9 @@ class ExperimentsService {
1031
1100
  });
1032
1101
  }
1033
1102
  }
1034
- ExperimentsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1035
- ExperimentsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
1036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExperimentsService, decorators: [{
1103
+ ExperimentsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1104
+ ExperimentsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
1105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExperimentsService, decorators: [{
1037
1106
  type: Injectable,
1038
1107
  args: [{
1039
1108
  providedIn: 'root'
@@ -1052,7 +1121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
1052
1121
  /**
1053
1122
  * VRt.Studio [ST]
1054
1123
  *
1055
- * The version of the OpenAPI document: 5.6.1748
1124
+ * The version of the OpenAPI document: 5.11.1826
1056
1125
  * Contact: servicedesk@veeroute.com
1057
1126
  *
1058
1127
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1441,9 +1510,9 @@ class ExplorerService {
1441
1510
  });
1442
1511
  }
1443
1512
  }
1444
- ExplorerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1445
- ExplorerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExplorerService, providedIn: 'root' });
1446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExplorerService, decorators: [{
1513
+ ExplorerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1514
+ ExplorerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, providedIn: 'root' });
1515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ExplorerService, decorators: [{
1447
1516
  type: Injectable,
1448
1517
  args: [{
1449
1518
  providedIn: 'root'
@@ -1462,7 +1531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
1462
1531
  /**
1463
1532
  * VRt.Studio [ST]
1464
1533
  *
1465
- * The version of the OpenAPI document: 5.6.1748
1534
+ * The version of the OpenAPI document: 5.11.1826
1466
1535
  * Contact: servicedesk@veeroute.com
1467
1536
  *
1468
1537
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1822,9 +1891,9 @@ class HardlinksService {
1822
1891
  });
1823
1892
  }
1824
1893
  }
1825
- HardlinksService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1826
- HardlinksService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: HardlinksService, providedIn: 'root' });
1827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: HardlinksService, decorators: [{
1894
+ HardlinksService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1895
+ HardlinksService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, providedIn: 'root' });
1896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: HardlinksService, decorators: [{
1828
1897
  type: Injectable,
1829
1898
  args: [{
1830
1899
  providedIn: 'root'
@@ -1843,7 +1912,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
1843
1912
  /**
1844
1913
  * VRt.Studio [ST]
1845
1914
  *
1846
- * The version of the OpenAPI document: 5.6.1748
1915
+ * The version of the OpenAPI document: 5.11.1826
1847
1916
  * Contact: servicedesk@veeroute.com
1848
1917
  *
1849
1918
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2260,9 +2329,9 @@ class LocationsService {
2260
2329
  });
2261
2330
  }
2262
2331
  }
2263
- LocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2264
- LocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocationsService, providedIn: 'root' });
2265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LocationsService, decorators: [{
2332
+ LocationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2333
+ LocationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, providedIn: 'root' });
2334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LocationsService, decorators: [{
2266
2335
  type: Injectable,
2267
2336
  args: [{
2268
2337
  providedIn: 'root'
@@ -2281,7 +2350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
2281
2350
  /**
2282
2351
  * VRt.Studio [ST]
2283
2352
  *
2284
- * The version of the OpenAPI document: 5.6.1748
2353
+ * The version of the OpenAPI document: 5.11.1826
2285
2354
  * Contact: servicedesk@veeroute.com
2286
2355
  *
2287
2356
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2698,9 +2767,9 @@ class OrdersService {
2698
2767
  });
2699
2768
  }
2700
2769
  }
2701
- OrdersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2702
- OrdersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: OrdersService, providedIn: 'root' });
2703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: OrdersService, decorators: [{
2770
+ OrdersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2771
+ OrdersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, providedIn: 'root' });
2772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: OrdersService, decorators: [{
2704
2773
  type: Injectable,
2705
2774
  args: [{
2706
2775
  providedIn: 'root'
@@ -2719,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
2719
2788
  /**
2720
2789
  * VRt.Studio [ST]
2721
2790
  *
2722
- * The version of the OpenAPI document: 5.6.1748
2791
+ * The version of the OpenAPI document: 5.11.1826
2723
2792
  * Contact: servicedesk@veeroute.com
2724
2793
  *
2725
2794
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3136,9 +3205,9 @@ class PerformersService {
3136
3205
  });
3137
3206
  }
3138
3207
  }
3139
- PerformersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3140
- PerformersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: PerformersService, providedIn: 'root' });
3141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: PerformersService, decorators: [{
3208
+ PerformersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3209
+ PerformersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, providedIn: 'root' });
3210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PerformersService, decorators: [{
3142
3211
  type: Injectable,
3143
3212
  args: [{
3144
3213
  providedIn: 'root'
@@ -3157,7 +3226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
3157
3226
  /**
3158
3227
  * VRt.Studio [ST]
3159
3228
  *
3160
- * The version of the OpenAPI document: 5.6.1748
3229
+ * The version of the OpenAPI document: 5.11.1826
3161
3230
  * Contact: servicedesk@veeroute.com
3162
3231
  *
3163
3232
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3338,9 +3407,9 @@ class SystemService {
3338
3407
  });
3339
3408
  }
3340
3409
  }
3341
- SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3342
- SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: SystemService, providedIn: 'root' });
3343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: SystemService, decorators: [{
3410
+ SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3411
+ SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, providedIn: 'root' });
3412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, decorators: [{
3344
3413
  type: Injectable,
3345
3414
  args: [{
3346
3415
  providedIn: 'root'
@@ -3359,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
3359
3428
  /**
3360
3429
  * VRt.Studio [ST]
3361
3430
  *
3362
- * The version of the OpenAPI document: 5.6.1748
3431
+ * The version of the OpenAPI document: 5.11.1826
3363
3432
  * Contact: servicedesk@veeroute.com
3364
3433
  *
3365
3434
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3776,9 +3845,9 @@ class TransportsService {
3776
3845
  });
3777
3846
  }
3778
3847
  }
3779
- TransportsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3780
- TransportsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TransportsService, providedIn: 'root' });
3781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TransportsService, decorators: [{
3848
+ TransportsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3849
+ TransportsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, providedIn: 'root' });
3850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TransportsService, decorators: [{
3782
3851
  type: Injectable,
3783
3852
  args: [{
3784
3853
  providedIn: 'root'
@@ -3797,7 +3866,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImpor
3797
3866
  /**
3798
3867
  * VRt.Studio [ST]
3799
3868
  *
3800
- * The version of the OpenAPI document: 5.6.1748
3869
+ * The version of the OpenAPI document: 5.11.1826
3801
3870
  * Contact: servicedesk@veeroute.com
3802
3871
  *
3803
3872
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4214,9 +4283,9 @@ class TripsService {
4214
4283
  });
4215
4284
  }
4216
4285
  }
4217
- TripsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4218
- TripsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TripsService, providedIn: 'root' });
4219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: TripsService, decorators: [{
4286
+ TripsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4287
+ TripsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, providedIn: 'root' });
4288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TripsService, decorators: [{
4220
4289
  type: Injectable,
4221
4290
  args: [{
4222
4291
  providedIn: 'root'
@@ -4237,7 +4306,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
4237
4306
  /**
4238
4307
  * VRt.Studio [ST]
4239
4308
  *
4240
- * The version of the OpenAPI document: 5.6.1748
4309
+ * The version of the OpenAPI document: 5.11.1826
4241
4310
  * Contact: servicedesk@veeroute.com
4242
4311
  *
4243
4312
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4257,7 +4326,7 @@ var BasicProcessStudio;
4257
4326
  /**
4258
4327
  * VRt.Studio [ST]
4259
4328
  *
4260
- * The version of the OpenAPI document: 5.6.1748
4329
+ * The version of the OpenAPI document: 5.11.1826
4261
4330
  * Contact: servicedesk@veeroute.com
4262
4331
  *
4263
4332
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4278,7 +4347,7 @@ var BasicStateStudio;
4278
4347
  /**
4279
4348
  * VRt.Studio [ST]
4280
4349
  *
4281
- * The version of the OpenAPI document: 5.6.1748
4350
+ * The version of the OpenAPI document: 5.11.1826
4282
4351
  * Contact: servicedesk@veeroute.com
4283
4352
  *
4284
4353
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4302,7 +4371,7 @@ var CalculationStatusStudio;
4302
4371
  /**
4303
4372
  * VRt.Studio [ST]
4304
4373
  *
4305
- * The version of the OpenAPI document: 5.6.1748
4374
+ * The version of the OpenAPI document: 5.11.1826
4306
4375
  * Contact: servicedesk@veeroute.com
4307
4376
  *
4308
4377
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4323,7 +4392,7 @@ var CargoRotationTypeStudio;
4323
4392
  /**
4324
4393
  * VRt.Studio [ST]
4325
4394
  *
4326
- * The version of the OpenAPI document: 5.6.1748
4395
+ * The version of the OpenAPI document: 5.11.1826
4327
4396
  * Contact: servicedesk@veeroute.com
4328
4397
  *
4329
4398
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4348,20 +4417,21 @@ var DemandStudioDemandTypeEnum;
4348
4417
  /**
4349
4418
  * VRt.Studio [ST]
4350
4419
  *
4351
- * The version of the OpenAPI document: 5.6.1748
4420
+ * The version of the OpenAPI document: 5.11.1826
4352
4421
  * Contact: servicedesk@veeroute.com
4353
4422
  *
4354
4423
  * NOTE: This class is auto generated by OpenAPI Generator.
4355
4424
  * Do not edit the class manually.
4356
4425
  */
4357
4426
  /**
4358
- * Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer
4427
+ * Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer
4359
4428
  */
4360
4429
  var EntityErrorTypeStudio;
4361
4430
  (function (EntityErrorTypeStudio) {
4362
4431
  EntityErrorTypeStudio["INCONSISTENT_REFERENCE"] = "INCONSISTENT_REFERENCE";
4363
4432
  EntityErrorTypeStudio["UNIQUE_IDS_VIOLATION"] = "UNIQUE_IDS_VIOLATION";
4364
4433
  EntityErrorTypeStudio["INVALID_ROUTING_MATRIX"] = "INVALID_ROUTING_MATRIX";
4434
+ EntityErrorTypeStudio["INVALID_GEO_PROVIDER"] = "INVALID_GEO_PROVIDER";
4365
4435
  EntityErrorTypeStudio["COMPATIBILITY_CARGO_BOX"] = "COMPATIBILITY_CARGO_BOX";
4366
4436
  EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_PERFORMER"] = "COMPATIBILITY_TRANSPORT_PERFORMER";
4367
4437
  EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_LOCATION"] = "COMPATIBILITY_TRANSPORT_LOCATION";
@@ -4372,7 +4442,7 @@ var EntityErrorTypeStudio;
4372
4442
  /**
4373
4443
  * VRt.Studio [ST]
4374
4444
  *
4375
- * The version of the OpenAPI document: 5.6.1748
4445
+ * The version of the OpenAPI document: 5.11.1826
4376
4446
  * Contact: servicedesk@veeroute.com
4377
4447
  *
4378
4448
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4415,14 +4485,14 @@ var EntityTypeStudio;
4415
4485
  /**
4416
4486
  * VRt.Studio [ST]
4417
4487
  *
4418
- * The version of the OpenAPI document: 5.6.1748
4488
+ * The version of the OpenAPI document: 5.11.1826
4419
4489
  * Contact: servicedesk@veeroute.com
4420
4490
  *
4421
4491
  * NOTE: This class is auto generated by OpenAPI Generator.
4422
4492
  * Do not edit the class manually.
4423
4493
  */
4424
4494
  /**
4425
- * Validation 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 * `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
4495
+ * Validation 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
4426
4496
  */
4427
4497
  var EntityValidationTypeStudio;
4428
4498
  (function (EntityValidationTypeStudio) {
@@ -4441,6 +4511,7 @@ var EntityValidationTypeStudio;
4441
4511
  EntityValidationTypeStudio["INVALID_LOCATION_DURATIONS"] = "INVALID_LOCATION_DURATIONS";
4442
4512
  EntityValidationTypeStudio["NO_TRANSPORT_BOXES"] = "NO_TRANSPORT_BOXES";
4443
4513
  EntityValidationTypeStudio["MAX_CAPACITY_VIOLATION"] = "MAX_CAPACITY_VIOLATION";
4514
+ EntityValidationTypeStudio["MAX_BOXES_VIOLATION"] = "MAX_BOXES_VIOLATION";
4444
4515
  EntityValidationTypeStudio["TOO_MANY_CARGOS_FOR_DROP_VIOLATION"] = "TOO_MANY_CARGOS_FOR_DROP_VIOLATION";
4445
4516
  EntityValidationTypeStudio["EMPTY_CARGOES_LIST"] = "EMPTY_CARGOES_LIST";
4446
4517
  EntityValidationTypeStudio["GEODATA_TIME_WINDOW_VIOLATION"] = "GEODATA_TIME_WINDOW_VIOLATION";
@@ -4453,7 +4524,7 @@ var EntityValidationTypeStudio;
4453
4524
  /**
4454
4525
  * VRt.Studio [ST]
4455
4526
  *
4456
- * The version of the OpenAPI document: 5.6.1748
4527
+ * The version of the OpenAPI document: 5.11.1826
4457
4528
  * Contact: servicedesk@veeroute.com
4458
4529
  *
4459
4530
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4472,7 +4543,7 @@ var FolderTypeStudio;
4472
4543
  /**
4473
4544
  * VRt.Studio [ST]
4474
4545
  *
4475
- * The version of the OpenAPI document: 5.6.1748
4546
+ * The version of the OpenAPI document: 5.11.1826
4476
4547
  * Contact: servicedesk@veeroute.com
4477
4548
  *
4478
4549
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4492,7 +4563,7 @@ var HardlinkElementTypeStudio;
4492
4563
  /**
4493
4564
  * VRt.Studio [ST]
4494
4565
  *
4495
- * The version of the OpenAPI document: 5.6.1748
4566
+ * The version of the OpenAPI document: 5.11.1826
4496
4567
  * Contact: servicedesk@veeroute.com
4497
4568
  *
4498
4569
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4513,7 +4584,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
4513
4584
  /**
4514
4585
  * VRt.Studio [ST]
4515
4586
  *
4516
- * The version of the OpenAPI document: 5.6.1748
4587
+ * The version of the OpenAPI document: 5.11.1826
4517
4588
  * Contact: servicedesk@veeroute.com
4518
4589
  *
4519
4590
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4529,7 +4600,7 @@ var OrderFactStudioTypeEnum;
4529
4600
  /**
4530
4601
  * VRt.Studio [ST]
4531
4602
  *
4532
- * The version of the OpenAPI document: 5.6.1748
4603
+ * The version of the OpenAPI document: 5.11.1826
4533
4604
  * Contact: servicedesk@veeroute.com
4534
4605
  *
4535
4606
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4557,7 +4628,7 @@ var ServiceNameStudio;
4557
4628
  /**
4558
4629
  * VRt.Studio [ST]
4559
4630
  *
4560
- * The version of the OpenAPI document: 5.6.1748
4631
+ * The version of the OpenAPI document: 5.11.1826
4561
4632
  * Contact: servicedesk@veeroute.com
4562
4633
  *
4563
4634
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4581,7 +4652,7 @@ var TableFilterTypeStudio;
4581
4652
  /**
4582
4653
  * VRt.Studio [ST]
4583
4654
  *
4584
- * The version of the OpenAPI document: 5.6.1748
4655
+ * The version of the OpenAPI document: 5.11.1826
4585
4656
  * Contact: servicedesk@veeroute.com
4586
4657
  *
4587
4658
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4604,7 +4675,7 @@ var TableHardlinkColumnTypeStudio;
4604
4675
  /**
4605
4676
  * VRt.Studio [ST]
4606
4677
  *
4607
- * The version of the OpenAPI document: 5.6.1748
4678
+ * The version of the OpenAPI document: 5.11.1826
4608
4679
  * Contact: servicedesk@veeroute.com
4609
4680
  *
4610
4681
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4627,7 +4698,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
4627
4698
  /**
4628
4699
  * VRt.Studio [ST]
4629
4700
  *
4630
- * The version of the OpenAPI document: 5.6.1748
4701
+ * The version of the OpenAPI document: 5.11.1826
4631
4702
  * Contact: servicedesk@veeroute.com
4632
4703
  *
4633
4704
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4655,7 +4726,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
4655
4726
  /**
4656
4727
  * VRt.Studio [ST]
4657
4728
  *
4658
- * The version of the OpenAPI document: 5.6.1748
4729
+ * The version of the OpenAPI document: 5.11.1826
4659
4730
  * Contact: servicedesk@veeroute.com
4660
4731
  *
4661
4732
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4705,7 +4776,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
4705
4776
  /**
4706
4777
  * VRt.Studio [ST]
4707
4778
  *
4708
- * The version of the OpenAPI document: 5.6.1748
4779
+ * The version of the OpenAPI document: 5.11.1826
4709
4780
  * Contact: servicedesk@veeroute.com
4710
4781
  *
4711
4782
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4737,7 +4808,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
4737
4808
  /**
4738
4809
  * VRt.Studio [ST]
4739
4810
  *
4740
- * The version of the OpenAPI document: 5.6.1748
4811
+ * The version of the OpenAPI document: 5.11.1826
4741
4812
  * Contact: servicedesk@veeroute.com
4742
4813
  *
4743
4814
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4769,7 +4840,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
4769
4840
  /**
4770
4841
  * VRt.Studio [ST]
4771
4842
  *
4772
- * The version of the OpenAPI document: 5.6.1748
4843
+ * The version of the OpenAPI document: 5.11.1826
4773
4844
  * Contact: servicedesk@veeroute.com
4774
4845
  *
4775
4846
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4798,7 +4869,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
4798
4869
  /**
4799
4870
  * VRt.Studio [ST]
4800
4871
  *
4801
- * The version of the OpenAPI document: 5.6.1748
4872
+ * The version of the OpenAPI document: 5.11.1826
4802
4873
  * Contact: servicedesk@veeroute.com
4803
4874
  *
4804
4875
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4825,7 +4896,7 @@ var TransportTypeStudio;
4825
4896
  /**
4826
4897
  * VRt.Studio [ST]
4827
4898
  *
4828
- * The version of the OpenAPI document: 5.6.1748
4899
+ * The version of the OpenAPI document: 5.11.1826
4829
4900
  * Contact: servicedesk@veeroute.com
4830
4901
  *
4831
4902
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4844,7 +4915,7 @@ var TripStartTimeStrategyStudio;
4844
4915
  /**
4845
4916
  * VRt.Studio [ST]
4846
4917
  *
4847
- * The version of the OpenAPI document: 5.6.1748
4918
+ * The version of the OpenAPI document: 5.11.1826
4848
4919
  * Contact: servicedesk@veeroute.com
4849
4920
  *
4850
4921
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4907,10 +4978,10 @@ class LssStudioApiModule {
4907
4978
  };
4908
4979
  }
4909
4980
  }
4910
- LssStudioApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
4911
- LssStudioApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: LssStudioApiModule });
4912
- LssStudioApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LssStudioApiModule });
4913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LssStudioApiModule, decorators: [{
4981
+ LssStudioApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
4982
+ LssStudioApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule });
4983
+ LssStudioApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule });
4984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssStudioApiModule, decorators: [{
4914
4985
  type: NgModule,
4915
4986
  args: [{
4916
4987
  imports: [],