@veeroute/lss-studio-angular 7.21.2852 → 7.22.2904

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 (562) hide show
  1. package/README.md +118 -117
  2. package/api/backupsService.d.ts +4 -9
  3. package/api/backupsServiceInterface.d.ts +1 -1
  4. package/api/customFieldsService.d.ts +4 -9
  5. package/api/customFieldsServiceInterface.d.ts +1 -1
  6. package/api/customIconsService.d.ts +4 -9
  7. package/api/customIconsServiceInterface.d.ts +1 -1
  8. package/api/experimentsService.d.ts +4 -9
  9. package/api/experimentsServiceInterface.d.ts +2 -2
  10. package/api/explorerService.d.ts +4 -9
  11. package/api/explorerServiceInterface.d.ts +2 -2
  12. package/api/externalRoutingService.d.ts +4 -9
  13. package/api/externalRoutingServiceInterface.d.ts +1 -1
  14. package/api/factsService.d.ts +4 -9
  15. package/api/factsServiceInterface.d.ts +1 -1
  16. package/api/hardlinksService.d.ts +4 -9
  17. package/api/hardlinksServiceInterface.d.ts +1 -1
  18. package/api/locationsService.d.ts +4 -9
  19. package/api/locationsServiceInterface.d.ts +1 -1
  20. package/api/ordersService.d.ts +4 -9
  21. package/api/ordersServiceInterface.d.ts +1 -1
  22. package/api/performersService.d.ts +4 -9
  23. package/api/performersServiceInterface.d.ts +1 -1
  24. package/api/systemService.d.ts +4 -9
  25. package/api/systemServiceInterface.d.ts +1 -1
  26. package/api/transportsService.d.ts +4 -9
  27. package/api/transportsServiceInterface.d.ts +1 -1
  28. package/api/tripsService.d.ts +4 -9
  29. package/api/tripsServiceInterface.d.ts +1 -1
  30. package/api/userService.d.ts +4 -9
  31. package/api/userServiceInterface.d.ts +1 -1
  32. package/api.base.service.d.ts +21 -0
  33. package/configuration.d.ts +4 -2
  34. package/esm2022/api/backupsService.mjs +25 -109
  35. package/esm2022/api/backupsServiceInterface.mjs +1 -1
  36. package/esm2022/api/customFieldsService.mjs +60 -200
  37. package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
  38. package/esm2022/api/customIconsService.mjs +61 -201
  39. package/esm2022/api/customIconsServiceInterface.mjs +1 -1
  40. package/esm2022/api/experimentsService.mjs +240 -666
  41. package/esm2022/api/experimentsServiceInterface.mjs +1 -1
  42. package/esm2022/api/explorerService.mjs +102 -310
  43. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  44. package/esm2022/api/externalRoutingService.mjs +42 -154
  45. package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
  46. package/esm2022/api/factsService.mjs +92 -284
  47. package/esm2022/api/factsServiceInterface.mjs +1 -1
  48. package/esm2022/api/hardlinksService.mjs +83 -261
  49. package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
  50. package/esm2022/api/locationsService.mjs +76 -244
  51. package/esm2022/api/locationsServiceInterface.mjs +1 -1
  52. package/esm2022/api/ordersService.mjs +103 -313
  53. package/esm2022/api/ordersServiceInterface.mjs +1 -1
  54. package/esm2022/api/performersService.mjs +94 -290
  55. package/esm2022/api/performersServiceInterface.mjs +1 -1
  56. package/esm2022/api/systemService.mjs +32 -118
  57. package/esm2022/api/systemServiceInterface.mjs +1 -1
  58. package/esm2022/api/transportsService.mjs +94 -290
  59. package/esm2022/api/transportsServiceInterface.mjs +1 -1
  60. package/esm2022/api/tripsService.mjs +130 -386
  61. package/esm2022/api/tripsServiceInterface.mjs +1 -1
  62. package/esm2022/api/userService.mjs +60 -200
  63. package/esm2022/api/userServiceInterface.mjs +1 -1
  64. package/esm2022/api.base.service.mjs +79 -0
  65. package/esm2022/configuration.mjs +33 -17
  66. package/esm2022/index.mjs +2 -1
  67. package/esm2022/model/actualizeSettings.mjs +2 -2
  68. package/esm2022/model/assignedPerformer.mjs +1 -1
  69. package/esm2022/model/assignedTransport.mjs +1 -1
  70. package/esm2022/model/attribute.mjs +2 -2
  71. package/esm2022/model/basicProcess.mjs +2 -2
  72. package/esm2022/model/basicState.mjs +2 -2
  73. package/esm2022/model/box.mjs +1 -1
  74. package/esm2022/model/boxCompatibilities.mjs +2 -2
  75. package/esm2022/model/boxLimits.mjs +1 -1
  76. package/esm2022/model/break.mjs +2 -2
  77. package/esm2022/model/breakRules.mjs +1 -1
  78. package/esm2022/model/calculationHistoryElement.mjs +1 -1
  79. package/esm2022/model/calculationInfo.mjs +1 -1
  80. package/esm2022/model/calculationSettings.mjs +2 -2
  81. package/esm2022/model/calculationState.mjs +1 -1
  82. package/esm2022/model/calculationStatus.mjs +2 -2
  83. package/esm2022/model/capacity.mjs +2 -2
  84. package/esm2022/model/capacityCost.mjs +2 -2
  85. package/esm2022/model/capacityLimit.mjs +2 -2
  86. package/esm2022/model/capacityMultiplier.mjs +2 -2
  87. package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
  88. package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
  89. package/esm2022/model/capacityStatisticsSum.mjs +2 -2
  90. package/esm2022/model/cargo.mjs +1 -1
  91. package/esm2022/model/cargoAction.mjs +1 -1
  92. package/esm2022/model/cargoActionType.mjs +2 -2
  93. package/esm2022/model/cargoCompatibilities.mjs +1 -1
  94. package/esm2022/model/cargoRotationType.mjs +2 -2
  95. package/esm2022/model/checkResult.mjs +2 -2
  96. package/esm2022/model/compatibilityPenalty.mjs +2 -2
  97. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  98. package/esm2022/model/customfieldConvertRule.mjs +1 -1
  99. package/esm2022/model/customfieldEntityType.mjs +2 -2
  100. package/esm2022/model/customfieldsSettings.mjs +1 -1
  101. package/esm2022/model/demand.mjs +1 -1
  102. package/esm2022/model/demandExtraDuration.mjs +2 -2
  103. package/esm2022/model/demandType.mjs +2 -2
  104. package/esm2022/model/entityError.mjs +1 -1
  105. package/esm2022/model/entityErrorType.mjs +2 -2
  106. package/esm2022/model/entityPath.mjs +1 -1
  107. package/esm2022/model/entityType.mjs +2 -2
  108. package/esm2022/model/entityWarning.mjs +1 -1
  109. package/esm2022/model/entityWarningType.mjs +2 -2
  110. package/esm2022/model/experiment.mjs +1 -1
  111. package/esm2022/model/experimentCheck.mjs +1 -1
  112. package/esm2022/model/experimentList.mjs +1 -1
  113. package/esm2022/model/experimentNeighbors.mjs +2 -2
  114. package/esm2022/model/experimentSettings.mjs +1 -1
  115. package/esm2022/model/experimentSpecification.mjs +2 -2
  116. package/esm2022/model/experimentStatistics.mjs +1 -1
  117. package/esm2022/model/extensionSettings.mjs +2 -2
  118. package/esm2022/model/fact.mjs +1 -1
  119. package/esm2022/model/factType.mjs +2 -2
  120. package/esm2022/model/featureLifetime.mjs +1 -1
  121. package/esm2022/model/filesystem.mjs +1 -1
  122. package/esm2022/model/filesystemColumnType.mjs +2 -2
  123. package/esm2022/model/filesystemCounters.mjs +1 -1
  124. package/esm2022/model/filesystemPath.mjs +1 -1
  125. package/esm2022/model/folder.mjs +1 -1
  126. package/esm2022/model/folderCounters.mjs +2 -2
  127. package/esm2022/model/folderSpecification.mjs +1 -1
  128. package/esm2022/model/folderType.mjs +2 -2
  129. package/esm2022/model/general400.mjs +1 -1
  130. package/esm2022/model/general402.mjs +1 -1
  131. package/esm2022/model/general403.mjs +1 -1
  132. package/esm2022/model/general404.mjs +1 -1
  133. package/esm2022/model/general404Detail.mjs +1 -1
  134. package/esm2022/model/general429.mjs +1 -1
  135. package/esm2022/model/general500.mjs +1 -1
  136. package/esm2022/model/generalStatistics.mjs +1 -1
  137. package/esm2022/model/geoSettings.mjs +1 -1
  138. package/esm2022/model/geopoint.mjs +2 -2
  139. package/esm2022/model/hardlink.mjs +1 -1
  140. package/esm2022/model/hardlinkElement.mjs +1 -1
  141. package/esm2022/model/hardlinkElementType.mjs +2 -2
  142. package/esm2022/model/importSample.mjs +2 -2
  143. package/esm2022/model/importSource.mjs +2 -2
  144. package/esm2022/model/linkedEssence.mjs +2 -2
  145. package/esm2022/model/loadStatistics.mjs +1 -1
  146. package/esm2022/model/location.mjs +1 -1
  147. package/esm2022/model/locationCargosLimit.mjs +1 -1
  148. package/esm2022/model/locationCompatibilities.mjs +2 -2
  149. package/esm2022/model/locationLimit.mjs +1 -1
  150. package/esm2022/model/locationLimitStatistics.mjs +1 -1
  151. package/esm2022/model/locationStatistics.mjs +1 -1
  152. package/esm2022/model/locationTimetableElement.mjs +1 -1
  153. package/esm2022/model/locationTransportsLimit.mjs +2 -2
  154. package/esm2022/model/measurements.mjs +1 -1
  155. package/esm2022/model/models.mjs +1 -2
  156. package/esm2022/model/order.mjs +1 -1
  157. package/esm2022/model/orderCompatibilities.mjs +2 -2
  158. package/esm2022/model/performer.mjs +1 -1
  159. package/esm2022/model/performerCompatibilities.mjs +1 -1
  160. package/esm2022/model/performerLimits.mjs +1 -1
  161. package/esm2022/model/performerShift.mjs +1 -1
  162. package/esm2022/model/performerTariff.mjs +1 -1
  163. package/esm2022/model/performerTariffConstraint.mjs +2 -2
  164. package/esm2022/model/planSettings.mjs +1 -1
  165. package/esm2022/model/planStatistics.mjs +1 -1
  166. package/esm2022/model/possibleEvent.mjs +1 -1
  167. package/esm2022/model/quality.mjs +1 -1
  168. package/esm2022/model/removedItems.mjs +2 -2
  169. package/esm2022/model/replanSettings.mjs +1 -1
  170. package/esm2022/model/replanStrategy.mjs +2 -2
  171. package/esm2022/model/rest.mjs +2 -2
  172. package/esm2022/model/restRules.mjs +1 -1
  173. package/esm2022/model/roundtripStatistics.mjs +1 -1
  174. package/esm2022/model/routingMatrix.mjs +1 -1
  175. package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
  176. package/esm2022/model/routingTransportMatrix.mjs +1 -1
  177. package/esm2022/model/schemaError.mjs +2 -2
  178. package/esm2022/model/service.mjs +2 -2
  179. package/esm2022/model/settingsKeyList.mjs +2 -2
  180. package/esm2022/model/stopDemand.mjs +1 -1
  181. package/esm2022/model/stopStatistics.mjs +1 -1
  182. package/esm2022/model/tableCustomfields.mjs +2 -2
  183. package/esm2022/model/tableCustomfieldsColumnType.mjs +2 -2
  184. package/esm2022/model/tableDataStats.mjs +2 -2
  185. package/esm2022/model/tableExperimentColumnType.mjs +2 -2
  186. package/esm2022/model/tableFact.mjs +1 -1
  187. package/esm2022/model/tableFactColumnType.mjs +2 -2
  188. package/esm2022/model/tableFactFields.mjs +1 -1
  189. package/esm2022/model/tableFactFilter.mjs +1 -1
  190. package/esm2022/model/tableFactFilterList.mjs +1 -1
  191. package/esm2022/model/tableFactList.mjs +1 -1
  192. package/esm2022/model/tableFactMetrics.mjs +1 -1
  193. package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
  194. package/esm2022/model/tableFilterBoolList.mjs +2 -2
  195. package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
  196. package/esm2022/model/tableFilterDurationRange.mjs +2 -2
  197. package/esm2022/model/tableFilterEnumList.mjs +2 -2
  198. package/esm2022/model/tableFilterFloatRange.mjs +2 -2
  199. package/esm2022/model/tableFilterIntRange.mjs +2 -2
  200. package/esm2022/model/tableFilterStringList.mjs +2 -2
  201. package/esm2022/model/tableFilterStringSearch.mjs +2 -2
  202. package/esm2022/model/tableFilterType.mjs +2 -2
  203. package/esm2022/model/tableHardlink.mjs +1 -1
  204. package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
  205. package/esm2022/model/tableHardlinkFields.mjs +1 -1
  206. package/esm2022/model/tableHardlinkFilter.mjs +1 -1
  207. package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
  208. package/esm2022/model/tableHardlinkList.mjs +1 -1
  209. package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
  210. package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
  211. package/esm2022/model/tableListCounters.mjs +1 -1
  212. package/esm2022/model/tableListCountersDetail.mjs +2 -2
  213. package/esm2022/model/tableLocation.mjs +1 -1
  214. package/esm2022/model/tableLocationColumnType.mjs +2 -2
  215. package/esm2022/model/tableLocationFields.mjs +1 -1
  216. package/esm2022/model/tableLocationFilter.mjs +1 -1
  217. package/esm2022/model/tableLocationFilterList.mjs +1 -1
  218. package/esm2022/model/tableLocationList.mjs +1 -1
  219. package/esm2022/model/tableLocationMetrics.mjs +1 -1
  220. package/esm2022/model/tableLocationMetricsFilterList.mjs +1 -1
  221. package/esm2022/model/tableOrder.mjs +1 -1
  222. package/esm2022/model/tableOrderColumnType.mjs +2 -2
  223. package/esm2022/model/tableOrderFields.mjs +1 -1
  224. package/esm2022/model/tableOrderFilter.mjs +1 -1
  225. package/esm2022/model/tableOrderFilterList.mjs +1 -1
  226. package/esm2022/model/tableOrderList.mjs +1 -1
  227. package/esm2022/model/tableOrderMetrics.mjs +1 -1
  228. package/esm2022/model/tableOrderMetricsFilterList.mjs +1 -1
  229. package/esm2022/model/tablePerformer.mjs +1 -1
  230. package/esm2022/model/tablePerformerColumnType.mjs +2 -2
  231. package/esm2022/model/tablePerformerFields.mjs +1 -1
  232. package/esm2022/model/tablePerformerFilter.mjs +1 -1
  233. package/esm2022/model/tablePerformerFilterList.mjs +1 -1
  234. package/esm2022/model/tablePerformerList.mjs +1 -1
  235. package/esm2022/model/tablePerformerMetrics.mjs +1 -1
  236. package/esm2022/model/tablePerformerMetricsFilterList.mjs +1 -1
  237. package/esm2022/model/tableTransport.mjs +1 -1
  238. package/esm2022/model/tableTransportColumnType.mjs +2 -2
  239. package/esm2022/model/tableTransportFields.mjs +1 -1
  240. package/esm2022/model/tableTransportFilter.mjs +1 -1
  241. package/esm2022/model/tableTransportFilterList.mjs +1 -1
  242. package/esm2022/model/tableTransportList.mjs +1 -1
  243. package/esm2022/model/tableTransportMetrics.mjs +1 -1
  244. package/esm2022/model/tableTransportMetricsFilterList.mjs +1 -1
  245. package/esm2022/model/tableTrip.mjs +1 -1
  246. package/esm2022/model/tableTripColumnType.mjs +2 -2
  247. package/esm2022/model/tableTripFields.mjs +1 -1
  248. package/esm2022/model/tableTripFilter.mjs +1 -1
  249. package/esm2022/model/tableTripFilterList.mjs +1 -1
  250. package/esm2022/model/tableTripList.mjs +1 -1
  251. package/esm2022/model/tableTripMetrics.mjs +1 -1
  252. package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
  253. package/esm2022/model/tableTripStop.mjs +1 -1
  254. package/esm2022/model/tableTripStopColumnType.mjs +2 -2
  255. package/esm2022/model/tableTripStopFields.mjs +1 -1
  256. package/esm2022/model/tableTripStopFilter.mjs +1 -1
  257. package/esm2022/model/tableTripStopFilterList.mjs +1 -1
  258. package/esm2022/model/tableTripStopList.mjs +1 -1
  259. package/esm2022/model/taskStatistics.mjs +1 -1
  260. package/esm2022/model/timeWindow.mjs +2 -2
  261. package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
  262. package/esm2022/model/timeWindowViolations.mjs +1 -1
  263. package/esm2022/model/tracedata.mjs +1 -1
  264. package/esm2022/model/track.mjs +1 -1
  265. package/esm2022/model/trackList.mjs +1 -1
  266. package/esm2022/model/trackListCustom.mjs +1 -1
  267. package/esm2022/model/trackType.mjs +2 -2
  268. package/esm2022/model/trackpoint.mjs +2 -2
  269. package/esm2022/model/translations.mjs +2 -2
  270. package/esm2022/model/transport.mjs +1 -1
  271. package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
  272. package/esm2022/model/transportCompatibilities.mjs +1 -1
  273. package/esm2022/model/transportLimits.mjs +1 -1
  274. package/esm2022/model/transportLoad.mjs +1 -1
  275. package/esm2022/model/transportShift.mjs +1 -1
  276. package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
  277. package/esm2022/model/transportTariff.mjs +1 -1
  278. package/esm2022/model/transportTariffConstraint.mjs +2 -2
  279. package/esm2022/model/transportType.mjs +2 -2
  280. package/esm2022/model/trip.mjs +1 -1
  281. package/esm2022/model/tripAssumptions.mjs +1 -1
  282. package/esm2022/model/tripExpectations.mjs +1 -1
  283. package/esm2022/model/tripPenalties.mjs +1 -1
  284. package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
  285. package/esm2022/model/tripState.mjs +1 -1
  286. package/esm2022/model/tripStateFlag.mjs +2 -2
  287. package/esm2022/model/tripStatistics.mjs +1 -1
  288. package/esm2022/model/tripsSettings.mjs +1 -1
  289. package/esm2022/model/universalData.mjs +1 -1
  290. package/esm2022/model/unplannedItems.mjs +2 -2
  291. package/esm2022/model/versionResult.mjs +2 -2
  292. package/esm2022/model/webFact.mjs +1 -1
  293. package/esm2022/model/webHardlink.mjs +1 -1
  294. package/esm2022/model/webLocation.mjs +1 -1
  295. package/esm2022/model/webLocationGeopoint.mjs +1 -1
  296. package/esm2022/model/webLocationGeopointList.mjs +1 -1
  297. package/esm2022/model/webOrder.mjs +1 -1
  298. package/esm2022/model/webOrderGeopoint.mjs +1 -1
  299. package/esm2022/model/webOrderGeopointList.mjs +1 -1
  300. package/esm2022/model/webPerformer.mjs +1 -1
  301. package/esm2022/model/webPerformerGeopoint.mjs +1 -1
  302. package/esm2022/model/webPerformerGeopointList.mjs +1 -1
  303. package/esm2022/model/webTransport.mjs +1 -1
  304. package/esm2022/model/webTransportGeopoint.mjs +1 -1
  305. package/esm2022/model/webTransportGeopointList.mjs +1 -1
  306. package/esm2022/model/webTrip.mjs +1 -1
  307. package/esm2022/model/webTripChart.mjs +1 -1
  308. package/esm2022/model/webTripChartDemand.mjs +1 -1
  309. package/esm2022/model/webTripChartList.mjs +1 -1
  310. package/esm2022/model/workAndRestRules.mjs +1 -1
  311. package/esm2022/provide-api.mjs +15 -0
  312. package/fesm2022/veeroute-lss-studio-angular.mjs +1443 -4066
  313. package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
  314. package/index.d.ts +1 -0
  315. package/model/actualizeSettings.d.ts +1 -1
  316. package/model/assignedPerformer.d.ts +2 -2
  317. package/model/assignedTransport.d.ts +2 -2
  318. package/model/attribute.d.ts +1 -1
  319. package/model/basicProcess.d.ts +1 -1
  320. package/model/basicState.d.ts +1 -1
  321. package/model/box.d.ts +1 -1
  322. package/model/boxCompatibilities.d.ts +2 -2
  323. package/model/boxLimits.d.ts +1 -1
  324. package/model/break.d.ts +1 -1
  325. package/model/breakRules.d.ts +5 -2
  326. package/model/calculationHistoryElement.d.ts +1 -1
  327. package/model/calculationInfo.d.ts +1 -1
  328. package/model/calculationSettings.d.ts +1 -1
  329. package/model/calculationState.d.ts +1 -1
  330. package/model/calculationStatus.d.ts +1 -1
  331. package/model/capacity.d.ts +1 -1
  332. package/model/capacityCost.d.ts +1 -1
  333. package/model/capacityLimit.d.ts +1 -1
  334. package/model/capacityMultiplier.d.ts +1 -1
  335. package/model/capacityStatisticsLoad.d.ts +1 -1
  336. package/model/capacityStatisticsRatio.d.ts +1 -1
  337. package/model/capacityStatisticsSum.d.ts +1 -1
  338. package/model/cargo.d.ts +1 -1
  339. package/model/cargoAction.d.ts +1 -1
  340. package/model/cargoActionType.d.ts +1 -1
  341. package/model/cargoCompatibilities.d.ts +1 -1
  342. package/model/cargoRotationType.d.ts +1 -1
  343. package/model/checkResult.d.ts +1 -1
  344. package/model/compatibilityPenalty.d.ts +1 -1
  345. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  346. package/model/customfieldConvertRule.d.ts +1 -1
  347. package/model/customfieldEntityType.d.ts +1 -1
  348. package/model/customfieldsSettings.d.ts +1 -1
  349. package/model/demand.d.ts +1 -1
  350. package/model/demandExtraDuration.d.ts +1 -1
  351. package/model/demandType.d.ts +1 -1
  352. package/model/entityError.d.ts +1 -1
  353. package/model/entityErrorType.d.ts +1 -1
  354. package/model/entityPath.d.ts +1 -1
  355. package/model/entityType.d.ts +1 -1
  356. package/model/entityWarning.d.ts +1 -1
  357. package/model/entityWarningType.d.ts +1 -1
  358. package/model/experiment.d.ts +1 -1
  359. package/model/experimentCheck.d.ts +2 -2
  360. package/model/experimentList.d.ts +1 -1
  361. package/model/experimentNeighbors.d.ts +1 -1
  362. package/model/experimentSettings.d.ts +1 -1
  363. package/model/experimentSpecification.d.ts +1 -1
  364. package/model/experimentStatistics.d.ts +3 -3
  365. package/model/extensionSettings.d.ts +1 -1
  366. package/model/fact.d.ts +1 -1
  367. package/model/factType.d.ts +1 -1
  368. package/model/featureLifetime.d.ts +1 -1
  369. package/model/filesystem.d.ts +1 -1
  370. package/model/filesystemColumnType.d.ts +1 -1
  371. package/model/filesystemCounters.d.ts +7 -1
  372. package/model/filesystemPath.d.ts +1 -1
  373. package/model/folder.d.ts +2 -2
  374. package/model/folderCounters.d.ts +1 -1
  375. package/model/folderSpecification.d.ts +2 -2
  376. package/model/folderType.d.ts +1 -1
  377. package/model/general400.d.ts +1 -1
  378. package/model/general402.d.ts +1 -1
  379. package/model/general403.d.ts +1 -1
  380. package/model/general404.d.ts +1 -1
  381. package/model/general404Detail.d.ts +1 -1
  382. package/model/general429.d.ts +1 -1
  383. package/model/general500.d.ts +1 -1
  384. package/model/generalStatistics.d.ts +13 -1
  385. package/model/geoSettings.d.ts +1 -1
  386. package/model/geopoint.d.ts +1 -1
  387. package/model/hardlink.d.ts +1 -1
  388. package/model/hardlinkElement.d.ts +1 -1
  389. package/model/hardlinkElementType.d.ts +1 -1
  390. package/model/importSample.d.ts +1 -1
  391. package/model/importSource.d.ts +1 -1
  392. package/model/linkedEssence.d.ts +1 -1
  393. package/model/loadStatistics.d.ts +10 -1
  394. package/model/location.d.ts +1 -1
  395. package/model/locationCargosLimit.d.ts +9 -3
  396. package/model/locationCompatibilities.d.ts +1 -1
  397. package/model/locationLimit.d.ts +5 -2
  398. package/model/locationLimitStatistics.d.ts +7 -1
  399. package/model/locationStatistics.d.ts +9 -1
  400. package/model/locationTimetableElement.d.ts +5 -2
  401. package/model/locationTransportsLimit.d.ts +1 -1
  402. package/model/measurements.d.ts +2 -2
  403. package/model/models.d.ts +0 -1
  404. package/model/order.d.ts +1 -1
  405. package/model/orderCompatibilities.d.ts +1 -1
  406. package/model/performer.d.ts +4 -1
  407. package/model/performerCompatibilities.d.ts +1 -1
  408. package/model/performerLimits.d.ts +2 -2
  409. package/model/performerShift.d.ts +9 -3
  410. package/model/performerTariff.d.ts +1 -1
  411. package/model/performerTariffConstraint.d.ts +1 -1
  412. package/model/planSettings.d.ts +1 -1
  413. package/model/planStatistics.d.ts +3 -3
  414. package/model/possibleEvent.d.ts +5 -2
  415. package/model/quality.d.ts +7 -1
  416. package/model/removedItems.d.ts +1 -1
  417. package/model/replanSettings.d.ts +1 -1
  418. package/model/replanStrategy.d.ts +1 -1
  419. package/model/rest.d.ts +1 -1
  420. package/model/restRules.d.ts +5 -2
  421. package/model/roundtripStatistics.d.ts +4 -1
  422. package/model/routingMatrix.d.ts +1 -1
  423. package/model/routingMatrixWaypoint.d.ts +1 -1
  424. package/model/routingTransportMatrix.d.ts +1 -1
  425. package/model/schemaError.d.ts +1 -1
  426. package/model/service.d.ts +1 -1
  427. package/model/settingsKeyList.d.ts +1 -1
  428. package/model/stopDemand.d.ts +5 -2
  429. package/model/stopStatistics.d.ts +23 -2
  430. package/model/tableCustomfields.d.ts +1 -1
  431. package/model/tableCustomfieldsColumnType.d.ts +1 -1
  432. package/model/tableDataStats.d.ts +1 -1
  433. package/model/tableExperimentColumnType.d.ts +1 -1
  434. package/model/tableFact.d.ts +1 -1
  435. package/model/tableFactColumnType.d.ts +1 -1
  436. package/model/tableFactFields.d.ts +1 -1
  437. package/model/tableFactFilter.d.ts +1 -1
  438. package/model/tableFactFilterList.d.ts +1 -1
  439. package/model/tableFactList.d.ts +1 -1
  440. package/model/tableFactMetrics.d.ts +7 -1
  441. package/model/tableFactMetricsFilterList.d.ts +1 -1
  442. package/model/tableFilterBoolList.d.ts +1 -1
  443. package/model/tableFilterDatetimeRange.d.ts +2 -2
  444. package/model/tableFilterDurationRange.d.ts +1 -1
  445. package/model/tableFilterEnumList.d.ts +1 -1
  446. package/model/tableFilterFloatRange.d.ts +2 -2
  447. package/model/tableFilterIntRange.d.ts +2 -2
  448. package/model/tableFilterStringList.d.ts +1 -1
  449. package/model/tableFilterStringSearch.d.ts +1 -1
  450. package/model/tableFilterType.d.ts +1 -1
  451. package/model/tableHardlink.d.ts +1 -1
  452. package/model/tableHardlinkColumnType.d.ts +1 -1
  453. package/model/tableHardlinkFields.d.ts +1 -1
  454. package/model/tableHardlinkFilter.d.ts +1 -1
  455. package/model/tableHardlinkFilterList.d.ts +1 -1
  456. package/model/tableHardlinkList.d.ts +1 -1
  457. package/model/tableHardlinkMetrics.d.ts +7 -1
  458. package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
  459. package/model/tableListCounters.d.ts +7 -1
  460. package/model/tableListCountersDetail.d.ts +1 -1
  461. package/model/tableLocation.d.ts +1 -1
  462. package/model/tableLocationColumnType.d.ts +1 -1
  463. package/model/tableLocationFields.d.ts +3 -3
  464. package/model/tableLocationFilter.d.ts +1 -1
  465. package/model/tableLocationFilterList.d.ts +1 -1
  466. package/model/tableLocationList.d.ts +1 -1
  467. package/model/tableLocationMetrics.d.ts +7 -1
  468. package/model/tableLocationMetricsFilterList.d.ts +1 -1
  469. package/model/tableOrder.d.ts +1 -1
  470. package/model/tableOrderColumnType.d.ts +1 -1
  471. package/model/tableOrderFields.d.ts +7 -7
  472. package/model/tableOrderFilter.d.ts +1 -1
  473. package/model/tableOrderFilterList.d.ts +1 -1
  474. package/model/tableOrderList.d.ts +1 -1
  475. package/model/tableOrderMetrics.d.ts +7 -1
  476. package/model/tableOrderMetricsFilterList.d.ts +1 -1
  477. package/model/tablePerformer.d.ts +1 -1
  478. package/model/tablePerformerColumnType.d.ts +1 -1
  479. package/model/tablePerformerFields.d.ts +4 -4
  480. package/model/tablePerformerFilter.d.ts +1 -1
  481. package/model/tablePerformerFilterList.d.ts +1 -1
  482. package/model/tablePerformerList.d.ts +1 -1
  483. package/model/tablePerformerMetrics.d.ts +7 -1
  484. package/model/tablePerformerMetricsFilterList.d.ts +1 -1
  485. package/model/tableTransport.d.ts +1 -1
  486. package/model/tableTransportColumnType.d.ts +1 -1
  487. package/model/tableTransportFields.d.ts +3 -3
  488. package/model/tableTransportFilter.d.ts +1 -1
  489. package/model/tableTransportFilterList.d.ts +1 -1
  490. package/model/tableTransportList.d.ts +1 -1
  491. package/model/tableTransportMetrics.d.ts +7 -1
  492. package/model/tableTransportMetricsFilterList.d.ts +1 -1
  493. package/model/tableTrip.d.ts +1 -1
  494. package/model/tableTripColumnType.d.ts +1 -1
  495. package/model/tableTripFields.d.ts +3 -3
  496. package/model/tableTripFilter.d.ts +1 -1
  497. package/model/tableTripFilterList.d.ts +1 -1
  498. package/model/tableTripList.d.ts +1 -1
  499. package/model/tableTripMetrics.d.ts +7 -1
  500. package/model/tableTripMetricsFilterList.d.ts +1 -1
  501. package/model/tableTripStop.d.ts +1 -1
  502. package/model/tableTripStopColumnType.d.ts +1 -1
  503. package/model/tableTripStopFields.d.ts +6 -3
  504. package/model/tableTripStopFilter.d.ts +1 -1
  505. package/model/tableTripStopFilterList.d.ts +1 -1
  506. package/model/tableTripStopList.d.ts +1 -1
  507. package/model/taskStatistics.d.ts +5 -2
  508. package/model/timeWindow.d.ts +1 -1
  509. package/model/timeWindowViolationDetail.d.ts +1 -1
  510. package/model/timeWindowViolations.d.ts +7 -1
  511. package/model/tracedata.d.ts +1 -1
  512. package/model/track.d.ts +1 -1
  513. package/model/trackList.d.ts +1 -1
  514. package/model/trackListCustom.d.ts +1 -1
  515. package/model/trackType.d.ts +1 -1
  516. package/model/trackpoint.d.ts +1 -1
  517. package/model/translations.d.ts +1 -1
  518. package/model/transport.d.ts +1 -1
  519. package/model/transportCapacityMultiplier.d.ts +1 -1
  520. package/model/transportCompatibilities.d.ts +1 -1
  521. package/model/transportLimits.d.ts +1 -1
  522. package/model/transportLoad.d.ts +1 -1
  523. package/model/transportShift.d.ts +5 -2
  524. package/model/transportSpeedMultiplier.d.ts +1 -1
  525. package/model/transportTariff.d.ts +1 -1
  526. package/model/transportTariffConstraint.d.ts +1 -1
  527. package/model/transportType.d.ts +1 -1
  528. package/model/trip.d.ts +1 -1
  529. package/model/tripAssumptions.d.ts +1 -1
  530. package/model/tripExpectations.d.ts +1 -1
  531. package/model/tripPenalties.d.ts +1 -1
  532. package/model/tripStartTimeStrategy.d.ts +1 -1
  533. package/model/tripState.d.ts +1 -1
  534. package/model/tripStateFlag.d.ts +1 -1
  535. package/model/tripStatistics.d.ts +4 -1
  536. package/model/tripsSettings.d.ts +1 -1
  537. package/model/universalData.d.ts +1 -1
  538. package/model/unplannedItems.d.ts +1 -1
  539. package/model/versionResult.d.ts +1 -1
  540. package/model/webFact.d.ts +1 -1
  541. package/model/webHardlink.d.ts +1 -1
  542. package/model/webLocation.d.ts +1 -1
  543. package/model/webLocationGeopoint.d.ts +1 -1
  544. package/model/webLocationGeopointList.d.ts +7 -1
  545. package/model/webOrder.d.ts +1 -1
  546. package/model/webOrderGeopoint.d.ts +1 -1
  547. package/model/webOrderGeopointList.d.ts +7 -1
  548. package/model/webPerformer.d.ts +1 -1
  549. package/model/webPerformerGeopoint.d.ts +1 -1
  550. package/model/webPerformerGeopointList.d.ts +7 -1
  551. package/model/webTransport.d.ts +1 -1
  552. package/model/webTransportGeopoint.d.ts +1 -1
  553. package/model/webTransportGeopointList.d.ts +7 -1
  554. package/model/webTrip.d.ts +1 -1
  555. package/model/webTripChart.d.ts +1 -1
  556. package/model/webTripChartDemand.d.ts +1 -1
  557. package/model/webTripChartList.d.ts +1 -1
  558. package/model/workAndRestRules.d.ts +1 -1
  559. package/package.json +1 -1
  560. package/provide-api.d.ts +3 -0
  561. package/esm2022/model/timeWindowNull.mjs +0 -11
  562. package/model/timeWindowNull.d.ts +0 -23
