@veeroute/lss-studio-angular 7.16.2673 → 7.17.2697

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 (538) hide show
  1. package/README.md +1 -1
  2. package/api/api.d.ts +4 -1
  3. package/api/backupsServiceInterface.d.ts +1 -1
  4. package/api/customFieldsService.d.ts +2 -2
  5. package/api/customFieldsServiceInterface.d.ts +3 -3
  6. package/api/customIconsService.d.ts +149 -0
  7. package/api/customIconsServiceInterface.d.ts +69 -0
  8. package/api/experimentsServiceInterface.d.ts +1 -1
  9. package/api/explorerServiceInterface.d.ts +1 -1
  10. package/api/externalRoutingServiceInterface.d.ts +1 -1
  11. package/api/factsServiceInterface.d.ts +1 -1
  12. package/api/hardlinksServiceInterface.d.ts +1 -1
  13. package/api/locationsServiceInterface.d.ts +1 -1
  14. package/api/ordersServiceInterface.d.ts +1 -1
  15. package/api/performersServiceInterface.d.ts +1 -1
  16. package/api/systemServiceInterface.d.ts +1 -1
  17. package/api/transportsServiceInterface.d.ts +1 -1
  18. package/api/tripsServiceInterface.d.ts +1 -1
  19. package/api/userSettingsService.d.ts +2 -2
  20. package/api/userSettingsServiceInterface.d.ts +3 -3
  21. package/cfg/entity_error_type.yaml +63 -0
  22. package/cfg/entity_warning_type.yaml +190 -0
  23. package/cfg/process_types.json +36 -0
  24. package/cfg/table_settings.json +166 -166
  25. package/esm2022/api/api.mjs +5 -2
  26. package/esm2022/api/backupsService.mjs +2 -2
  27. package/esm2022/api/backupsServiceInterface.mjs +1 -1
  28. package/esm2022/api/customFieldsService.mjs +2 -2
  29. package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
  30. package/esm2022/api/customIconsService.mjs +453 -0
  31. package/esm2022/api/customIconsServiceInterface.mjs +2 -0
  32. package/esm2022/api/experimentsService.mjs +2 -2
  33. package/esm2022/api/experimentsServiceInterface.mjs +1 -1
  34. package/esm2022/api/explorerService.mjs +2 -2
  35. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  36. package/esm2022/api/externalRoutingService.mjs +2 -2
  37. package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
  38. package/esm2022/api/factsService.mjs +2 -2
  39. package/esm2022/api/factsServiceInterface.mjs +1 -1
  40. package/esm2022/api/hardlinksService.mjs +2 -2
  41. package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
  42. package/esm2022/api/locationsService.mjs +2 -2
  43. package/esm2022/api/locationsServiceInterface.mjs +1 -1
  44. package/esm2022/api/ordersService.mjs +2 -2
  45. package/esm2022/api/ordersServiceInterface.mjs +1 -1
  46. package/esm2022/api/performersService.mjs +2 -2
  47. package/esm2022/api/performersServiceInterface.mjs +1 -1
  48. package/esm2022/api/systemService.mjs +2 -2
  49. package/esm2022/api/systemServiceInterface.mjs +1 -1
  50. package/esm2022/api/transportsService.mjs +2 -2
  51. package/esm2022/api/transportsServiceInterface.mjs +1 -1
  52. package/esm2022/api/tripsService.mjs +2 -2
  53. package/esm2022/api/tripsServiceInterface.mjs +1 -1
  54. package/esm2022/api/userSettingsService.mjs +2 -2
  55. package/esm2022/api/userSettingsServiceInterface.mjs +1 -1
  56. package/esm2022/model/actualizeSettings.mjs +2 -2
  57. package/esm2022/model/assignedPerformer.mjs +1 -1
  58. package/esm2022/model/assignedTransport.mjs +1 -1
  59. package/esm2022/model/attribute.mjs +2 -2
  60. package/esm2022/model/basicProcess.mjs +2 -2
  61. package/esm2022/model/basicState.mjs +2 -2
  62. package/esm2022/model/basicTimeWindow.mjs +2 -2
  63. package/esm2022/model/basicTracksType.mjs +2 -2
  64. package/esm2022/model/box.mjs +1 -1
  65. package/esm2022/model/boxCompatibilities.mjs +2 -2
  66. package/esm2022/model/boxLimits.mjs +1 -1
  67. package/esm2022/model/break.mjs +2 -2
  68. package/esm2022/model/breakRules.mjs +1 -1
  69. package/esm2022/model/calculationHistoryElement.mjs +1 -1
  70. package/esm2022/model/calculationInfo.mjs +1 -1
  71. package/esm2022/model/calculationSettings.mjs +2 -2
  72. package/esm2022/model/calculationState.mjs +1 -1
  73. package/esm2022/model/calculationStatus.mjs +2 -2
  74. package/esm2022/model/capacity.mjs +2 -2
  75. package/esm2022/model/capacityCost.mjs +2 -2
  76. package/esm2022/model/capacityLimit.mjs +2 -2
  77. package/esm2022/model/capacityMultiplier.mjs +2 -2
  78. package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
  79. package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
  80. package/esm2022/model/capacityStatisticsSum.mjs +2 -2
  81. package/esm2022/model/cargo.mjs +1 -1
  82. package/esm2022/model/cargoAction.mjs +1 -1
  83. package/esm2022/model/cargoActionType.mjs +2 -2
  84. package/esm2022/model/cargoCompatibilities.mjs +1 -1
  85. package/esm2022/model/cargoRotationType.mjs +2 -2
  86. package/esm2022/model/checkResult.mjs +2 -2
  87. package/esm2022/model/compatibilityPenalty.mjs +2 -2
  88. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  89. package/esm2022/model/customfieldConvertRule.mjs +1 -1
  90. package/esm2022/model/customfieldEntityType.mjs +2 -2
  91. package/esm2022/model/customfieldsSettings.mjs +1 -1
  92. package/esm2022/model/demand.mjs +1 -1
  93. package/esm2022/model/demandExtraDuration.mjs +2 -2
  94. package/esm2022/model/demandType.mjs +2 -2
  95. package/esm2022/model/entityError.mjs +1 -1
  96. package/esm2022/model/entityErrorType.mjs +2 -2
  97. package/esm2022/model/entityPath.mjs +1 -1
  98. package/esm2022/model/entityType.mjs +2 -2
  99. package/esm2022/model/entityWarning.mjs +1 -1
  100. package/esm2022/model/entityWarningType.mjs +4 -3
  101. package/esm2022/model/experiment.mjs +1 -1
  102. package/esm2022/model/experimentCheck.mjs +1 -1
  103. package/esm2022/model/experimentList.mjs +1 -1
  104. package/esm2022/model/experimentNeighbors.mjs +2 -2
  105. package/esm2022/model/experimentSettings.mjs +1 -1
  106. package/esm2022/model/experimentSpecification.mjs +2 -2
  107. package/esm2022/model/experimentStatistics.mjs +1 -1
  108. package/esm2022/model/extensionSettings.mjs +2 -2
  109. package/esm2022/model/fact.mjs +1 -1
  110. package/esm2022/model/factType.mjs +2 -2
  111. package/esm2022/model/featureLifetime.mjs +1 -1
  112. package/esm2022/model/filesystem.mjs +1 -1
  113. package/esm2022/model/folderCounters.mjs +2 -2
  114. package/esm2022/model/folderSpecification.mjs +2 -2
  115. package/esm2022/model/folderType.mjs +2 -2
  116. package/esm2022/model/general400.mjs +1 -1
  117. package/esm2022/model/general402.mjs +1 -1
  118. package/esm2022/model/general403.mjs +1 -1
  119. package/esm2022/model/general404.mjs +1 -1
  120. package/esm2022/model/general404Detail.mjs +1 -1
  121. package/esm2022/model/general429.mjs +1 -1
  122. package/esm2022/model/general500.mjs +1 -1
  123. package/esm2022/model/generalStatistics.mjs +1 -1
  124. package/esm2022/model/geoSettings.mjs +1 -1
  125. package/esm2022/model/geopoint.mjs +2 -2
  126. package/esm2022/model/hardlink.mjs +1 -1
  127. package/esm2022/model/hardlinkElement.mjs +1 -1
  128. package/esm2022/model/hardlinkElementType.mjs +2 -2
  129. package/esm2022/model/importSample.mjs +2 -2
  130. package/esm2022/model/importSource.mjs +2 -2
  131. package/esm2022/model/linkedEssence.mjs +2 -2
  132. package/esm2022/model/loadStatistics.mjs +1 -1
  133. package/esm2022/model/location.mjs +1 -1
  134. package/esm2022/model/locationCargosLimit.mjs +1 -1
  135. package/esm2022/model/locationCompatibilities.mjs +2 -2
  136. package/esm2022/model/locationLimit.mjs +1 -1
  137. package/esm2022/model/locationLimitStatistics.mjs +1 -1
  138. package/esm2022/model/locationStatistics.mjs +1 -1
  139. package/esm2022/model/locationTimetableElement.mjs +1 -1
  140. package/esm2022/model/locationTransportsLimit.mjs +2 -2
  141. package/esm2022/model/measurements.mjs +1 -1
  142. package/esm2022/model/order.mjs +1 -1
  143. package/esm2022/model/orderCompatibilities.mjs +2 -2
  144. package/esm2022/model/performer.mjs +1 -1
  145. package/esm2022/model/performerCompatibilities.mjs +1 -1
  146. package/esm2022/model/performerLimits.mjs +1 -1
  147. package/esm2022/model/performerShift.mjs +1 -1
  148. package/esm2022/model/performerTariff.mjs +1 -1
  149. package/esm2022/model/performerTariffConstraint.mjs +2 -2
  150. package/esm2022/model/planSettings.mjs +1 -1
  151. package/esm2022/model/planStatistics.mjs +1 -1
  152. package/esm2022/model/possibleEvent.mjs +1 -1
  153. package/esm2022/model/quality.mjs +1 -1
  154. package/esm2022/model/removedItems.mjs +2 -2
  155. package/esm2022/model/replanSettings.mjs +1 -1
  156. package/esm2022/model/replanStrategy.mjs +2 -2
  157. package/esm2022/model/rest.mjs +2 -2
  158. package/esm2022/model/restRules.mjs +1 -1
  159. package/esm2022/model/roundtripStatistics.mjs +1 -1
  160. package/esm2022/model/routingMatrix.mjs +1 -1
  161. package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
  162. package/esm2022/model/routingTransportMatrix.mjs +1 -1
  163. package/esm2022/model/schemaError.mjs +2 -2
  164. package/esm2022/model/service.mjs +2 -2
  165. package/esm2022/model/settingsKeyList.mjs +2 -2
  166. package/esm2022/model/stopDemand.mjs +1 -1
  167. package/esm2022/model/stopStatistics.mjs +1 -1
  168. package/esm2022/model/tableCustomfields.mjs +2 -2
  169. package/esm2022/model/tableCustomfieldsColumnType.mjs +2 -2
  170. package/esm2022/model/tableDataStats.mjs +2 -2
  171. package/esm2022/model/tableExperimentColumnType.mjs +2 -2
  172. package/esm2022/model/tableFact.mjs +1 -1
  173. package/esm2022/model/tableFactColumnType.mjs +2 -2
  174. package/esm2022/model/tableFactFields.mjs +1 -1
  175. package/esm2022/model/tableFactFilter.mjs +1 -1
  176. package/esm2022/model/tableFactFilterList.mjs +1 -1
  177. package/esm2022/model/tableFactList.mjs +1 -1
  178. package/esm2022/model/tableFactMetrics.mjs +1 -1
  179. package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
  180. package/esm2022/model/tableFilterBoolList.mjs +2 -2
  181. package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
  182. package/esm2022/model/tableFilterDurationRange.mjs +2 -2
  183. package/esm2022/model/tableFilterEnumList.mjs +2 -2
  184. package/esm2022/model/tableFilterFloatRange.mjs +2 -2
  185. package/esm2022/model/tableFilterIntRange.mjs +2 -2
  186. package/esm2022/model/tableFilterStringList.mjs +2 -2
  187. package/esm2022/model/tableFilterStringSearch.mjs +2 -2
  188. package/esm2022/model/tableFilterType.mjs +2 -2
  189. package/esm2022/model/tableHardlink.mjs +1 -1
  190. package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
  191. package/esm2022/model/tableHardlinkFields.mjs +1 -1
  192. package/esm2022/model/tableHardlinkFilter.mjs +1 -1
  193. package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
  194. package/esm2022/model/tableHardlinkList.mjs +1 -1
  195. package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
  196. package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
  197. package/esm2022/model/tableListCounters.mjs +1 -1
  198. package/esm2022/model/tableListCountersDetail.mjs +2 -2
  199. package/esm2022/model/tableLocation.mjs +1 -1
  200. package/esm2022/model/tableLocationColumnType.mjs +2 -2
  201. package/esm2022/model/tableLocationFields.mjs +1 -1
  202. package/esm2022/model/tableLocationFilter.mjs +1 -1
  203. package/esm2022/model/tableLocationFilterList.mjs +1 -1
  204. package/esm2022/model/tableLocationList.mjs +1 -1
  205. package/esm2022/model/tableLocationMetrics.mjs +1 -1
  206. package/esm2022/model/tableLocationMetricsFilterList.mjs +1 -1
  207. package/esm2022/model/tableOrder.mjs +1 -1
  208. package/esm2022/model/tableOrderColumnType.mjs +2 -2
  209. package/esm2022/model/tableOrderFields.mjs +1 -1
  210. package/esm2022/model/tableOrderFilter.mjs +1 -1
  211. package/esm2022/model/tableOrderFilterList.mjs +1 -1
  212. package/esm2022/model/tableOrderList.mjs +1 -1
  213. package/esm2022/model/tableOrderMetrics.mjs +1 -1
  214. package/esm2022/model/tableOrderMetricsFilterList.mjs +1 -1
  215. package/esm2022/model/tablePerformer.mjs +1 -1
  216. package/esm2022/model/tablePerformerColumnType.mjs +2 -2
  217. package/esm2022/model/tablePerformerFields.mjs +1 -1
  218. package/esm2022/model/tablePerformerFilter.mjs +1 -1
  219. package/esm2022/model/tablePerformerFilterList.mjs +1 -1
  220. package/esm2022/model/tablePerformerList.mjs +1 -1
  221. package/esm2022/model/tablePerformerMetrics.mjs +1 -1
  222. package/esm2022/model/tablePerformerMetricsFilterList.mjs +1 -1
  223. package/esm2022/model/tableTransport.mjs +1 -1
  224. package/esm2022/model/tableTransportColumnType.mjs +2 -2
  225. package/esm2022/model/tableTransportFields.mjs +1 -1
  226. package/esm2022/model/tableTransportFilter.mjs +1 -1
  227. package/esm2022/model/tableTransportFilterList.mjs +1 -1
  228. package/esm2022/model/tableTransportList.mjs +1 -1
  229. package/esm2022/model/tableTransportMetrics.mjs +1 -1
  230. package/esm2022/model/tableTransportMetricsFilterList.mjs +1 -1
  231. package/esm2022/model/tableTrip.mjs +1 -1
  232. package/esm2022/model/tableTripColumnType.mjs +2 -2
  233. package/esm2022/model/tableTripFields.mjs +1 -1
  234. package/esm2022/model/tableTripFilter.mjs +1 -1
  235. package/esm2022/model/tableTripFilterList.mjs +1 -1
  236. package/esm2022/model/tableTripList.mjs +1 -1
  237. package/esm2022/model/tableTripMetrics.mjs +1 -1
  238. package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
  239. package/esm2022/model/tableTripStop.mjs +1 -1
  240. package/esm2022/model/tableTripStopColumnType.mjs +2 -2
  241. package/esm2022/model/tableTripStopFields.mjs +1 -1
  242. package/esm2022/model/tableTripStopFilter.mjs +1 -1
  243. package/esm2022/model/tableTripStopFilterList.mjs +1 -1
  244. package/esm2022/model/tableTripStopList.mjs +1 -1
  245. package/esm2022/model/taskStatistics.mjs +1 -1
  246. package/esm2022/model/timeWindow.mjs +2 -2
  247. package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
  248. package/esm2022/model/timeWindowViolations.mjs +1 -1
  249. package/esm2022/model/tracedata.mjs +1 -1
  250. package/esm2022/model/trackpoint.mjs +2 -2
  251. package/esm2022/model/translations.mjs +2 -2
  252. package/esm2022/model/transport.mjs +1 -1
  253. package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
  254. package/esm2022/model/transportCompatibilities.mjs +1 -1
  255. package/esm2022/model/transportLimits.mjs +1 -1
  256. package/esm2022/model/transportLoad.mjs +1 -1
  257. package/esm2022/model/transportShift.mjs +1 -1
  258. package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
  259. package/esm2022/model/transportTariff.mjs +1 -1
  260. package/esm2022/model/transportTariffConstraint.mjs +2 -2
  261. package/esm2022/model/transportType.mjs +2 -2
  262. package/esm2022/model/trip.mjs +1 -1
  263. package/esm2022/model/tripAssumptions.mjs +1 -1
  264. package/esm2022/model/tripExpectations.mjs +1 -1
  265. package/esm2022/model/tripPenalties.mjs +1 -1
  266. package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
  267. package/esm2022/model/tripState.mjs +1 -1
  268. package/esm2022/model/tripStateFlag.mjs +2 -2
  269. package/esm2022/model/tripStatistics.mjs +1 -1
  270. package/esm2022/model/tripsSettings.mjs +1 -1
  271. package/esm2022/model/universalData.mjs +1 -1
  272. package/esm2022/model/unplannedItems.mjs +2 -2
  273. package/esm2022/model/versionResult.mjs +2 -2
  274. package/esm2022/model/webFact.mjs +1 -1
  275. package/esm2022/model/webHardlink.mjs +1 -1
  276. package/esm2022/model/webLocation.mjs +1 -1
  277. package/esm2022/model/webLocationGeopoint.mjs +1 -1
  278. package/esm2022/model/webLocationGeopointList.mjs +1 -1
  279. package/esm2022/model/webOrder.mjs +1 -1
  280. package/esm2022/model/webOrderGeopoint.mjs +1 -1
  281. package/esm2022/model/webOrderGeopointList.mjs +1 -1
  282. package/esm2022/model/webPerformer.mjs +1 -1
  283. package/esm2022/model/webPerformerGeopoint.mjs +1 -1
  284. package/esm2022/model/webPerformerGeopointList.mjs +1 -1
  285. package/esm2022/model/webTransport.mjs +1 -1
  286. package/esm2022/model/webTransportGeopoint.mjs +1 -1
  287. package/esm2022/model/webTransportGeopointList.mjs +1 -1
  288. package/esm2022/model/webTrip.mjs +1 -1
  289. package/esm2022/model/webTripChart.mjs +1 -1
  290. package/esm2022/model/webTripChartDemand.mjs +1 -1
  291. package/esm2022/model/webTripChartList.mjs +1 -1
  292. package/esm2022/model/webTripTrack.mjs +1 -1
  293. package/esm2022/model/webTripTrackList.mjs +1 -1
  294. package/esm2022/model/webTripTrackListCustom.mjs +1 -1
  295. package/esm2022/model/workAndRestRules.mjs +1 -1
  296. package/fesm2022/veeroute-lss-studio-angular.mjs +543 -98
  297. package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
  298. package/model/actualizeSettings.d.ts +1 -1
  299. package/model/assignedPerformer.d.ts +1 -1
  300. package/model/assignedTransport.d.ts +1 -1
  301. package/model/attribute.d.ts +1 -1
  302. package/model/basicProcess.d.ts +1 -1
  303. package/model/basicState.d.ts +1 -1
  304. package/model/basicTimeWindow.d.ts +1 -1
  305. package/model/basicTracksType.d.ts +1 -1
  306. package/model/box.d.ts +1 -1
  307. package/model/boxCompatibilities.d.ts +1 -1
  308. package/model/boxLimits.d.ts +1 -1
  309. package/model/break.d.ts +1 -1
  310. package/model/breakRules.d.ts +1 -1
  311. package/model/calculationHistoryElement.d.ts +1 -1
  312. package/model/calculationInfo.d.ts +5 -1
  313. package/model/calculationSettings.d.ts +1 -1
  314. package/model/calculationState.d.ts +1 -1
  315. package/model/calculationStatus.d.ts +1 -1
  316. package/model/capacity.d.ts +1 -1
  317. package/model/capacityCost.d.ts +1 -1
  318. package/model/capacityLimit.d.ts +1 -1
  319. package/model/capacityMultiplier.d.ts +1 -1
  320. package/model/capacityStatisticsLoad.d.ts +1 -1
  321. package/model/capacityStatisticsRatio.d.ts +1 -1
  322. package/model/capacityStatisticsSum.d.ts +1 -1
  323. package/model/cargo.d.ts +1 -1
  324. package/model/cargoAction.d.ts +1 -1
  325. package/model/cargoActionType.d.ts +1 -1
  326. package/model/cargoCompatibilities.d.ts +1 -1
  327. package/model/cargoRotationType.d.ts +1 -1
  328. package/model/checkResult.d.ts +1 -1
  329. package/model/compatibilityPenalty.d.ts +1 -1
  330. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  331. package/model/customfieldConvertRule.d.ts +1 -1
  332. package/model/customfieldEntityType.d.ts +1 -1
  333. package/model/customfieldsSettings.d.ts +1 -1
  334. package/model/demand.d.ts +1 -1
  335. package/model/demandExtraDuration.d.ts +1 -1
  336. package/model/demandType.d.ts +1 -1
  337. package/model/entityError.d.ts +1 -1
  338. package/model/entityErrorType.d.ts +1 -1
  339. package/model/entityPath.d.ts +1 -1
  340. package/model/entityType.d.ts +1 -1
  341. package/model/entityWarning.d.ts +1 -1
  342. package/model/entityWarningType.d.ts +4 -3
  343. package/model/experiment.d.ts +1 -1
  344. package/model/experimentCheck.d.ts +1 -1
  345. package/model/experimentList.d.ts +1 -1
  346. package/model/experimentNeighbors.d.ts +1 -1
  347. package/model/experimentSettings.d.ts +1 -1
  348. package/model/experimentSpecification.d.ts +1 -1
  349. package/model/experimentStatistics.d.ts +1 -1
  350. package/model/extensionSettings.d.ts +1 -1
  351. package/model/fact.d.ts +1 -1
  352. package/model/factType.d.ts +1 -1
  353. package/model/featureLifetime.d.ts +1 -1
  354. package/model/filesystem.d.ts +1 -1
  355. package/model/folderCounters.d.ts +1 -1
  356. package/model/folderSpecification.d.ts +1 -1
  357. package/model/folderType.d.ts +1 -1
  358. package/model/general400.d.ts +1 -1
  359. package/model/general402.d.ts +1 -1
  360. package/model/general403.d.ts +1 -1
  361. package/model/general404.d.ts +1 -1
  362. package/model/general404Detail.d.ts +1 -1
  363. package/model/general429.d.ts +1 -1
  364. package/model/general500.d.ts +1 -1
  365. package/model/generalStatistics.d.ts +1 -1
  366. package/model/geoSettings.d.ts +1 -1
  367. package/model/geopoint.d.ts +1 -1
  368. package/model/hardlink.d.ts +1 -1
  369. package/model/hardlinkElement.d.ts +1 -1
  370. package/model/hardlinkElementType.d.ts +1 -1
  371. package/model/importSample.d.ts +1 -1
  372. package/model/importSource.d.ts +1 -1
  373. package/model/linkedEssence.d.ts +1 -1
  374. package/model/loadStatistics.d.ts +1 -1
  375. package/model/location.d.ts +1 -1
  376. package/model/locationCargosLimit.d.ts +1 -1
  377. package/model/locationCompatibilities.d.ts +1 -1
  378. package/model/locationLimit.d.ts +1 -1
  379. package/model/locationLimitStatistics.d.ts +1 -1
  380. package/model/locationStatistics.d.ts +1 -1
  381. package/model/locationTimetableElement.d.ts +1 -1
  382. package/model/locationTransportsLimit.d.ts +1 -1
  383. package/model/measurements.d.ts +1 -1
  384. package/model/order.d.ts +1 -1
  385. package/model/orderCompatibilities.d.ts +1 -1
  386. package/model/performer.d.ts +1 -1
  387. package/model/performerCompatibilities.d.ts +1 -1
  388. package/model/performerLimits.d.ts +1 -1
  389. package/model/performerShift.d.ts +1 -1
  390. package/model/performerTariff.d.ts +1 -1
  391. package/model/performerTariffConstraint.d.ts +1 -1
  392. package/model/planSettings.d.ts +1 -1
  393. package/model/planStatistics.d.ts +1 -1
  394. package/model/possibleEvent.d.ts +1 -1
  395. package/model/quality.d.ts +1 -1
  396. package/model/removedItems.d.ts +1 -1
  397. package/model/replanSettings.d.ts +1 -1
  398. package/model/replanStrategy.d.ts +1 -1
  399. package/model/rest.d.ts +1 -1
  400. package/model/restRules.d.ts +1 -1
  401. package/model/roundtripStatistics.d.ts +1 -1
  402. package/model/routingMatrix.d.ts +3 -3
  403. package/model/routingMatrixWaypoint.d.ts +1 -1
  404. package/model/routingTransportMatrix.d.ts +1 -1
  405. package/model/schemaError.d.ts +1 -1
  406. package/model/service.d.ts +1 -1
  407. package/model/settingsKeyList.d.ts +1 -1
  408. package/model/stopDemand.d.ts +1 -1
  409. package/model/stopStatistics.d.ts +6 -1
  410. package/model/tableCustomfields.d.ts +1 -1
  411. package/model/tableCustomfieldsColumnType.d.ts +1 -1
  412. package/model/tableDataStats.d.ts +1 -1
  413. package/model/tableExperimentColumnType.d.ts +1 -1
  414. package/model/tableFact.d.ts +1 -1
  415. package/model/tableFactColumnType.d.ts +1 -1
  416. package/model/tableFactFields.d.ts +1 -1
  417. package/model/tableFactFilter.d.ts +1 -1
  418. package/model/tableFactFilterList.d.ts +1 -1
  419. package/model/tableFactList.d.ts +1 -1
  420. package/model/tableFactMetrics.d.ts +1 -1
  421. package/model/tableFactMetricsFilterList.d.ts +1 -1
  422. package/model/tableFilterBoolList.d.ts +1 -1
  423. package/model/tableFilterDatetimeRange.d.ts +1 -1
  424. package/model/tableFilterDurationRange.d.ts +1 -1
  425. package/model/tableFilterEnumList.d.ts +1 -1
  426. package/model/tableFilterFloatRange.d.ts +1 -1
  427. package/model/tableFilterIntRange.d.ts +1 -1
  428. package/model/tableFilterStringList.d.ts +1 -1
  429. package/model/tableFilterStringSearch.d.ts +1 -1
  430. package/model/tableFilterType.d.ts +1 -1
  431. package/model/tableHardlink.d.ts +1 -1
  432. package/model/tableHardlinkColumnType.d.ts +1 -1
  433. package/model/tableHardlinkFields.d.ts +1 -1
  434. package/model/tableHardlinkFilter.d.ts +1 -1
  435. package/model/tableHardlinkFilterList.d.ts +1 -1
  436. package/model/tableHardlinkList.d.ts +1 -1
  437. package/model/tableHardlinkMetrics.d.ts +1 -1
  438. package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
  439. package/model/tableListCounters.d.ts +1 -1
  440. package/model/tableListCountersDetail.d.ts +1 -1
  441. package/model/tableLocation.d.ts +1 -1
  442. package/model/tableLocationColumnType.d.ts +1 -1
  443. package/model/tableLocationFields.d.ts +1 -1
  444. package/model/tableLocationFilter.d.ts +1 -1
  445. package/model/tableLocationFilterList.d.ts +1 -1
  446. package/model/tableLocationList.d.ts +1 -1
  447. package/model/tableLocationMetrics.d.ts +1 -1
  448. package/model/tableLocationMetricsFilterList.d.ts +1 -1
  449. package/model/tableOrder.d.ts +1 -1
  450. package/model/tableOrderColumnType.d.ts +1 -1
  451. package/model/tableOrderFields.d.ts +1 -1
  452. package/model/tableOrderFilter.d.ts +1 -1
  453. package/model/tableOrderFilterList.d.ts +1 -1
  454. package/model/tableOrderList.d.ts +1 -1
  455. package/model/tableOrderMetrics.d.ts +1 -1
  456. package/model/tableOrderMetricsFilterList.d.ts +1 -1
  457. package/model/tablePerformer.d.ts +1 -1
  458. package/model/tablePerformerColumnType.d.ts +1 -1
  459. package/model/tablePerformerFields.d.ts +1 -1
  460. package/model/tablePerformerFilter.d.ts +1 -1
  461. package/model/tablePerformerFilterList.d.ts +1 -1
  462. package/model/tablePerformerList.d.ts +1 -1
  463. package/model/tablePerformerMetrics.d.ts +1 -1
  464. package/model/tablePerformerMetricsFilterList.d.ts +1 -1
  465. package/model/tableTransport.d.ts +1 -1
  466. package/model/tableTransportColumnType.d.ts +1 -1
  467. package/model/tableTransportFields.d.ts +1 -1
  468. package/model/tableTransportFilter.d.ts +1 -1
  469. package/model/tableTransportFilterList.d.ts +1 -1
  470. package/model/tableTransportList.d.ts +1 -1
  471. package/model/tableTransportMetrics.d.ts +1 -1
  472. package/model/tableTransportMetricsFilterList.d.ts +1 -1
  473. package/model/tableTrip.d.ts +1 -1
  474. package/model/tableTripColumnType.d.ts +1 -1
  475. package/model/tableTripFields.d.ts +1 -1
  476. package/model/tableTripFilter.d.ts +1 -1
  477. package/model/tableTripFilterList.d.ts +1 -1
  478. package/model/tableTripList.d.ts +1 -1
  479. package/model/tableTripMetrics.d.ts +1 -1
  480. package/model/tableTripMetricsFilterList.d.ts +1 -1
  481. package/model/tableTripStop.d.ts +1 -1
  482. package/model/tableTripStopColumnType.d.ts +1 -1
  483. package/model/tableTripStopFields.d.ts +1 -1
  484. package/model/tableTripStopFilter.d.ts +1 -1
  485. package/model/tableTripStopFilterList.d.ts +1 -1
  486. package/model/tableTripStopList.d.ts +1 -1
  487. package/model/taskStatistics.d.ts +1 -1
  488. package/model/timeWindow.d.ts +1 -1
  489. package/model/timeWindowViolationDetail.d.ts +1 -1
  490. package/model/timeWindowViolations.d.ts +1 -1
  491. package/model/tracedata.d.ts +1 -1
  492. package/model/trackpoint.d.ts +1 -1
  493. package/model/translations.d.ts +1 -1
  494. package/model/transport.d.ts +1 -1
  495. package/model/transportCapacityMultiplier.d.ts +1 -1
  496. package/model/transportCompatibilities.d.ts +1 -1
  497. package/model/transportLimits.d.ts +1 -1
  498. package/model/transportLoad.d.ts +1 -1
  499. package/model/transportShift.d.ts +1 -1
  500. package/model/transportSpeedMultiplier.d.ts +1 -1
  501. package/model/transportTariff.d.ts +1 -1
  502. package/model/transportTariffConstraint.d.ts +1 -1
  503. package/model/transportType.d.ts +1 -1
  504. package/model/trip.d.ts +1 -1
  505. package/model/tripAssumptions.d.ts +5 -1
  506. package/model/tripExpectations.d.ts +1 -1
  507. package/model/tripPenalties.d.ts +1 -1
  508. package/model/tripStartTimeStrategy.d.ts +1 -1
  509. package/model/tripState.d.ts +2 -2
  510. package/model/tripStateFlag.d.ts +1 -1
  511. package/model/tripStatistics.d.ts +1 -1
  512. package/model/tripsSettings.d.ts +1 -1
  513. package/model/universalData.d.ts +1 -1
  514. package/model/unplannedItems.d.ts +1 -1
  515. package/model/versionResult.d.ts +1 -1
  516. package/model/webFact.d.ts +1 -1
  517. package/model/webHardlink.d.ts +1 -1
  518. package/model/webLocation.d.ts +1 -1
  519. package/model/webLocationGeopoint.d.ts +1 -1
  520. package/model/webLocationGeopointList.d.ts +1 -1
  521. package/model/webOrder.d.ts +1 -1
  522. package/model/webOrderGeopoint.d.ts +1 -1
  523. package/model/webOrderGeopointList.d.ts +1 -1
  524. package/model/webPerformer.d.ts +1 -1
  525. package/model/webPerformerGeopoint.d.ts +1 -1
  526. package/model/webPerformerGeopointList.d.ts +1 -1
  527. package/model/webTransport.d.ts +1 -1
  528. package/model/webTransportGeopoint.d.ts +1 -1
  529. package/model/webTransportGeopointList.d.ts +1 -1
  530. package/model/webTrip.d.ts +1 -1
  531. package/model/webTripChart.d.ts +1 -1
  532. package/model/webTripChartDemand.d.ts +1 -1
  533. package/model/webTripChartList.d.ts +1 -1
  534. package/model/webTripTrack.d.ts +1 -1
  535. package/model/webTripTrackList.d.ts +1 -1
  536. package/model/webTripTrackListCustom.d.ts +1 -1
  537. package/model/workAndRestRules.d.ts +1 -1
  538. package/package.json +1 -1