package/README.md CHANGED
@@ -1,162 +1,163 @@
1
- # @veeroute/lss-studio-angular@7.21.2852
1
+ # @veeroute/lss-studio-angular@7.22.2904
2
2
 
3
- ## General usage
3
+ Veeroute Studio API. # Description Server part of the Veeroute Studio. ## Reserved attributes These attribute keys are reserved for specific business logic: | Attribute key | Parent entity | Purpose | |:---------------------|:--------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `ICON_NAME` | location | The attribute value is written to the `web_location_geopoint.icon_name` field | | `FORCED_GEOPROVIDER` | geo_settings | The attribute value determines the geodata provider for rendering flights on the map, which will be used instead of the one specified in the `plan_settings.geo_settings.geo_provider` field | ## Entity relationship diagram ![erd](../uml/studio.svg)
4
4
 
5
- In your Angular project:
5
+ The version of the OpenAPI document: 7.22.2904
6
6
 
7
+ ## Building
7
8
 
8
- ```
9
- // without configuring providers
10
- import { LssStudioApiModule } from '@veeroute/lss-studio-angular';
11
- import { HttpClientModule } from '@angular/common/http';
9
+ To install the required dependencies and to build the typescript sources run:
12
10
 
13
- @NgModule({
14
- imports: [
15
- LssStudioApiModule,
16
- // make sure to import the HttpClientModule in the AppModule only,
17
- // see https://github.com/angular/angular/issues/20575
18
- HttpClientModule
19
- ],
20
- declarations: [ AppComponent ],
21
- providers: [],
22
- bootstrap: [ AppComponent ]
23
- })
24
- export class AppModule {}
11
+ ```console
12
+ npm install
13
+ npm run build
25
14
  ```
26
15
 
27
- ```typescript
28
- // configuring providers
29
- import { LssStudioApiModule, Configuration, ConfigurationParameters } from '@veeroute/lss-studio-angular';
30
-
31
- export function apiConfigFactory (): Configuration {
32
- const params: ConfigurationParameters = {
33
- // set configuration parameters here.
34
- }
35
- return new Configuration(params);
36
- }
37
-
38
- @NgModule({
39
- imports: [ LssStudioApiModule.forRoot(apiConfigFactory) ],
40
- declarations: [ AppComponent ],
41
- providers: [],
42
- bootstrap: [ AppComponent ]
43
- })
44
- export class AppModule {}
45
- ```
16
+ ## Publishing
46
17
 
47
- ```typescript
48
- // configuring providers with an authentication service that manages your access tokens
49
- import { LssStudioApiModule, Configuration } from '@veeroute/lss-studio-angular';
18
+ First build the package then run `npm publish dist` (don't forget to specify the `dist` folder!)
50
19
 
51
- @NgModule({
52
- imports: [ LssStudioApiModule ],
53
- declarations: [ AppComponent ],
54
- providers: [
55
- {
56
- provide: Configuration,
57
- useFactory: (authService: AuthService) => new Configuration(
58
- {
59
- basePath: environment.apiUrl,
60
- accessToken: authService.getAccessToken.bind(authService)
61
- }
62
- ),
63
- deps: [AuthService],
64
- multi: false
65
- }
66
- ],
67
- bootstrap: [ AppComponent ]
68
- })
69
- export class AppModule {}
20
+ ## Consuming
21
+
22
+ Navigate to the folder of your consuming project and run one of next commands.
23
+
24
+ _published:_
25
+
26
+ ```console
27
+ npm install @veeroute/lss-studio-angular@7.22.2904 --save
70
28
  ```
71
29
 
72
- ```typescript
73
- import { DefaultApi } from '@veeroute/lss-studio-angular';
30
+ _without publishing (not recommended):_
74
31
 
75
- export class AppComponent {
76
- constructor(private apiGateway: DefaultApi) { }
77
- }
32
+ ```console
33
+ npm install PATH_TO_GENERATED_PACKAGE/dist.tgz --save
78
34
  ```
79
35
 
80
- Note: The LssStudioApiModule is restricted to being instantiated once app wide.
81
- This is to ensure that all services are treated as singletons.
36
+ _It's important to take the tgz file, otherwise you'll get trouble with links on windows_
82
37
 
83
- ### Using multiple OpenAPI files / APIs / LssStudioApiModules
38
+ _using `npm link`:_
84
39
 
85
- In order to use multiple `LssStudioApiModules` generated from different OpenAPI files,
86
- you can create an alias name when importing the modules
87
- in order to avoid naming conflicts:
40
+ In PATH_TO_GENERATED_PACKAGE/dist:
88
41
 
89
- ```typescript
90
- import { LssStudioApiModule } from 'my-api-path';
91
- import { LssStudioApiModule as OtherApiModule } from 'my-other-api-path';
92
- import { HttpClientModule } from '@angular/common/http';
42
+ ```console
43
+ npm link
44
+ ```
93
45
 
94
- @NgModule({
95
- imports: [
96
- LssStudioApiModule,
97
- OtherApiModule,
98
- // make sure to import the HttpClientModule in the AppModule only,
99
- // see https://github.com/angular/angular/issues/20575
100
- HttpClientModule
101
- ]
102
- })
103
- export class AppModule {
46
+ In your project:
104
47
 
105
- }
48
+ ```console
49
+ npm link @veeroute/lss-studio-angular
106
50
  ```
107
51
 
108
- ### Set service base path
52
+ __Note for Windows users:__ The Angular CLI has troubles to use linked npm packages.
53
+ Please refer to this issue <https://github.com/angular/angular-cli/issues/8284> for a solution / workaround.
54
+ Published packages are not effected by this issue.
55
+
56
+ ### General usage
109
57
 
110
- If different than the generated base path, during app bootstrap, you can provide the base path to your service.
58
+ In your Angular project:
111
59
 
112
60
  ```typescript
113
- import { BASE_PATH } from '@veeroute/lss-studio-angular';
114
61
 
115
- bootstrap(AppComponent, [
116
- { provide: BASE_PATH, useValue: 'https://your-web-service.com' },
117
- ]);
62
+ import { ApplicationConfig } from '@angular/core';
63
+ import { provideHttpClient } from '@angular/common/http';
64
+ import { provideApi } from '@veeroute/lss-studio-angular';
65
+
66
+ export const appConfig: ApplicationConfig = {
67
+ providers: [
68
+ // ...
69
+ provideHttpClient(),
70
+ provideApi()
71
+ ],
72
+ };
118
73
  ```
119
74
 
120
- or
75
+ **NOTE**
76
+ If you're still using `AppModule` and haven't [migrated](https://angular.dev/reference/migrations/standalone) yet, you can still import an Angular module:
77
+ ```typescript
78
+ import { LssStudioApiModule } from '@veeroute/lss-studio-angular';
79
+ ```
80
+
81
+ If different from the generated base path, during app bootstrap, you can provide the base path to your service.
121
82
 
122
83
  ```typescript
123
- import { BASE_PATH } from '@veeroute/lss-studio-angular';
84
+ import { ApplicationConfig } from '@angular/core';
85
+ import { provideHttpClient } from '@angular/common/http';
86
+ import { provideApi } from '@veeroute/lss-studio-angular';
124
87
 
125
- @NgModule({
126
- imports: [],
127
- declarations: [ AppComponent ],
128
- providers: [ provide: BASE_PATH, useValue: 'https://your-web-service.com' ],
129
- bootstrap: [ AppComponent ]
130
- })
131
- export class AppModule {}
88
+ export const appConfig: ApplicationConfig = {
89
+ providers: [
90
+ // ...
91
+ provideHttpClient(),
92
+ provideApi('http://localhost:9999')
93
+ ],
94
+ };
132
95
  ```
133
96
 
134
- ### Using @angular/cli
97
+ ```typescript
98
+ // with a custom configuration
99
+ import { ApplicationConfig } from '@angular/core';
100
+ import { provideHttpClient } from '@angular/common/http';
101
+ import { provideApi } from '@veeroute/lss-studio-angular';
135
102
 
136
- First extend your `src/environments/*.ts` files by adding the corresponding base path:
103
+ export const appConfig: ApplicationConfig = {
104
+ providers: [
105
+ // ...
106
+ provideHttpClient(),
107
+ provideApi({
108
+ withCredentials: true,
109
+ username: 'user',
110
+ password: 'password'
111
+ })
112
+ ],
113
+ };
114
+ ```
137
115
 
138
116
  ```typescript
139
- export const environment = {
140
- production: false,
141
- API_BASE_PATH: 'http://127.0.0.1:8080'
117
+ // with factory building a custom configuration
118
+ import { ApplicationConfig } from '@angular/core';
119
+ import { provideHttpClient } from '@angular/common/http';
120
+ import { provideApi, Configuration } from '@veeroute/lss-studio-angular';
121
+
122
+ export const appConfig: ApplicationConfig = {
123
+ providers: [
124
+ // ...
125
+ provideHttpClient(),
126
+ {
127
+ provide: Configuration,
128
+ useFactory: (authService: AuthService) => new Configuration({
129
+ basePath: 'http://localhost:9999',
130
+ withCredentials: true,
131
+ username: authService.getUsername(),
132
+ password: authService.getPassword(),
133
+ }),
134
+ deps: [AuthService],
135
+ multi: false
136
+ }
137
+ ],
142
138
  };
143
139
  ```
144
140
 
145
- In the src/app/app.module.ts:
141
+ ### Using multiple OpenAPI files / APIs
142
+
143
+ In order to use multiple APIs generated from different OpenAPI files,
144
+ you can create an alias name when importing the modules
145
+ in order to avoid naming conflicts:
146
146
 
147
147
  ```typescript
148
- import { BASE_PATH } from '@veeroute/lss-studio-angular';
148
+ import { provideApi as provideUserApi } from 'my-user-api-path';
149
+ import { provideApi as provideAdminApi } from 'my-admin-api-path';
150
+ import { HttpClientModule } from '@angular/common/http';
149
151
  import { environment } from '../environments/environment';
150
152
 
151
- @NgModule({
152
- declarations: [
153
- AppComponent
154
- ],
155
- imports: [ ],
156
- providers: [{ provide: BASE_PATH, useValue: environment.API_BASE_PATH }],
157
- bootstrap: [ AppComponent ]
158
- })
159
- export class AppModule { }
153
+ export const appConfig: ApplicationConfig = {
154
+ providers: [
155
+ // ...
156
+ provideHttpClient(),
157
+ provideUserApi(environment.basePath),
158
+ provideAdminApi(environment.basePath),
159
+ ],
160
+ };
160
161
  ```
161
162
 
162
163
  ### Customizing path parameter encoding
@@ -1,17 +1,12 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Configuration } from '../configuration';
4
+ import { BaseService } from '../api.base.service';
4
5
  import { BackupsServiceInterface, CreateBackupRequestParams, RestoreBackupRequestParams } from './backupsServiceInterface';
5
6
  import * as i0 from "@angular/core";
6
- export declare class BackupsService implements BackupsServiceInterface {
7
+ export declare class BackupsService extends BaseService implements BackupsServiceInterface {
7
8
  protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
9
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
15
10
  /**
16
11
  * Folder export
17
12
  * Export folder with experiments.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,19 +1,14 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { CustomfieldsSettingsStudio } from '../model/customfieldsSettings';
4
4
  import { SettingsKeyListStudio } from '../model/settingsKeyList';
5
5
  import { Configuration } from '../configuration';
6
+ import { BaseService } from '../api.base.service';
6
7
  import { CustomFieldsServiceInterface, CreateCustomfieldsSettingsRequestParams, DeleteCustomfieldsSettingsRequestParams, ReadCustomfieldsSettingsRequestParams, SetCustomfieldsSettingsActiveKeyRequestParams, UpdateCustomfieldsSettingsRequestParams } from './customFieldsServiceInterface';
7
8
  import * as i0 from "@angular/core";
8
- export declare class CustomFieldsService implements CustomFieldsServiceInterface {
9
+ export declare class CustomFieldsService extends BaseService implements CustomFieldsServiceInterface {
9
10
  protected httpClient: HttpClient;
10
- protected basePath: string;
11
- defaultHeaders: HttpHeaders;
12
- configuration: Configuration;
13
- encoder: HttpParameterCodec;
14
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
15
- private addToHttpParams;
16
- private addToHttpParamsRecursive;
11
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
17
12
  /**
18
13
  * Create fields settings
19
14
  * Create custom fields settings.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,18 +1,13 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { SettingsKeyListStudio } from '../model/settingsKeyList';
4
4
  import { Configuration } from '../configuration';
5
+ import { BaseService } from '../api.base.service';
5
6
  import { CustomIconsServiceInterface, CreateCustomiconsSettingsRequestParams, DeleteCustomiconsSettingsRequestParams, ReadCustomiconsSettingsRequestParams, SetCustomiconsSettingsActiveKeyRequestParams, UpdateCustomiconsSettingsRequestParams } from './customIconsServiceInterface';
6
7
  import * as i0 from "@angular/core";
7
- export declare class CustomIconsService implements CustomIconsServiceInterface {
8
+ export declare class CustomIconsService extends BaseService implements CustomIconsServiceInterface {
8
9
  protected httpClient: HttpClient;
9
- protected basePath: string;
10
- defaultHeaders: HttpHeaders;
11
- configuration: Configuration;
12
- encoder: HttpParameterCodec;
13
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
14
- private addToHttpParams;
15
- private addToHttpParamsRecursive;
10
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
16
11
  /**
17
12
  * Update icons settings
18
13
  * Create custom icons settings.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,4 +1,4 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { CalculationHistoryElementStudio } from '../model/calculationHistoryElement';
4
4
  import { ExperimentListStudio } from '../model/experimentList';
@@ -7,17 +7,12 @@ import { ExperimentStudio } from '../model/experiment';
7
7
  import { FilesystemPathStudio } from '../model/filesystemPath';
8
8
  import { UniversalDataStudio } from '../model/universalData';
9
9
  import { Configuration } from '../configuration';
10
+ import { BaseService } from '../api.base.service';
10
11
  import { ExperimentsServiceInterface, CreateExperimentRequestParams, DeleteExperimentRequestParams, DuplicateExperimentRequestParams, ExportJsonRequestParams, ExportXlsxRequestParams, GlobalSearchRequestParams, ImportJsonRequestParams, ImportJsonTracedataRequestParams, ImportJsonUrlRequestParams, ImportXlsxRequestParams, ReadExperimentRequestParams, ReadExperimentCalculationHistoryRequestParams, ReadExperimentNeighborsRequestParams, ReadExperimentPathRequestParams, ReadFolderRequestParams, RunExperimentCalculationRequestParams, RunExperimentRecalculateStatsRequestParams, RunExperimentRecalculateTracksRequestParams, RunExperimentRefineRequestParams, RunExperimentValidationRequestParams, StopExperimentCalculationRequestParams, UpdateExperimentRequestParams, UpdateExperimentIndicatorsRequestParams, UpdateExperimentSettingsRequestParams } from './experimentsServiceInterface';
11
12
  import * as i0 from "@angular/core";
12
- export declare class ExperimentsService implements ExperimentsServiceInterface {
13
+ export declare class ExperimentsService extends BaseService implements ExperimentsServiceInterface {
13
14
  protected httpClient: HttpClient;
14
- protected basePath: string;
15
- defaultHeaders: HttpHeaders;
16
- configuration: Configuration;
17
- encoder: HttpParameterCodec;
18
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
19
- private addToHttpParams;
20
- private addToHttpParamsRecursive;
15
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
21
16
  /**
22
17
  * Create experiment
23
18
  * Create new experiment.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -79,7 +79,7 @@ export interface ReadExperimentPathRequestParams {
79
79
  experimentKey: string;
80
80
  }
81
81
  export interface ReadFolderRequestParams {
82
- folderKey?: string | null;
82
+ folderKey?: string;
83
83
  filter?: string;
84
84
  offset?: number;
85
85
  limit?: number;
@@ -1,21 +1,16 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { FilesystemCountersStudio } from '../model/filesystemCounters';
4
4
  import { FilesystemPathStudio } from '../model/filesystemPath';
5
5
  import { FilesystemStudio } from '../model/filesystem';
6
6
  import { FolderSpecificationStudio } from '../model/folderSpecification';
7
7
  import { Configuration } from '../configuration';
8
+ import { BaseService } from '../api.base.service';
8
9
  import { ExplorerServiceInterface, CreateFolderRequestParams, CreateFoldersBatchRequestParams, DeleteFilesBatchRequestParams, DeleteFolderRequestParams, DeleteFoldersBatchRequestParams, ReadFilesystemRequestParams, ReadFolderPathRequestParams, ReadFolderSpecificationRequestParams, UpdateFolderRequestParams } from './explorerServiceInterface';
9
10
  import * as i0 from "@angular/core";
10
- export declare class ExplorerService implements ExplorerServiceInterface {
11
+ export declare class ExplorerService extends BaseService implements ExplorerServiceInterface {
11
12
  protected httpClient: HttpClient;
12
- protected basePath: string;
13
- defaultHeaders: HttpHeaders;
14
- configuration: Configuration;
15
- encoder: HttpParameterCodec;
16
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
17
- private addToHttpParams;
18
- private addToHttpParamsRecursive;
13
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
19
14
  /**
20
15
  * Create folder
21
16
  * Create new folder.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -31,7 +31,7 @@ export interface DeleteFoldersBatchRequestParams {
31
31
  requestBody: Array<string>;
32
32
  }
33
33
  export interface ReadFilesystemRequestParams {
34
- folderKey?: string | null;
34
+ folderKey?: string;
35
35
  filter?: string;
36
36
  offset?: number;
37
37
  limit?: number;
@@ -1,18 +1,13 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { RoutingTransportMatrixStudio } from '../model/routingTransportMatrix';
4
4
  import { Configuration } from '../configuration';
5
+ import { BaseService } from '../api.base.service';
5
6
  import { ExternalRoutingServiceInterface, CreateExternalroutingRequestParams, DeleteExternalroutingRequestParams, ReadExternalroutingRequestParams, UpdateExternalroutingRequestParams } from './externalRoutingServiceInterface';
6
7
  import * as i0 from "@angular/core";
7
- export declare class ExternalRoutingService implements ExternalRoutingServiceInterface {
8
+ export declare class ExternalRoutingService extends BaseService implements ExternalRoutingServiceInterface {
8
9
  protected httpClient: HttpClient;
9
- protected basePath: string;
10
- defaultHeaders: HttpHeaders;
11
- configuration: Configuration;
12
- encoder: HttpParameterCodec;
13
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
14
- private addToHttpParams;
15
- private addToHttpParamsRecursive;
10
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
16
11
  /**
17
12
  * Create externalrouting
18
13
  * Create new external routing.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,20 +1,15 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TableFactListStudio } from '../model/tableFactList';
4
4
  import { TableFactMetricsStudio } from '../model/tableFactMetrics';
5
5
  import { WebFactStudio } from '../model/webFact';
6
6
  import { Configuration } from '../configuration';
7
+ import { BaseService } from '../api.base.service';
7
8
  import { FactsServiceInterface, CreateFactRequestParams, DeleteFactRequestParams, DeleteFactsRequestParams, DisableFactsRequestParams, EnableFactsRequestParams, ReadFactRequestParams, ReadFactsRequestParams, ReadFactsMetricsRequestParams, UpdateFactRequestParams } from './factsServiceInterface';
8
9
  import * as i0 from "@angular/core";
9
- export declare class FactsService implements FactsServiceInterface {
10
+ export declare class FactsService extends BaseService implements FactsServiceInterface {
10
11
  protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- encoder: HttpParameterCodec;
15
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
16
- private addToHttpParams;
17
- private addToHttpParamsRecursive;
12
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
18
13
  /**
19
14
  * Create fact
20
15
  * Create new fact.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,20 +1,15 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TableHardlinkListStudio } from '../model/tableHardlinkList';
4
4
  import { TableHardlinkMetricsStudio } from '../model/tableHardlinkMetrics';
5
5
  import { WebHardlinkStudio } from '../model/webHardlink';
6
6
  import { Configuration } from '../configuration';
7
+ import { BaseService } from '../api.base.service';
7
8
  import { HardlinksServiceInterface, CreateHardlinkRequestParams, DeleteHardlinkRequestParams, DisableHardlinksRequestParams, EnableHardlinksRequestParams, ReadHardlinkRequestParams, ReadHardlinksRequestParams, ReadHardlinksMetricsRequestParams, UpdateHardlinkRequestParams } from './hardlinksServiceInterface';
8
9
  import * as i0 from "@angular/core";
9
- export declare class HardlinksService implements HardlinksServiceInterface {
10
+ export declare class HardlinksService extends BaseService implements HardlinksServiceInterface {
10
11
  protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- encoder: HttpParameterCodec;
15
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
16
- private addToHttpParams;
17
- private addToHttpParamsRecursive;
12
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
18
13
  /**
19
14
  * Create hardlink
20
15
  * Create new hardlink.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,21 +1,16 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TableLocationListStudio } from '../model/tableLocationList';
4
4
  import { TableLocationMetricsStudio } from '../model/tableLocationMetrics';
5
5
  import { WebLocationGeopointListStudio } from '../model/webLocationGeopointList';
6
6
  import { WebLocationStudio } from '../model/webLocation';
7
7
  import { Configuration } from '../configuration';
8
+ import { BaseService } from '../api.base.service';
8
9
  import { LocationsServiceInterface, CreateLocationRequestParams, DeleteLocationRequestParams, ReadLocationRequestParams, ReadLocationsRequestParams, ReadLocationsGeopointsRequestParams, ReadLocationsMetricsRequestParams, UpdateLocationRequestParams } from './locationsServiceInterface';
9
10
  import * as i0 from "@angular/core";
10
- export declare class LocationsService implements LocationsServiceInterface {
11
+ export declare class LocationsService extends BaseService implements LocationsServiceInterface {
11
12
  protected httpClient: HttpClient;
12
- protected basePath: string;
13
- defaultHeaders: HttpHeaders;
14
- configuration: Configuration;
15
- encoder: HttpParameterCodec;
16
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
17
- private addToHttpParams;
18
- private addToHttpParamsRecursive;
13
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
19
14
  /**
20
15
  * Create location
21
16
  * Create location.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Studio [ST]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.22.2904
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,21 +1,16 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TableOrderListStudio } from '../model/tableOrderList';
4
4
  import { TableOrderMetricsStudio } from '../model/tableOrderMetrics';
5
5
  import { WebOrderGeopointListStudio } from '../model/webOrderGeopointList';
6
6
  import { WebOrderStudio } from '../model/webOrder';
7
7
  import { Configuration } from '../configuration';
8
+ import { BaseService } from '../api.base.service';
8
9
  import { OrdersServiceInterface, CreateOrderRequestParams, DeleteOrderRequestParams, DeleteOrdersRequestParams, DisableOrdersRequestParams, EnableOrdersRequestParams, ReadOrderRequestParams, ReadOrdersRequestParams, ReadOrdersGeopointsRequestParams, ReadOrdersMetricsRequestParams, UpdateOrderRequestParams } from './ordersServiceInterface';
9
10
  import * as i0 from "@angular/core";
10
- export declare class OrdersService implements OrdersServiceInterface {
11
+ export declare class OrdersService extends BaseService implements OrdersServiceInterface {
11
12
  protected httpClient: HttpClient;
12
- protected basePath: string;
13
- defaultHeaders: HttpHeaders;
14
- configuration: Configuration;
15
- encoder: HttpParameterCodec;
16
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
17
- private addToHttpParams;
18
- private addToHttpParamsRecursive;
13
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
19
14
  /**
20
15
  * Create order
21
16
  * New essences creation.