@@ -162,7 +162,7 @@ class Configuration {
162
162
  /**
163
163
  * VRt.Studio [ST]
164
164
  *
165
- * The version of the OpenAPI document: 7.16.2673
165
+ * The version of the OpenAPI document: 7.17.2697
166
166
  * Contact: servicedesk@veeroute.com
167
167
  *
168
168
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -372,7 +372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
372
372
  /**
373
373
  * VRt.Studio [ST]
374
374
  *
375
- * The version of the OpenAPI document: 7.16.2673
375
+ * The version of the OpenAPI document: 7.17.2697
376
376
  * Contact: servicedesk@veeroute.com
377
377
  *
378
378
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -815,7 +815,451 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
815
815
  /**
816
816
  * VRt.Studio [ST]
817
817
  *
818
- * The version of the OpenAPI document: 7.16.2673
818
+ * The version of the OpenAPI document: 7.17.2697
819
+ * Contact: servicedesk@veeroute.com
820
+ *
821
+ * NOTE: This class is auto generated by OpenAPI Generator.
822
+ * Do not edit the class manually.
823
+ */
824
+ /* tslint:disable:no-unused-variable member-ordering */
825
+ class CustomIconsService {
826
+ httpClient;
827
+ basePath = 'https://api.edge7.veeroute.cloud';
828
+ defaultHeaders = new HttpHeaders();
829
+ configuration = new Configuration();
830
+ encoder;
831
+ constructor(httpClient, basePath, configuration) {
832
+ this.httpClient = httpClient;
833
+ if (configuration) {
834
+ this.configuration = configuration;
835
+ }
836
+ if (typeof this.configuration.basePath !== 'string') {
837
+ const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
838
+ if (firstBasePath != undefined) {
839
+ basePath = firstBasePath;
840
+ }
841
+ if (typeof basePath !== 'string') {
842
+ basePath = this.basePath;
843
+ }
844
+ this.configuration.basePath = basePath;
845
+ }
846
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
847
+ }
848
+ // @ts-ignore
849
+ addToHttpParams(httpParams, value, key) {
850
+ if (typeof value === "object" && value instanceof Date === false) {
851
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
852
+ }
853
+ else {
854
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
855
+ }
856
+ return httpParams;
857
+ }
858
+ addToHttpParamsRecursive(httpParams, value, key) {
859
+ if (value == null) {
860
+ return httpParams;
861
+ }
862
+ if (typeof value === "object") {
863
+ if (Array.isArray(value)) {
864
+ value.forEach(elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
865
+ }
866
+ else if (value instanceof Date) {
867
+ if (key != null) {
868
+ httpParams = httpParams.append(key, value.toISOString().substring(0, 10));
869
+ }
870
+ else {
871
+ throw Error("key may not be null if value is Date");
872
+ }
873
+ }
874
+ else {
875
+ Object.keys(value).forEach(k => httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k));
876
+ }
877
+ }
878
+ else if (key != null) {
879
+ httpParams = httpParams.append(key, value);
880
+ }
881
+ else {
882
+ throw Error("key may not be null if value is not object or array");
883
+ }
884
+ return httpParams;
885
+ }
886
+ createCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
887
+ const settingsKey = requestParameters?.settingsKey;
888
+ if (settingsKey === null || settingsKey === undefined) {
889
+ throw new Error('Required parameter settingsKey was null or undefined when calling createCustomiconsSettings.');
890
+ }
891
+ const body = requestParameters?.body;
892
+ if (body === null || body === undefined) {
893
+ throw new Error('Required parameter body was null or undefined when calling createCustomiconsSettings.');
894
+ }
895
+ let localVarHeaders = this.defaultHeaders;
896
+ let localVarCredential;
897
+ // authentication (ApiKeyAuth) required
898
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
899
+ if (localVarCredential) {
900
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
901
+ }
902
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
903
+ if (localVarHttpHeaderAcceptSelected === undefined) {
904
+ // to determine the Accept header
905
+ const httpHeaderAccepts = [
906
+ 'application/json'
907
+ ];
908
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
909
+ }
910
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
911
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
912
+ }
913
+ let localVarHttpContext = options && options.context;
914
+ if (localVarHttpContext === undefined) {
915
+ localVarHttpContext = new HttpContext();
916
+ }
917
+ let localVarTransferCache = options && options.transferCache;
918
+ if (localVarTransferCache === undefined) {
919
+ localVarTransferCache = true;
920
+ }
921
+ // to determine the Content-Type header
922
+ const consumes = [
923
+ 'application/octet-stream'
924
+ ];
925
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
926
+ if (httpContentTypeSelected !== undefined) {
927
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
928
+ }
929
+ let responseType_ = 'json';
930
+ if (localVarHttpHeaderAcceptSelected) {
931
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
932
+ responseType_ = 'text';
933
+ }
934
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
935
+ responseType_ = 'json';
936
+ }
937
+ else {
938
+ responseType_ = 'blob';
939
+ }
940
+ }
941
+ let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
942
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
943
+ context: localVarHttpContext,
944
+ body: body,
945
+ responseType: responseType_,
946
+ withCredentials: this.configuration.withCredentials,
947
+ headers: localVarHeaders,
948
+ observe: observe,
949
+ transferCache: localVarTransferCache,
950
+ reportProgress: reportProgress
951
+ });
952
+ }
953
+ deleteCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
954
+ const settingsKey = requestParameters?.settingsKey;
955
+ if (settingsKey === null || settingsKey === undefined) {
956
+ throw new Error('Required parameter settingsKey was null or undefined when calling deleteCustomiconsSettings.');
957
+ }
958
+ let localVarHeaders = this.defaultHeaders;
959
+ let localVarCredential;
960
+ // authentication (ApiKeyAuth) required
961
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
962
+ if (localVarCredential) {
963
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
964
+ }
965
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
966
+ if (localVarHttpHeaderAcceptSelected === undefined) {
967
+ // to determine the Accept header
968
+ const httpHeaderAccepts = [
969
+ 'application/json'
970
+ ];
971
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
972
+ }
973
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
974
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
975
+ }
976
+ let localVarHttpContext = options && options.context;
977
+ if (localVarHttpContext === undefined) {
978
+ localVarHttpContext = new HttpContext();
979
+ }
980
+ let localVarTransferCache = options && options.transferCache;
981
+ if (localVarTransferCache === undefined) {
982
+ localVarTransferCache = true;
983
+ }
984
+ let responseType_ = 'json';
985
+ if (localVarHttpHeaderAcceptSelected) {
986
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
987
+ responseType_ = 'text';
988
+ }
989
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
990
+ responseType_ = 'json';
991
+ }
992
+ else {
993
+ responseType_ = 'blob';
994
+ }
995
+ }
996
+ let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
997
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
998
+ context: localVarHttpContext,
999
+ responseType: responseType_,
1000
+ withCredentials: this.configuration.withCredentials,
1001
+ headers: localVarHeaders,
1002
+ observe: observe,
1003
+ transferCache: localVarTransferCache,
1004
+ reportProgress: reportProgress
1005
+ });
1006
+ }
1007
+ listCustomiconsSettings(observe = 'body', reportProgress = false, options) {
1008
+ let localVarHeaders = this.defaultHeaders;
1009
+ let localVarCredential;
1010
+ // authentication (ApiKeyAuth) required
1011
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1012
+ if (localVarCredential) {
1013
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1014
+ }
1015
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1016
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1017
+ // to determine the Accept header
1018
+ const httpHeaderAccepts = [
1019
+ 'application/json'
1020
+ ];
1021
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1022
+ }
1023
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1024
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1025
+ }
1026
+ let localVarHttpContext = options && options.context;
1027
+ if (localVarHttpContext === undefined) {
1028
+ localVarHttpContext = new HttpContext();
1029
+ }
1030
+ let localVarTransferCache = options && options.transferCache;
1031
+ if (localVarTransferCache === undefined) {
1032
+ localVarTransferCache = true;
1033
+ }
1034
+ let responseType_ = 'json';
1035
+ if (localVarHttpHeaderAcceptSelected) {
1036
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1037
+ responseType_ = 'text';
1038
+ }
1039
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1040
+ responseType_ = 'json';
1041
+ }
1042
+ else {
1043
+ responseType_ = 'blob';
1044
+ }
1045
+ }
1046
+ let localVarPath = `/studio/settings/customicons`;
1047
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1048
+ context: localVarHttpContext,
1049
+ responseType: responseType_,
1050
+ withCredentials: this.configuration.withCredentials,
1051
+ headers: localVarHeaders,
1052
+ observe: observe,
1053
+ transferCache: localVarTransferCache,
1054
+ reportProgress: reportProgress
1055
+ });
1056
+ }
1057
+ readCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
1058
+ const settingsKey = requestParameters?.settingsKey;
1059
+ if (settingsKey === null || settingsKey === undefined) {
1060
+ throw new Error('Required parameter settingsKey was null or undefined when calling readCustomiconsSettings.');
1061
+ }
1062
+ let localVarHeaders = this.defaultHeaders;
1063
+ let localVarCredential;
1064
+ // authentication (ApiKeyAuth) required
1065
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1066
+ if (localVarCredential) {
1067
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1068
+ }
1069
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1070
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1071
+ // to determine the Accept header
1072
+ const httpHeaderAccepts = [
1073
+ 'application/octet-stream',
1074
+ 'application/json'
1075
+ ];
1076
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1077
+ }
1078
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1079
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1080
+ }
1081
+ let localVarHttpContext = options && options.context;
1082
+ if (localVarHttpContext === undefined) {
1083
+ localVarHttpContext = new HttpContext();
1084
+ }
1085
+ let localVarTransferCache = options && options.transferCache;
1086
+ if (localVarTransferCache === undefined) {
1087
+ localVarTransferCache = true;
1088
+ }
1089
+ let responseType_ = 'json';
1090
+ if (localVarHttpHeaderAcceptSelected) {
1091
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1092
+ responseType_ = 'text';
1093
+ }
1094
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1095
+ responseType_ = 'json';
1096
+ }
1097
+ else {
1098
+ responseType_ = 'blob';
1099
+ }
1100
+ }
1101
+ let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
1102
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1103
+ context: localVarHttpContext,
1104
+ responseType: responseType_,
1105
+ withCredentials: this.configuration.withCredentials,
1106
+ headers: localVarHeaders,
1107
+ observe: observe,
1108
+ transferCache: localVarTransferCache,
1109
+ reportProgress: reportProgress
1110
+ });
1111
+ }
1112
+ setCustomiconsSettingsActiveKey(requestParameters, observe = 'body', reportProgress = false, options) {
1113
+ const body = requestParameters?.body;
1114
+ if (body === null || body === undefined) {
1115
+ throw new Error('Required parameter body was null or undefined when calling setCustomiconsSettingsActiveKey.');
1116
+ }
1117
+ let localVarHeaders = this.defaultHeaders;
1118
+ let localVarCredential;
1119
+ // authentication (ApiKeyAuth) required
1120
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1121
+ if (localVarCredential) {
1122
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1123
+ }
1124
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1125
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1126
+ // to determine the Accept header
1127
+ const httpHeaderAccepts = [
1128
+ 'application/json'
1129
+ ];
1130
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1131
+ }
1132
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1133
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1134
+ }
1135
+ let localVarHttpContext = options && options.context;
1136
+ if (localVarHttpContext === undefined) {
1137
+ localVarHttpContext = new HttpContext();
1138
+ }
1139
+ let localVarTransferCache = options && options.transferCache;
1140
+ if (localVarTransferCache === undefined) {
1141
+ localVarTransferCache = true;
1142
+ }
1143
+ // to determine the Content-Type header
1144
+ const consumes = [
1145
+ 'application/json'
1146
+ ];
1147
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1148
+ if (httpContentTypeSelected !== undefined) {
1149
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1150
+ }
1151
+ let responseType_ = 'json';
1152
+ if (localVarHttpHeaderAcceptSelected) {
1153
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1154
+ responseType_ = 'text';
1155
+ }
1156
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1157
+ responseType_ = 'json';
1158
+ }
1159
+ else {
1160
+ responseType_ = 'blob';
1161
+ }
1162
+ }
1163
+ let localVarPath = `/studio/settings/customicons`;
1164
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
1165
+ context: localVarHttpContext,
1166
+ body: body,
1167
+ responseType: responseType_,
1168
+ withCredentials: this.configuration.withCredentials,
1169
+ headers: localVarHeaders,
1170
+ observe: observe,
1171
+ transferCache: localVarTransferCache,
1172
+ reportProgress: reportProgress
1173
+ });
1174
+ }
1175
+ updateCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
1176
+ const settingsKey = requestParameters?.settingsKey;
1177
+ if (settingsKey === null || settingsKey === undefined) {
1178
+ throw new Error('Required parameter settingsKey was null or undefined when calling updateCustomiconsSettings.');
1179
+ }
1180
+ const body = requestParameters?.body;
1181
+ if (body === null || body === undefined) {
1182
+ throw new Error('Required parameter body was null or undefined when calling updateCustomiconsSettings.');
1183
+ }
1184
+ let localVarHeaders = this.defaultHeaders;
1185
+ let localVarCredential;
1186
+ // authentication (ApiKeyAuth) required
1187
+ localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
1188
+ if (localVarCredential) {
1189
+ localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
1190
+ }
1191
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
1192
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1193
+ // to determine the Accept header
1194
+ const httpHeaderAccepts = [
1195
+ 'application/json'
1196
+ ];
1197
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1198
+ }
1199
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1200
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1201
+ }
1202
+ let localVarHttpContext = options && options.context;
1203
+ if (localVarHttpContext === undefined) {
1204
+ localVarHttpContext = new HttpContext();
1205
+ }
1206
+ let localVarTransferCache = options && options.transferCache;
1207
+ if (localVarTransferCache === undefined) {
1208
+ localVarTransferCache = true;
1209
+ }
1210
+ // to determine the Content-Type header
1211
+ const consumes = [
1212
+ 'application/octet-stream'
1213
+ ];
1214
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1215
+ if (httpContentTypeSelected !== undefined) {
1216
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1217
+ }
1218
+ let responseType_ = 'json';
1219
+ if (localVarHttpHeaderAcceptSelected) {
1220
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1221
+ responseType_ = 'text';
1222
+ }
1223
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1224
+ responseType_ = 'json';
1225
+ }
1226
+ else {
1227
+ responseType_ = 'blob';
1228
+ }
1229
+ }
1230
+ let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
1231
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
1232
+ context: localVarHttpContext,
1233
+ body: body,
1234
+ responseType: responseType_,
1235
+ withCredentials: this.configuration.withCredentials,
1236
+ headers: localVarHeaders,
1237
+ observe: observe,
1238
+ transferCache: localVarTransferCache,
1239
+ reportProgress: reportProgress
1240
+ });
1241
+ }
1242
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1243
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, providedIn: 'root' });
1244
+ }
1245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, decorators: [{
1246
+ type: Injectable,
1247
+ args: [{
1248
+ providedIn: 'root'
1249
+ }]
1250
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1251
+ type: Optional
1252
+ }, {
1253
+ type: Inject,
1254
+ args: [BASE_PATH]
1255
+ }] }, { type: Configuration, decorators: [{
1256
+ type: Optional
1257
+ }] }] });
1258
+
1259
+ /**
1260
+ * VRt.Studio [ST]
1261
+ *
1262
+ * The version of the OpenAPI document: 7.17.2697
819
1263
  * Contact: servicedesk@veeroute.com
820
1264
  *
821
1265
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2190,7 +2634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2190
2634
  /**
2191
2635
  * VRt.Studio [ST]
2192
2636
  *
2193
- * The version of the OpenAPI document: 7.16.2673
2637
+ * The version of the OpenAPI document: 7.17.2697
2194
2638
  * Contact: servicedesk@veeroute.com
2195
2639
  *
2196
2640
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2843,7 +3287,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2843
3287
  /**
2844
3288
  * VRt.Studio [ST]
2845
3289
  *
2846
- * The version of the OpenAPI document: 7.16.2673
3290
+ * The version of the OpenAPI document: 7.17.2697
2847
3291
  * Contact: servicedesk@veeroute.com
2848
3292
  *
2849
3293
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3173,7 +3617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3173
3617
  /**
3174
3618
  * VRt.Studio [ST]
3175
3619
  *
3176
- * The version of the OpenAPI document: 7.16.2673
3620
+ * The version of the OpenAPI document: 7.17.2697
3177
3621
  * Contact: servicedesk@veeroute.com
3178
3622
  *
3179
3623
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3865,7 +4309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3865
4309
  /**
3866
4310
  * VRt.Studio [ST]
3867
4311
  *
3868
- * The version of the OpenAPI document: 7.16.2673
4312
+ * The version of the OpenAPI document: 7.17.2697
3869
4313
  * Contact: servicedesk@veeroute.com
3870
4314
  *
3871
4315
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4490,7 +4934,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
4490
4934
  /**
4491
4935
  * VRt.Studio [ST]
4492
4936
  *
4493
- * The version of the OpenAPI document: 7.16.2673
4937
+ * The version of the OpenAPI document: 7.17.2697
4494
4938
  * Contact: servicedesk@veeroute.com
4495
4939
  *
4496
4940
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5055,7 +5499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5055
5499
  /**
5056
5500
  * VRt.Studio [ST]
5057
5501
  *
5058
- * The version of the OpenAPI document: 7.16.2673
5502
+ * The version of the OpenAPI document: 7.17.2697
5059
5503
  * Contact: servicedesk@veeroute.com
5060
5504
  *
5061
5505
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5821,7 +6265,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5821
6265
  /**
5822
6266
  * VRt.Studio [ST]
5823
6267
  *
5824
- * The version of the OpenAPI document: 7.16.2673
6268
+ * The version of the OpenAPI document: 7.17.2697
5825
6269
  * Contact: servicedesk@veeroute.com
5826
6270
  *
5827
6271
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6520,7 +6964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6520
6964
  /**
6521
6965
  * VRt.Studio [ST]
6522
6966
  *
6523
- * The version of the OpenAPI document: 7.16.2673
6967
+ * The version of the OpenAPI document: 7.17.2697
6524
6968
  * Contact: servicedesk@veeroute.com
6525
6969
  *
6526
6970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6746,7 +7190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6746
7190
  /**
6747
7191
  * VRt.Studio [ST]
6748
7192
  *
6749
- * The version of the OpenAPI document: 7.16.2673
7193
+ * The version of the OpenAPI document: 7.17.2697
6750
7194
  * Contact: servicedesk@veeroute.com
6751
7195
  *
6752
7196
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7445,7 +7889,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
7445
7889
  /**
7446
7890
  * VRt.Studio [ST]
7447
7891
  *
7448
- * The version of the OpenAPI document: 7.16.2673
7892
+ * The version of the OpenAPI document: 7.17.2697
7449
7893
  * Contact: servicedesk@veeroute.com
7450
7894
  *
7451
7895
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8304,7 +8748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
8304
8748
  /**
8305
8749
  * VRt.Studio [ST]
8306
8750
  *
8307
- * The version of the OpenAPI document: 7.16.2673
8751
+ * The version of the OpenAPI document: 7.17.2697
8308
8752
  * Contact: servicedesk@veeroute.com
8309
8753
  *
8310
8754
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8744,12 +9188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
8744
9188
  type: Optional
8745
9189
  }] }] });
8746
9190
 
8747
- const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService, UserSettingsService];
9191
+ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService, UserSettingsService];
8748
9192
 
8749
9193
  /**
8750
9194
  * VRt.Studio [ST]
8751
9195
  *
8752
- * The version of the OpenAPI document: 7.16.2673
9196
+ * The version of the OpenAPI document: 7.17.2697
8753
9197
  * Contact: servicedesk@veeroute.com
8754
9198
  *
8755
9199
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8759,7 +9203,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
8759
9203
  /**
8760
9204
  * VRt.Studio [ST]
8761
9205
  *
8762
- * The version of the OpenAPI document: 7.16.2673
9206
+ * The version of the OpenAPI document: 7.17.2697
8763
9207
  * Contact: servicedesk@veeroute.com
8764
9208
  *
8765
9209
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8769,7 +9213,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
8769
9213
  /**
8770
9214
  * VRt.Studio [ST]
8771
9215
  *
8772
- * The version of the OpenAPI document: 7.16.2673
9216
+ * The version of the OpenAPI document: 7.17.2697
8773
9217
  * Contact: servicedesk@veeroute.com
8774
9218
  *
8775
9219
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8788,7 +9232,7 @@ var BasicProcessStudio;
8788
9232
  /**
8789
9233
  * VRt.Studio [ST]
8790
9234
  *
8791
- * The version of the OpenAPI document: 7.16.2673
9235
+ * The version of the OpenAPI document: 7.17.2697
8792
9236
  * Contact: servicedesk@veeroute.com
8793
9237
  *
8794
9238
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8808,7 +9252,7 @@ var BasicStateStudio;
8808
9252
  /**
8809
9253
  * VRt.Studio [ST]
8810
9254
  *
8811
- * The version of the OpenAPI document: 7.16.2673
9255
+ * The version of the OpenAPI document: 7.17.2697
8812
9256
  * Contact: servicedesk@veeroute.com
8813
9257
  *
8814
9258
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8818,7 +9262,7 @@ var BasicStateStudio;
8818
9262
  /**
8819
9263
  * VRt.Studio [ST]
8820
9264
  *
8821
- * The version of the OpenAPI document: 7.16.2673
9265
+ * The version of the OpenAPI document: 7.17.2697
8822
9266
  * Contact: servicedesk@veeroute.com
8823
9267
  *
8824
9268
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8837,7 +9281,7 @@ var BasicTracksTypeStudio;
8837
9281
  /**
8838
9282
  * VRt.Studio [ST]
8839
9283
  *
8840
- * The version of the OpenAPI document: 7.16.2673
9284
+ * The version of the OpenAPI document: 7.17.2697
8841
9285
  * Contact: servicedesk@veeroute.com
8842
9286
  *
8843
9287
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8854,7 +9298,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
8854
9298
  /**
8855
9299
  * VRt.Studio [ST]
8856
9300
  *
8857
- * The version of the OpenAPI document: 7.16.2673
9301
+ * The version of the OpenAPI document: 7.17.2697
8858
9302
  * Contact: servicedesk@veeroute.com
8859
9303
  *
8860
9304
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8864,7 +9308,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
8864
9308
  /**
8865
9309
  * VRt.Studio [ST]
8866
9310
  *
8867
- * The version of the OpenAPI document: 7.16.2673
9311
+ * The version of the OpenAPI document: 7.17.2697
8868
9312
  * Contact: servicedesk@veeroute.com
8869
9313
  *
8870
9314
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8874,7 +9318,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
8874
9318
  /**
8875
9319
  * VRt.Studio [ST]
8876
9320
  *
8877
- * The version of the OpenAPI document: 7.16.2673
9321
+ * The version of the OpenAPI document: 7.17.2697
8878
9322
  * Contact: servicedesk@veeroute.com
8879
9323
  *
8880
9324
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8898,7 +9342,7 @@ var CalculationStatusStudio;
8898
9342
  /**
8899
9343
  * VRt.Studio [ST]
8900
9344
  *
8901
- * The version of the OpenAPI document: 7.16.2673
9345
+ * The version of the OpenAPI document: 7.17.2697
8902
9346
  * Contact: servicedesk@veeroute.com
8903
9347
  *
8904
9348
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8908,7 +9352,7 @@ var CalculationStatusStudio;
8908
9352
  /**
8909
9353
  * VRt.Studio [ST]
8910
9354
  *
8911
- * The version of the OpenAPI document: 7.16.2673
9355
+ * The version of the OpenAPI document: 7.17.2697
8912
9356
  * Contact: servicedesk@veeroute.com
8913
9357
  *
8914
9358
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8918,7 +9362,7 @@ var CalculationStatusStudio;
8918
9362
  /**
8919
9363
  * VRt.Studio [ST]
8920
9364
  *
8921
- * The version of the OpenAPI document: 7.16.2673
9365
+ * The version of the OpenAPI document: 7.17.2697
8922
9366
  * Contact: servicedesk@veeroute.com
8923
9367
  *
8924
9368
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8928,7 +9372,7 @@ var CalculationStatusStudio;
8928
9372
  /**
8929
9373
  * VRt.Studio [ST]
8930
9374
  *
8931
- * The version of the OpenAPI document: 7.16.2673
9375
+ * The version of the OpenAPI document: 7.17.2697
8932
9376
  * Contact: servicedesk@veeroute.com
8933
9377
  *
8934
9378
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8938,7 +9382,7 @@ var CalculationStatusStudio;
8938
9382
  /**
8939
9383
  * VRt.Studio [ST]
8940
9384
  *
8941
- * The version of the OpenAPI document: 7.16.2673
9385
+ * The version of the OpenAPI document: 7.17.2697
8942
9386
  * Contact: servicedesk@veeroute.com
8943
9387
  *
8944
9388
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8948,7 +9392,7 @@ var CalculationStatusStudio;
8948
9392
  /**
8949
9393
  * VRt.Studio [ST]
8950
9394
  *
8951
- * The version of the OpenAPI document: 7.16.2673
9395
+ * The version of the OpenAPI document: 7.17.2697
8952
9396
  * Contact: servicedesk@veeroute.com
8953
9397
  *
8954
9398
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8958,7 +9402,7 @@ var CalculationStatusStudio;
8958
9402
  /**
8959
9403
  * VRt.Studio [ST]
8960
9404
  *
8961
- * The version of the OpenAPI document: 7.16.2673
9405
+ * The version of the OpenAPI document: 7.17.2697
8962
9406
  * Contact: servicedesk@veeroute.com
8963
9407
  *
8964
9408
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8968,7 +9412,7 @@ var CalculationStatusStudio;
8968
9412
  /**
8969
9413
  * VRt.Studio [ST]
8970
9414
  *
8971
- * The version of the OpenAPI document: 7.16.2673
9415
+ * The version of the OpenAPI document: 7.17.2697
8972
9416
  * Contact: servicedesk@veeroute.com
8973
9417
  *
8974
9418
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8986,7 +9430,7 @@ var CargoActionTypeStudio;
8986
9430
  /**
8987
9431
  * VRt.Studio [ST]
8988
9432
  *
8989
- * The version of the OpenAPI document: 7.16.2673
9433
+ * The version of the OpenAPI document: 7.17.2697
8990
9434
  * Contact: servicedesk@veeroute.com
8991
9435
  *
8992
9436
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9006,7 +9450,7 @@ var CargoRotationTypeStudio;
9006
9450
  /**
9007
9451
  * VRt.Studio [ST]
9008
9452
  *
9009
- * The version of the OpenAPI document: 7.16.2673
9453
+ * The version of the OpenAPI document: 7.17.2697
9010
9454
  * Contact: servicedesk@veeroute.com
9011
9455
  *
9012
9456
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9016,7 +9460,7 @@ var CargoRotationTypeStudio;
9016
9460
  /**
9017
9461
  * VRt.Studio [ST]
9018
9462
  *
9019
- * The version of the OpenAPI document: 7.16.2673
9463
+ * The version of the OpenAPI document: 7.17.2697
9020
9464
  * Contact: servicedesk@veeroute.com
9021
9465
  *
9022
9466
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9026,7 +9470,7 @@ var CargoRotationTypeStudio;
9026
9470
  /**
9027
9471
  * VRt.Studio [ST]
9028
9472
  *
9029
- * The version of the OpenAPI document: 7.16.2673
9473
+ * The version of the OpenAPI document: 7.17.2697
9030
9474
  * Contact: servicedesk@veeroute.com
9031
9475
  *
9032
9476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9053,7 +9497,7 @@ var CustomfieldEntityTypeStudio;
9053
9497
  /**
9054
9498
  * VRt.Studio [ST]
9055
9499
  *
9056
- * The version of the OpenAPI document: 7.16.2673
9500
+ * The version of the OpenAPI document: 7.17.2697
9057
9501
  * Contact: servicedesk@veeroute.com
9058
9502
  *
9059
9503
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9063,7 +9507,7 @@ var CustomfieldEntityTypeStudio;
9063
9507
  /**
9064
9508
  * VRt.Studio [ST]
9065
9509
  *
9066
- * The version of the OpenAPI document: 7.16.2673
9510
+ * The version of the OpenAPI document: 7.17.2697
9067
9511
  * Contact: servicedesk@veeroute.com
9068
9512
  *
9069
9513
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9084,7 +9528,7 @@ var DemandTypeStudio;
9084
9528
  /**
9085
9529
  * VRt.Studio [ST]
9086
9530
  *
9087
- * The version of the OpenAPI document: 7.16.2673
9531
+ * The version of the OpenAPI document: 7.17.2697
9088
9532
  * Contact: servicedesk@veeroute.com
9089
9533
  *
9090
9534
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9113,7 +9557,7 @@ var EntityErrorTypeStudio;
9113
9557
  /**
9114
9558
  * VRt.Studio [ST]
9115
9559
  *
9116
- * The version of the OpenAPI document: 7.16.2673
9560
+ * The version of the OpenAPI document: 7.17.2697
9117
9561
  * Contact: servicedesk@veeroute.com
9118
9562
  *
9119
9563
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9157,14 +9601,14 @@ var EntityTypeStudio;
9157
9601
  /**
9158
9602
  * VRt.Studio [ST]
9159
9603
  *
9160
- * The version of the OpenAPI document: 7.16.2673
9604
+ * The version of the OpenAPI document: 7.17.2697
9161
9605
  * Contact: servicedesk@veeroute.com
9162
9606
  *
9163
9607
  * NOTE: This class is auto generated by OpenAPI Generator.
9164
9608
  * Do not edit the class manually.
9165
9609
  */
9166
9610
  /**
9167
- * 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 * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object
9611
+ * 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 * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization.
9168
9612
  */
9169
9613
  var EntityWarningTypeStudio;
9170
9614
  (function (EntityWarningTypeStudio) {
@@ -9209,12 +9653,13 @@ var EntityWarningTypeStudio;
9209
9653
  EntityWarningTypeStudio["QUOTA_EXCEEDED"] = "QUOTA_EXCEEDED";
9210
9654
  EntityWarningTypeStudio["MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED"] = "MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED";
9211
9655
  EntityWarningTypeStudio["REMOVED_ITEMS_NOT_EMPTY"] = "REMOVED_ITEMS_NOT_EMPTY";
9656
+ EntityWarningTypeStudio["INCOMPATIBLE_REQUIREMENTS"] = "INCOMPATIBLE_REQUIREMENTS";
9212
9657
  })(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
9213
9658
 
9214
9659
  /**
9215
9660
  * VRt.Studio [ST]
9216
9661
  *
9217
- * The version of the OpenAPI document: 7.16.2673
9662
+ * The version of the OpenAPI document: 7.17.2697
9218
9663
  * Contact: servicedesk@veeroute.com
9219
9664
  *
9220
9665
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9224,7 +9669,7 @@ var EntityWarningTypeStudio;
9224
9669
  /**
9225
9670
  * VRt.Studio [ST]
9226
9671
  *
9227
- * The version of the OpenAPI document: 7.16.2673
9672
+ * The version of the OpenAPI document: 7.17.2697
9228
9673
  * Contact: servicedesk@veeroute.com
9229
9674
  *
9230
9675
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9234,7 +9679,7 @@ var EntityWarningTypeStudio;
9234
9679
  /**
9235
9680
  * VRt.Studio [ST]
9236
9681
  *
9237
- * The version of the OpenAPI document: 7.16.2673
9682
+ * The version of the OpenAPI document: 7.17.2697
9238
9683
  * Contact: servicedesk@veeroute.com
9239
9684
  *
9240
9685
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9244,7 +9689,7 @@ var EntityWarningTypeStudio;
9244
9689
  /**
9245
9690
  * VRt.Studio [ST]
9246
9691
  *
9247
- * The version of the OpenAPI document: 7.16.2673
9692
+ * The version of the OpenAPI document: 7.17.2697
9248
9693
  * Contact: servicedesk@veeroute.com
9249
9694
  *
9250
9695
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9264,7 +9709,7 @@ var FactTypeStudio;
9264
9709
  /**
9265
9710
  * VRt.Studio [ST]
9266
9711
  *
9267
- * The version of the OpenAPI document: 7.16.2673
9712
+ * The version of the OpenAPI document: 7.17.2697
9268
9713
  * Contact: servicedesk@veeroute.com
9269
9714
  *
9270
9715
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9274,7 +9719,7 @@ var FactTypeStudio;
9274
9719
  /**
9275
9720
  * VRt.Studio [ST]
9276
9721
  *
9277
- * The version of the OpenAPI document: 7.16.2673
9722
+ * The version of the OpenAPI document: 7.17.2697
9278
9723
  * Contact: servicedesk@veeroute.com
9279
9724
  *
9280
9725
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9284,7 +9729,7 @@ var FactTypeStudio;
9284
9729
  /**
9285
9730
  * VRt.Studio [ST]
9286
9731
  *
9287
- * The version of the OpenAPI document: 7.16.2673
9732
+ * The version of the OpenAPI document: 7.17.2697
9288
9733
  * Contact: servicedesk@veeroute.com
9289
9734
  *
9290
9735
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9302,7 +9747,7 @@ var FolderTypeStudio;
9302
9747
  /**
9303
9748
  * VRt.Studio [ST]
9304
9749
  *
9305
- * The version of the OpenAPI document: 7.16.2673
9750
+ * The version of the OpenAPI document: 7.17.2697
9306
9751
  * Contact: servicedesk@veeroute.com
9307
9752
  *
9308
9753
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9312,7 +9757,7 @@ var FolderTypeStudio;
9312
9757
  /**
9313
9758
  * VRt.Studio [ST]
9314
9759
  *
9315
- * The version of the OpenAPI document: 7.16.2673
9760
+ * The version of the OpenAPI document: 7.17.2697
9316
9761
  * Contact: servicedesk@veeroute.com
9317
9762
  *
9318
9763
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9331,7 +9776,7 @@ var HardlinkElementTypeStudio;
9331
9776
  /**
9332
9777
  * VRt.Studio [ST]
9333
9778
  *
9334
- * The version of the OpenAPI document: 7.16.2673
9779
+ * The version of the OpenAPI document: 7.17.2697
9335
9780
  * Contact: servicedesk@veeroute.com
9336
9781
  *
9337
9782
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9349,7 +9794,7 @@ var ImportSampleStudio;
9349
9794
  /**
9350
9795
  * VRt.Studio [ST]
9351
9796
  *
9352
- * The version of the OpenAPI document: 7.16.2673
9797
+ * The version of the OpenAPI document: 7.17.2697
9353
9798
  * Contact: servicedesk@veeroute.com
9354
9799
  *
9355
9800
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9367,7 +9812,7 @@ var ImportSourceStudio;
9367
9812
  /**
9368
9813
  * VRt.Studio [ST]
9369
9814
  *
9370
- * The version of the OpenAPI document: 7.16.2673
9815
+ * The version of the OpenAPI document: 7.17.2697
9371
9816
  * Contact: servicedesk@veeroute.com
9372
9817
  *
9373
9818
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9389,7 +9834,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9389
9834
  /**
9390
9835
  * VRt.Studio [ST]
9391
9836
  *
9392
- * The version of the OpenAPI document: 7.16.2673
9837
+ * The version of the OpenAPI document: 7.17.2697
9393
9838
  * Contact: servicedesk@veeroute.com
9394
9839
  *
9395
9840
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9399,7 +9844,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9399
9844
  /**
9400
9845
  * VRt.Studio [ST]
9401
9846
  *
9402
- * The version of the OpenAPI document: 7.16.2673
9847
+ * The version of the OpenAPI document: 7.17.2697
9403
9848
  * Contact: servicedesk@veeroute.com
9404
9849
  *
9405
9850
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9409,7 +9854,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9409
9854
  /**
9410
9855
  * VRt.Studio [ST]
9411
9856
  *
9412
- * The version of the OpenAPI document: 7.16.2673
9857
+ * The version of the OpenAPI document: 7.17.2697
9413
9858
  * Contact: servicedesk@veeroute.com
9414
9859
  *
9415
9860
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9419,7 +9864,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9419
9864
  /**
9420
9865
  * VRt.Studio [ST]
9421
9866
  *
9422
- * The version of the OpenAPI document: 7.16.2673
9867
+ * The version of the OpenAPI document: 7.17.2697
9423
9868
  * Contact: servicedesk@veeroute.com
9424
9869
  *
9425
9870
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9429,7 +9874,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9429
9874
  /**
9430
9875
  * VRt.Studio [ST]
9431
9876
  *
9432
- * The version of the OpenAPI document: 7.16.2673
9877
+ * The version of the OpenAPI document: 7.17.2697
9433
9878
  * Contact: servicedesk@veeroute.com
9434
9879
  *
9435
9880
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9439,7 +9884,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9439
9884
  /**
9440
9885
  * VRt.Studio [ST]
9441
9886
  *
9442
- * The version of the OpenAPI document: 7.16.2673
9887
+ * The version of the OpenAPI document: 7.17.2697
9443
9888
  * Contact: servicedesk@veeroute.com
9444
9889
  *
9445
9890
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9449,7 +9894,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9449
9894
  /**
9450
9895
  * VRt.Studio [ST]
9451
9896
  *
9452
- * The version of the OpenAPI document: 7.16.2673
9897
+ * The version of the OpenAPI document: 7.17.2697
9453
9898
  * Contact: servicedesk@veeroute.com
9454
9899
  *
9455
9900
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9459,7 +9904,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9459
9904
  /**
9460
9905
  * VRt.Studio [ST]
9461
9906
  *
9462
- * The version of the OpenAPI document: 7.16.2673
9907
+ * The version of the OpenAPI document: 7.17.2697
9463
9908
  * Contact: servicedesk@veeroute.com
9464
9909
  *
9465
9910
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9469,7 +9914,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
9469
9914
  /**
9470
9915
  * VRt.Studio [ST]
9471
9916
  *
9472
- * The version of the OpenAPI document: 7.16.2673
9917
+ * The version of the OpenAPI document: 7.17.2697
9473
9918
  * Contact: servicedesk@veeroute.com
9474
9919
  *
9475
9920
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9493,7 +9938,7 @@ var ServiceStudio;
9493
9938
  /**
9494
9939
  * VRt.Studio [ST]
9495
9940
  *
9496
- * The version of the OpenAPI document: 7.16.2673
9941
+ * The version of the OpenAPI document: 7.17.2697
9497
9942
  * Contact: servicedesk@veeroute.com
9498
9943
  *
9499
9944
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9503,7 +9948,7 @@ var ServiceStudio;
9503
9948
  /**
9504
9949
  * VRt.Studio [ST]
9505
9950
  *
9506
- * The version of the OpenAPI document: 7.16.2673
9951
+ * The version of the OpenAPI document: 7.17.2697
9507
9952
  * Contact: servicedesk@veeroute.com
9508
9953
  *
9509
9954
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9549,7 +9994,7 @@ var TableCustomfieldsColumnTypeStudio;
9549
9994
  /**
9550
9995
  * VRt.Studio [ST]
9551
9996
  *
9552
- * The version of the OpenAPI document: 7.16.2673
9997
+ * The version of the OpenAPI document: 7.17.2697
9553
9998
  * Contact: servicedesk@veeroute.com
9554
9999
  *
9555
10000
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9559,7 +10004,7 @@ var TableCustomfieldsColumnTypeStudio;
9559
10004
  /**
9560
10005
  * VRt.Studio [ST]
9561
10006
  *
9562
- * The version of the OpenAPI document: 7.16.2673
10007
+ * The version of the OpenAPI document: 7.17.2697
9563
10008
  * Contact: servicedesk@veeroute.com
9564
10009
  *
9565
10010
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9569,7 +10014,7 @@ var TableCustomfieldsColumnTypeStudio;
9569
10014
  /**
9570
10015
  * VRt.Studio [ST]
9571
10016
  *
9572
- * The version of the OpenAPI document: 7.16.2673
10017
+ * The version of the OpenAPI document: 7.17.2697
9573
10018
  * Contact: servicedesk@veeroute.com
9574
10019
  *
9575
10020
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9590,7 +10035,7 @@ var TableExperimentColumnTypeStudio;
9590
10035
  /**
9591
10036
  * VRt.Studio [ST]
9592
10037
  *
9593
- * The version of the OpenAPI document: 7.16.2673
10038
+ * The version of the OpenAPI document: 7.17.2697
9594
10039
  * Contact: servicedesk@veeroute.com
9595
10040
  *
9596
10041
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9623,7 +10068,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9623
10068
  /**
9624
10069
  * VRt.Studio [ST]
9625
10070
  *
9626
- * The version of the OpenAPI document: 7.16.2673
10071
+ * The version of the OpenAPI document: 7.17.2697
9627
10072
  * Contact: servicedesk@veeroute.com
9628
10073
  *
9629
10074
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9633,7 +10078,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9633
10078
  /**
9634
10079
  * VRt.Studio [ST]
9635
10080
  *
9636
- * The version of the OpenAPI document: 7.16.2673
10081
+ * The version of the OpenAPI document: 7.17.2697
9637
10082
  * Contact: servicedesk@veeroute.com
9638
10083
  *
9639
10084
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9643,7 +10088,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9643
10088
  /**
9644
10089
  * VRt.Studio [ST]
9645
10090
  *
9646
- * The version of the OpenAPI document: 7.16.2673
10091
+ * The version of the OpenAPI document: 7.17.2697
9647
10092
  * Contact: servicedesk@veeroute.com
9648
10093
  *
9649
10094
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9653,7 +10098,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9653
10098
  /**
9654
10099
  * VRt.Studio [ST]
9655
10100
  *
9656
- * The version of the OpenAPI document: 7.16.2673
10101
+ * The version of the OpenAPI document: 7.17.2697
9657
10102
  * Contact: servicedesk@veeroute.com
9658
10103
  *
9659
10104
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9663,7 +10108,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9663
10108
  /**
9664
10109
  * VRt.Studio [ST]
9665
10110
  *
9666
- * The version of the OpenAPI document: 7.16.2673
10111
+ * The version of the OpenAPI document: 7.17.2697
9667
10112
  * Contact: servicedesk@veeroute.com
9668
10113
  *
9669
10114
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9673,7 +10118,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9673
10118
  /**
9674
10119
  * VRt.Studio [ST]
9675
10120
  *
9676
- * The version of the OpenAPI document: 7.16.2673
10121
+ * The version of the OpenAPI document: 7.17.2697
9677
10122
  * Contact: servicedesk@veeroute.com
9678
10123
  *
9679
10124
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9683,7 +10128,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9683
10128
  /**
9684
10129
  * VRt.Studio [ST]
9685
10130
  *
9686
- * The version of the OpenAPI document: 7.16.2673
10131
+ * The version of the OpenAPI document: 7.17.2697
9687
10132
  * Contact: servicedesk@veeroute.com
9688
10133
  *
9689
10134
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9693,7 +10138,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9693
10138
  /**
9694
10139
  * VRt.Studio [ST]
9695
10140
  *
9696
- * The version of the OpenAPI document: 7.16.2673
10141
+ * The version of the OpenAPI document: 7.17.2697
9697
10142
  * Contact: servicedesk@veeroute.com
9698
10143
  *
9699
10144
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9703,7 +10148,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
9703
10148
  /**
9704
10149
  * VRt.Studio [ST]
9705
10150
  *
9706
- * The version of the OpenAPI document: 7.16.2673
10151
+ * The version of the OpenAPI document: 7.17.2697
9707
10152
  * Contact: servicedesk@veeroute.com
9708
10153
  *
9709
10154
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9727,7 +10172,7 @@ var TableFilterTypeStudio;
9727
10172
  /**
9728
10173
  * VRt.Studio [ST]
9729
10174
  *
9730
- * The version of the OpenAPI document: 7.16.2673
10175
+ * The version of the OpenAPI document: 7.17.2697
9731
10176
  * Contact: servicedesk@veeroute.com
9732
10177
  *
9733
10178
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9758,7 +10203,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
9758
10203
  /**
9759
10204
  * VRt.Studio [ST]
9760
10205
  *
9761
- * The version of the OpenAPI document: 7.16.2673
10206
+ * The version of the OpenAPI document: 7.17.2697
9762
10207
  * Contact: servicedesk@veeroute.com
9763
10208
  *
9764
10209
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9768,7 +10213,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
9768
10213
  /**
9769
10214
  * VRt.Studio [ST]
9770
10215
  *
9771
- * The version of the OpenAPI document: 7.16.2673
10216
+ * The version of the OpenAPI document: 7.17.2697
9772
10217
  * Contact: servicedesk@veeroute.com
9773
10218
  *
9774
10219
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9798,7 +10243,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
9798
10243
  /**
9799
10244
  * VRt.Studio [ST]
9800
10245
  *
9801
- * The version of the OpenAPI document: 7.16.2673
10246
+ * The version of the OpenAPI document: 7.17.2697
9802
10247
  * Contact: servicedesk@veeroute.com
9803
10248
  *
9804
10249
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9854,7 +10299,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
9854
10299
  /**
9855
10300
  * VRt.Studio [ST]
9856
10301
  *
9857
- * The version of the OpenAPI document: 7.16.2673
10302
+ * The version of the OpenAPI document: 7.17.2697
9858
10303
  * Contact: servicedesk@veeroute.com
9859
10304
  *
9860
10305
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9891,7 +10336,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
9891
10336
  /**
9892
10337
  * VRt.Studio [ST]
9893
10338
  *
9894
- * The version of the OpenAPI document: 7.16.2673
10339
+ * The version of the OpenAPI document: 7.17.2697
9895
10340
  * Contact: servicedesk@veeroute.com
9896
10341
  *
9897
10342
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9928,7 +10373,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
9928
10373
  /**
9929
10374
  * VRt.Studio [ST]
9930
10375
  *
9931
- * The version of the OpenAPI document: 7.16.2673
10376
+ * The version of the OpenAPI document: 7.17.2697
9932
10377
  * Contact: servicedesk@veeroute.com
9933
10378
  *
9934
10379
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9985,7 +10430,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
9985
10430
  /**
9986
10431
  * VRt.Studio [ST]
9987
10432
  *
9988
- * The version of the OpenAPI document: 7.16.2673
10433
+ * The version of the OpenAPI document: 7.17.2697
9989
10434
  * Contact: servicedesk@veeroute.com
9990
10435
  *
9991
10436
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10025,7 +10470,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10025
10470
  /**
10026
10471
  * VRt.Studio [ST]
10027
10472
  *
10028
- * The version of the OpenAPI document: 7.16.2673
10473
+ * The version of the OpenAPI document: 7.17.2697
10029
10474
  * Contact: servicedesk@veeroute.com
10030
10475
  *
10031
10476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10035,7 +10480,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10035
10480
  /**
10036
10481
  * VRt.Studio [ST]
10037
10482
  *
10038
- * The version of the OpenAPI document: 7.16.2673
10483
+ * The version of the OpenAPI document: 7.17.2697
10039
10484
  * Contact: servicedesk@veeroute.com
10040
10485
  *
10041
10486
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10045,7 +10490,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10045
10490
  /**
10046
10491
  * VRt.Studio [ST]
10047
10492
  *
10048
- * The version of the OpenAPI document: 7.16.2673
10493
+ * The version of the OpenAPI document: 7.17.2697
10049
10494
  * Contact: servicedesk@veeroute.com
10050
10495
  *
10051
10496
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10055,7 +10500,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10055
10500
  /**
10056
10501
  * VRt.Studio [ST]
10057
10502
  *
10058
- * The version of the OpenAPI document: 7.16.2673
10503
+ * The version of the OpenAPI document: 7.17.2697
10059
10504
  * Contact: servicedesk@veeroute.com
10060
10505
  *
10061
10506
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10065,7 +10510,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10065
10510
  /**
10066
10511
  * VRt.Studio [ST]
10067
10512
  *
10068
- * The version of the OpenAPI document: 7.16.2673
10513
+ * The version of the OpenAPI document: 7.17.2697
10069
10514
  * Contact: servicedesk@veeroute.com
10070
10515
  *
10071
10516
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10075,7 +10520,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
10075
10520
  /**
10076
10521
  * VRt.Studio [ST]
10077
10522
  *
10078
- * The version of the OpenAPI document: 7.16.2673
10523
+ * The version of the OpenAPI document: 7.17.2697
10079
10524
  * Contact: servicedesk@veeroute.com
10080
10525
  *
10081
10526
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10107,7 +10552,7 @@ var TransportTypeStudio;
10107
10552
  /**
10108
10553
  * VRt.Studio [ST]
10109
10554
  *
10110
- * The version of the OpenAPI document: 7.16.2673
10555
+ * The version of the OpenAPI document: 7.17.2697
10111
10556
  * Contact: servicedesk@veeroute.com
10112
10557
  *
10113
10558
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10125,7 +10570,7 @@ var TripStartTimeStrategyStudio;
10125
10570
  /**
10126
10571
  * VRt.Studio [ST]
10127
10572
  *
10128
- * The version of the OpenAPI document: 7.16.2673
10573
+ * The version of the OpenAPI document: 7.17.2697
10129
10574
  * Contact: servicedesk@veeroute.com
10130
10575
  *
10131
10576
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10155,7 +10600,7 @@ var TripStateFlagStudio;
10155
10600
  /**
10156
10601
  * VRt.Studio [ST]
10157
10602
  *
10158
- * The version of the OpenAPI document: 7.16.2673
10603
+ * The version of the OpenAPI document: 7.17.2697
10159
10604
  * Contact: servicedesk@veeroute.com
10160
10605
  *
10161
10606
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10165,7 +10610,7 @@ var TripStateFlagStudio;
10165
10610
  /**
10166
10611
  * VRt.Studio [ST]
10167
10612
  *
10168
- * The version of the OpenAPI document: 7.16.2673
10613
+ * The version of the OpenAPI document: 7.17.2697
10169
10614
  * Contact: servicedesk@veeroute.com
10170
10615
  *
10171
10616
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10226,5 +10671,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
10226
10671
  * Generated bundle index. Do not edit.
10227
10672
  */
10228
10673
 
10229
- export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, UserSettingsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
10674
+ export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, UserSettingsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
10230
10675
  //# sourceMappingURL=veeroute-lss-studio-angular.mjs.map