@veeroute/lss-studio-angular 6.15.2142 → 6.16.2174
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.
- package/README.md +1 -1
- package/api/experimentsServiceInterface.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/hardlinksServiceInterface.d.ts +1 -1
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersServiceInterface.d.ts +1 -1
- package/api/performersServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +1 -1
- package/api/tripsServiceInterface.d.ts +1 -1
- package/cfg/table_settings.json +35 -0
- package/esm2022/api/experimentsService.mjs +5 -5
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +5 -5
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +5 -5
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +5 -5
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +5 -5
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +5 -5
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +5 -5
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +5 -5
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +5 -5
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api.module.mjs +5 -5
- package/esm2022/model/actualizeSettings.mjs +1 -1
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/basicProcess.mjs +2 -2
- package/esm2022/model/basicState.mjs +2 -2
- package/esm2022/model/basicTimeWindow.mjs +2 -2
- package/esm2022/model/basicTracksType.mjs +2 -2
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +2 -2
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +2 -2
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityFactor.mjs +1 -1
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoPlacement.mjs +2 -2
- package/esm2022/model/cargoRotationType.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/compatibilityPenalty.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +2 -2
- package/esm2022/model/demandType.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +5 -3
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCalculation.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentSpecification.mjs +2 -2
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/facts.mjs +1 -1
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/folderSpecification.mjs +2 -2
- package/esm2022/model/folderStats.mjs +2 -2
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general401.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +2 -2
- package/esm2022/model/geopoint.mjs +2 -2
- package/esm2022/model/hardlink.mjs +1 -1
- package/esm2022/model/hardlinkElement.mjs +1 -1
- package/esm2022/model/hardlinkElementType.mjs +2 -2
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +2 -1
- package/esm2022/model/objectMetrics.mjs +2 -2
- package/esm2022/model/order.mjs +1 -1
- package/esm2022/model/orderCompatibilities.mjs +2 -2
- package/esm2022/model/orderFact.mjs +1 -1
- package/esm2022/model/orderFactType.mjs +2 -2
- package/esm2022/model/performer.mjs +1 -1
- package/esm2022/model/performerCompatibilities.mjs +2 -2
- package/esm2022/model/performerFact.mjs +2 -2
- package/esm2022/model/performerLimits.mjs +2 -2
- package/esm2022/model/performerShift.mjs +1 -1
- package/esm2022/model/performerTariff.mjs +1 -1
- package/esm2022/model/performerTariffConstraint.mjs +2 -2
- package/esm2022/model/planSettings.mjs +1 -1
- package/esm2022/model/planStatistics.mjs +1 -1
- package/esm2022/model/possibleEvent.mjs +1 -1
- package/esm2022/model/qualityStatistics.mjs +1 -1
- package/esm2022/model/replanSettings.mjs +1 -1
- package/esm2022/model/replanStrategy.mjs +2 -2
- package/esm2022/model/routingMatrix.mjs +1 -1
- package/esm2022/model/routingTransportMatrix.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/serviceName.mjs +2 -2
- package/esm2022/model/statistics.mjs +1 -1
- package/esm2022/model/stopStatistics.mjs +1 -1
- package/esm2022/model/tableDataStats.mjs +2 -2
- package/esm2022/model/tableFilterBoolList.mjs +2 -2
- package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
- package/esm2022/model/tableFilterDurationRange.mjs +11 -0
- package/esm2022/model/tableFilterEnumList.mjs +2 -2
- package/esm2022/model/tableFilterFloatRange.mjs +2 -2
- package/esm2022/model/tableFilterIntRange.mjs +2 -2
- package/esm2022/model/tableFilterStringList.mjs +2 -2
- package/esm2022/model/tableFilterStringSearch.mjs +2 -2
- package/esm2022/model/tableFilterType.mjs +4 -3
- package/esm2022/model/tableHardlink.mjs +1 -1
- package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
- package/esm2022/model/tableHardlinkFields.mjs +2 -2
- package/esm2022/model/tableHardlinkFilter.mjs +1 -1
- package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2022/model/tableHardlinkList.mjs +1 -1
- package/esm2022/model/tableListStats.mjs +1 -1
- package/esm2022/model/tableListStatsDetail.mjs +2 -2
- package/esm2022/model/tableLocation.mjs +1 -1
- package/esm2022/model/tableLocationColumnType.mjs +2 -2
- package/esm2022/model/tableLocationFields.mjs +1 -1
- package/esm2022/model/tableLocationFilter.mjs +1 -1
- package/esm2022/model/tableLocationFilterList.mjs +1 -1
- package/esm2022/model/tableLocationList.mjs +1 -1
- package/esm2022/model/tableOrder.mjs +1 -1
- package/esm2022/model/tableOrderColumnType.mjs +2 -2
- package/esm2022/model/tableOrderFields.mjs +1 -1
- package/esm2022/model/tableOrderFilter.mjs +1 -1
- package/esm2022/model/tableOrderFilterList.mjs +1 -1
- package/esm2022/model/tableOrderList.mjs +1 -1
- package/esm2022/model/tablePerformer.mjs +1 -1
- package/esm2022/model/tablePerformerColumnType.mjs +2 -2
- package/esm2022/model/tablePerformerFields.mjs +1 -1
- package/esm2022/model/tablePerformerFilter.mjs +1 -1
- package/esm2022/model/tablePerformerFilterList.mjs +1 -1
- package/esm2022/model/tablePerformerList.mjs +1 -1
- package/esm2022/model/tableTransport.mjs +1 -1
- package/esm2022/model/tableTransportColumnType.mjs +2 -2
- package/esm2022/model/tableTransportFields.mjs +1 -1
- package/esm2022/model/tableTransportFilter.mjs +1 -1
- package/esm2022/model/tableTransportFilterList.mjs +1 -1
- package/esm2022/model/tableTransportList.mjs +1 -1
- package/esm2022/model/tableTrip.mjs +1 -1
- package/esm2022/model/tableTripColumnType.mjs +10 -3
- package/esm2022/model/tableTripFields.mjs +1 -1
- package/esm2022/model/tableTripFilter.mjs +1 -1
- package/esm2022/model/tableTripFilterList.mjs +1 -1
- package/esm2022/model/tableTripList.mjs +1 -1
- package/esm2022/model/timeWindow.mjs +2 -2
- package/esm2022/model/timeWindowViolations.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/transport.mjs +1 -1
- package/esm2022/model/transportCompatibilities.mjs +2 -2
- package/esm2022/model/transportFactor.mjs +1 -1
- package/esm2022/model/transportLimits.mjs +1 -1
- package/esm2022/model/transportLoad.mjs +1 -1
- package/esm2022/model/transportShift.mjs +1 -1
- package/esm2022/model/transportTariff.mjs +1 -1
- package/esm2022/model/transportTariffConstraint.mjs +2 -2
- package/esm2022/model/transportType.mjs +2 -2
- package/esm2022/model/trip.mjs +1 -1
- package/esm2022/model/tripAssumptions.mjs +1 -1
- package/esm2022/model/tripPenalties.mjs +1 -1
- package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
- package/esm2022/model/tripState.mjs +1 -1
- package/esm2022/model/tripStateFlag.mjs +2 -2
- package/esm2022/model/tripStatistics.mjs +1 -1
- package/esm2022/model/tripsSettings.mjs +1 -1
- package/esm2022/model/universalData.mjs +1 -1
- package/esm2022/model/unplannedItems.mjs +2 -2
- package/esm2022/model/versionResult.mjs +2 -2
- package/esm2022/model/waypoint.mjs +1 -1
- package/esm2022/model/webHardlink.mjs +1 -1
- package/esm2022/model/webLocation.mjs +1 -1
- package/esm2022/model/webLocationGeopoint.mjs +1 -1
- package/esm2022/model/webLocationGeopointList.mjs +1 -1
- package/esm2022/model/webOrder.mjs +1 -1
- package/esm2022/model/webOrderGeopoint.mjs +1 -1
- package/esm2022/model/webOrderGeopointList.mjs +1 -1
- package/esm2022/model/webPerformer.mjs +1 -1
- package/esm2022/model/webPerformerGeopoint.mjs +1 -1
- package/esm2022/model/webPerformerGeopointList.mjs +1 -1
- package/esm2022/model/webTransport.mjs +1 -1
- package/esm2022/model/webTransportGeopoint.mjs +1 -1
- package/esm2022/model/webTransportGeopointList.mjs +1 -1
- package/esm2022/model/webTrip.mjs +1 -1
- package/esm2022/model/webTripChart.mjs +1 -1
- package/esm2022/model/webTripChartDemand.mjs +1 -1
- package/esm2022/model/webTripChartList.mjs +1 -1
- package/esm2022/model/webTripTrack.mjs +1 -1
- package/esm2022/model/webTripTrackList.mjs +1 -1
- package/esm2022/model/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +126 -106
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +1 -1
- package/model/assignedTransport.d.ts +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/basicProcess.d.ts +1 -1
- package/model/basicState.d.ts +1 -1
- package/model/basicTimeWindow.d.ts +1 -1
- package/model/basicTracksType.d.ts +1 -1
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityFactor.d.ts +1 -1
- package/model/cargo.d.ts +2 -2
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoPlacement.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +4 -2
- package/model/experiment.d.ts +1 -1
- package/model/experimentCalculation.d.ts +1 -1
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/facts.d.ts +1 -1
- package/model/featureLifetime.d.ts +2 -2
- package/model/filesystem.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderStats.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/general401.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/geoSettings.d.ts +1 -1
- package/model/geopoint.d.ts +1 -1
- package/model/hardlink.d.ts +1 -1
- package/model/hardlinkElement.d.ts +1 -1
- package/model/hardlinkElementType.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +1 -0
- package/model/objectMetrics.d.ts +1 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/orderFact.d.ts +1 -1
- package/model/orderFactType.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerFact.d.ts +1 -1
- package/model/performerLimits.d.ts +1 -1
- package/model/performerShift.d.ts +1 -1
- package/model/performerTariff.d.ts +1 -1
- package/model/performerTariffConstraint.d.ts +1 -1
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/possibleEvent.d.ts +1 -1
- package/model/qualityStatistics.d.ts +1 -1
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/serviceName.d.ts +1 -1
- package/model/statistics.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterDurationRange.d.ts +22 -0
- package/model/tableFilterEnumList.d.ts +1 -1
- package/model/tableFilterFloatRange.d.ts +1 -1
- package/model/tableFilterIntRange.d.ts +1 -1
- package/model/tableFilterStringList.d.ts +1 -1
- package/model/tableFilterStringSearch.d.ts +1 -1
- package/model/tableFilterType.d.ts +3 -2
- package/model/tableHardlink.d.ts +1 -1
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +1 -1
- package/model/tableHardlinkFilter.d.ts +1 -1
- package/model/tableHardlinkFilterList.d.ts +1 -1
- package/model/tableHardlinkList.d.ts +1 -1
- package/model/tableListStats.d.ts +1 -1
- package/model/tableListStatsDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +1 -1
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +1 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +1 -1
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +1 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +9 -2
- package/model/tableTripFields.d.ts +29 -1
- package/model/tableTripFilter.d.ts +3 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportFactor.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportTariff.d.ts +1 -1
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +1 -1
- package/model/tripAssumptions.d.ts +2 -2
- package/model/tripPenalties.d.ts +1 -1
- package/model/tripStartTimeStrategy.d.ts +1 -1
- package/model/tripState.d.ts +1 -1
- package/model/tripStateFlag.d.ts +1 -1
- package/model/tripStatistics.d.ts +1 -1
- package/model/tripsSettings.d.ts +1 -1
- package/model/universalData.d.ts +1 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/waypoint.d.ts +1 -1
- package/model/webHardlink.d.ts +1 -1
- package/model/webLocation.d.ts +1 -1
- package/model/webLocationGeopoint.d.ts +1 -1
- package/model/webLocationGeopointList.d.ts +1 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripChart.d.ts +1 -1
- package/model/webTripChartDemand.d.ts +1 -1
- package/model/webTripChartList.d.ts +1 -1
- package/model/webTripTrack.d.ts +1 -1
- package/model/webTripTrackList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- 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: 6.
|
|
165
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
166
166
|
* Contact: servicedesk@veeroute.com
|
|
167
167
|
*
|
|
168
168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1179,10 +1179,10 @@ class ExperimentsService {
|
|
|
1179
1179
|
reportProgress: reportProgress
|
|
1180
1180
|
});
|
|
1181
1181
|
}
|
|
1182
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1183
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
1182
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1183
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
|
|
1184
1184
|
}
|
|
1185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExperimentsService, decorators: [{
|
|
1186
1186
|
type: Injectable,
|
|
1187
1187
|
args: [{
|
|
1188
1188
|
providedIn: 'root'
|
|
@@ -1199,7 +1199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
1199
1199
|
/**
|
|
1200
1200
|
* VRt.Studio [ST]
|
|
1201
1201
|
*
|
|
1202
|
-
* The version of the OpenAPI document: 6.
|
|
1202
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
1203
1203
|
* Contact: servicedesk@veeroute.com
|
|
1204
1204
|
*
|
|
1205
1205
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1603,10 +1603,10 @@ class ExplorerService {
|
|
|
1603
1603
|
reportProgress: reportProgress
|
|
1604
1604
|
});
|
|
1605
1605
|
}
|
|
1606
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
1607
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
1606
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1607
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExplorerService, providedIn: 'root' });
|
|
1608
1608
|
}
|
|
1609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
1609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExplorerService, decorators: [{
|
|
1610
1610
|
type: Injectable,
|
|
1611
1611
|
args: [{
|
|
1612
1612
|
providedIn: 'root'
|
|
@@ -1623,7 +1623,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
1623
1623
|
/**
|
|
1624
1624
|
* VRt.Studio [ST]
|
|
1625
1625
|
*
|
|
1626
|
-
* The version of the OpenAPI document: 6.
|
|
1626
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
1627
1627
|
* Contact: servicedesk@veeroute.com
|
|
1628
1628
|
*
|
|
1629
1629
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2121,10 +2121,10 @@ class HardlinksService {
|
|
|
2121
2121
|
reportProgress: reportProgress
|
|
2122
2122
|
});
|
|
2123
2123
|
}
|
|
2124
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2125
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2124
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2125
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HardlinksService, providedIn: 'root' });
|
|
2126
2126
|
}
|
|
2127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HardlinksService, decorators: [{
|
|
2128
2128
|
type: Injectable,
|
|
2129
2129
|
args: [{
|
|
2130
2130
|
providedIn: 'root'
|
|
@@ -2141,7 +2141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
2141
2141
|
/**
|
|
2142
2142
|
* VRt.Studio [ST]
|
|
2143
2143
|
*
|
|
2144
|
-
* The version of the OpenAPI document: 6.
|
|
2144
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
2145
2145
|
* Contact: servicedesk@veeroute.com
|
|
2146
2146
|
*
|
|
2147
2147
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2584,10 +2584,10 @@ class LocationsService {
|
|
|
2584
2584
|
reportProgress: reportProgress
|
|
2585
2585
|
});
|
|
2586
2586
|
}
|
|
2587
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
2588
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
2587
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2588
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocationsService, providedIn: 'root' });
|
|
2589
2589
|
}
|
|
2590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
2590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocationsService, decorators: [{
|
|
2591
2591
|
type: Injectable,
|
|
2592
2592
|
args: [{
|
|
2593
2593
|
providedIn: 'root'
|
|
@@ -2604,7 +2604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
2604
2604
|
/**
|
|
2605
2605
|
* VRt.Studio [ST]
|
|
2606
2606
|
*
|
|
2607
|
-
* The version of the OpenAPI document: 6.
|
|
2607
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
2608
2608
|
* Contact: servicedesk@veeroute.com
|
|
2609
2609
|
*
|
|
2610
2610
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3171,10 +3171,10 @@ class OrdersService {
|
|
|
3171
3171
|
reportProgress: reportProgress
|
|
3172
3172
|
});
|
|
3173
3173
|
}
|
|
3174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3175
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
3174
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3175
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OrdersService, providedIn: 'root' });
|
|
3176
3176
|
}
|
|
3177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OrdersService, decorators: [{
|
|
3178
3178
|
type: Injectable,
|
|
3179
3179
|
args: [{
|
|
3180
3180
|
providedIn: 'root'
|
|
@@ -3191,7 +3191,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
3191
3191
|
/**
|
|
3192
3192
|
* VRt.Studio [ST]
|
|
3193
3193
|
*
|
|
3194
|
-
* The version of the OpenAPI document: 6.
|
|
3194
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
3195
3195
|
* Contact: servicedesk@veeroute.com
|
|
3196
3196
|
*
|
|
3197
3197
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3758,10 +3758,10 @@ class PerformersService {
|
|
|
3758
3758
|
reportProgress: reportProgress
|
|
3759
3759
|
});
|
|
3760
3760
|
}
|
|
3761
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3762
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
3761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3762
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PerformersService, providedIn: 'root' });
|
|
3763
3763
|
}
|
|
3764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PerformersService, decorators: [{
|
|
3765
3765
|
type: Injectable,
|
|
3766
3766
|
args: [{
|
|
3767
3767
|
providedIn: 'root'
|
|
@@ -3778,7 +3778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
3778
3778
|
/**
|
|
3779
3779
|
* VRt.Studio [ST]
|
|
3780
3780
|
*
|
|
3781
|
-
* The version of the OpenAPI document: 6.
|
|
3781
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
3782
3782
|
* Contact: servicedesk@veeroute.com
|
|
3783
3783
|
*
|
|
3784
3784
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3968,10 +3968,10 @@ class SystemService {
|
|
|
3968
3968
|
reportProgress: reportProgress
|
|
3969
3969
|
});
|
|
3970
3970
|
}
|
|
3971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
3972
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
3971
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3972
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SystemService, providedIn: 'root' });
|
|
3973
3973
|
}
|
|
3974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
3974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SystemService, decorators: [{
|
|
3975
3975
|
type: Injectable,
|
|
3976
3976
|
args: [{
|
|
3977
3977
|
providedIn: 'root'
|
|
@@ -3988,7 +3988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
3988
3988
|
/**
|
|
3989
3989
|
* VRt.Studio [ST]
|
|
3990
3990
|
*
|
|
3991
|
-
* The version of the OpenAPI document: 6.
|
|
3991
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
3992
3992
|
* Contact: servicedesk@veeroute.com
|
|
3993
3993
|
*
|
|
3994
3994
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4555,10 +4555,10 @@ class TransportsService {
|
|
|
4555
4555
|
reportProgress: reportProgress
|
|
4556
4556
|
});
|
|
4557
4557
|
}
|
|
4558
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
4559
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
4558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4559
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransportsService, providedIn: 'root' });
|
|
4560
4560
|
}
|
|
4561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
4561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransportsService, decorators: [{
|
|
4562
4562
|
type: Injectable,
|
|
4563
4563
|
args: [{
|
|
4564
4564
|
providedIn: 'root'
|
|
@@ -4575,7 +4575,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.8", ngImpor
|
|
|
4575
4575
|
/**
|
|
4576
4576
|
* VRt.Studio [ST]
|
|
4577
4577
|
*
|
|
4578
|
-
* The version of the OpenAPI document: 6.
|
|
4578
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
4579
4579
|
* Contact: servicedesk@veeroute.com
|
|
4580
4580
|
*
|
|
4581
4581
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5099,10 +5099,10 @@ class TripsService {
|
|
|
5099
5099
|
reportProgress: reportProgress
|
|
5100
5100
|
});
|
|
5101
5101
|
}
|
|
5102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
5103
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
5102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5103
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TripsService, providedIn: 'root' });
|
|
5104
5104
|
}
|
|
5105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
5105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TripsService, decorators: [{
|
|
5106
5106
|
type: Injectable,
|
|
5107
5107
|
args: [{
|
|
5108
5108
|
providedIn: 'root'
|
|
@@ -5121,7 +5121,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
5121
5121
|
/**
|
|
5122
5122
|
* VRt.Studio [ST]
|
|
5123
5123
|
*
|
|
5124
|
-
* The version of the OpenAPI document: 6.
|
|
5124
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5125
5125
|
* Contact: servicedesk@veeroute.com
|
|
5126
5126
|
*
|
|
5127
5127
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5131,7 +5131,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
5131
5131
|
/**
|
|
5132
5132
|
* VRt.Studio [ST]
|
|
5133
5133
|
*
|
|
5134
|
-
* The version of the OpenAPI document: 6.
|
|
5134
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5135
5135
|
* Contact: servicedesk@veeroute.com
|
|
5136
5136
|
*
|
|
5137
5137
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5150,7 +5150,7 @@ var BasicProcessStudio;
|
|
|
5150
5150
|
/**
|
|
5151
5151
|
* VRt.Studio [ST]
|
|
5152
5152
|
*
|
|
5153
|
-
* The version of the OpenAPI document: 6.
|
|
5153
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5154
5154
|
* Contact: servicedesk@veeroute.com
|
|
5155
5155
|
*
|
|
5156
5156
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5170,7 +5170,7 @@ var BasicStateStudio;
|
|
|
5170
5170
|
/**
|
|
5171
5171
|
* VRt.Studio [ST]
|
|
5172
5172
|
*
|
|
5173
|
-
* The version of the OpenAPI document: 6.
|
|
5173
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5174
5174
|
* Contact: servicedesk@veeroute.com
|
|
5175
5175
|
*
|
|
5176
5176
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5180,7 +5180,7 @@ var BasicStateStudio;
|
|
|
5180
5180
|
/**
|
|
5181
5181
|
* VRt.Studio [ST]
|
|
5182
5182
|
*
|
|
5183
|
-
* The version of the OpenAPI document: 6.
|
|
5183
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5184
5184
|
* Contact: servicedesk@veeroute.com
|
|
5185
5185
|
*
|
|
5186
5186
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5198,7 +5198,7 @@ var BasicTracksTypeStudio;
|
|
|
5198
5198
|
/**
|
|
5199
5199
|
* VRt.Studio [ST]
|
|
5200
5200
|
*
|
|
5201
|
-
* The version of the OpenAPI document: 6.
|
|
5201
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5202
5202
|
* Contact: servicedesk@veeroute.com
|
|
5203
5203
|
*
|
|
5204
5204
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5208,7 +5208,7 @@ var BasicTracksTypeStudio;
|
|
|
5208
5208
|
/**
|
|
5209
5209
|
* VRt.Studio [ST]
|
|
5210
5210
|
*
|
|
5211
|
-
* The version of the OpenAPI document: 6.
|
|
5211
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5212
5212
|
* Contact: servicedesk@veeroute.com
|
|
5213
5213
|
*
|
|
5214
5214
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5218,7 +5218,7 @@ var BasicTracksTypeStudio;
|
|
|
5218
5218
|
/**
|
|
5219
5219
|
* VRt.Studio [ST]
|
|
5220
5220
|
*
|
|
5221
|
-
* The version of the OpenAPI document: 6.
|
|
5221
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5222
5222
|
* Contact: servicedesk@veeroute.com
|
|
5223
5223
|
*
|
|
5224
5224
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5228,7 +5228,7 @@ var BasicTracksTypeStudio;
|
|
|
5228
5228
|
/**
|
|
5229
5229
|
* VRt.Studio [ST]
|
|
5230
5230
|
*
|
|
5231
|
-
* The version of the OpenAPI document: 6.
|
|
5231
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5232
5232
|
* Contact: servicedesk@veeroute.com
|
|
5233
5233
|
*
|
|
5234
5234
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5251,7 +5251,7 @@ var CalculationStatusStudio;
|
|
|
5251
5251
|
/**
|
|
5252
5252
|
* VRt.Studio [ST]
|
|
5253
5253
|
*
|
|
5254
|
-
* The version of the OpenAPI document: 6.
|
|
5254
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5255
5255
|
* Contact: servicedesk@veeroute.com
|
|
5256
5256
|
*
|
|
5257
5257
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5261,7 +5261,7 @@ var CalculationStatusStudio;
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* VRt.Studio [ST]
|
|
5263
5263
|
*
|
|
5264
|
-
* The version of the OpenAPI document: 6.
|
|
5264
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5265
5265
|
* Contact: servicedesk@veeroute.com
|
|
5266
5266
|
*
|
|
5267
5267
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5271,7 +5271,7 @@ var CalculationStatusStudio;
|
|
|
5271
5271
|
/**
|
|
5272
5272
|
* VRt.Studio [ST]
|
|
5273
5273
|
*
|
|
5274
|
-
* The version of the OpenAPI document: 6.
|
|
5274
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5275
5275
|
* Contact: servicedesk@veeroute.com
|
|
5276
5276
|
*
|
|
5277
5277
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5291,7 +5291,7 @@ var CargoRotationTypeStudio;
|
|
|
5291
5291
|
/**
|
|
5292
5292
|
* VRt.Studio [ST]
|
|
5293
5293
|
*
|
|
5294
|
-
* The version of the OpenAPI document: 6.
|
|
5294
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5295
5295
|
* Contact: servicedesk@veeroute.com
|
|
5296
5296
|
*
|
|
5297
5297
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5301,7 +5301,7 @@ var CargoRotationTypeStudio;
|
|
|
5301
5301
|
/**
|
|
5302
5302
|
* VRt.Studio [ST]
|
|
5303
5303
|
*
|
|
5304
|
-
* The version of the OpenAPI document: 6.
|
|
5304
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5305
5305
|
* Contact: servicedesk@veeroute.com
|
|
5306
5306
|
*
|
|
5307
5307
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5311,7 +5311,7 @@ var CargoRotationTypeStudio;
|
|
|
5311
5311
|
/**
|
|
5312
5312
|
* VRt.Studio [ST]
|
|
5313
5313
|
*
|
|
5314
|
-
* The version of the OpenAPI document: 6.
|
|
5314
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5315
5315
|
* Contact: servicedesk@veeroute.com
|
|
5316
5316
|
*
|
|
5317
5317
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5321,7 +5321,7 @@ var CargoRotationTypeStudio;
|
|
|
5321
5321
|
/**
|
|
5322
5322
|
* VRt.Studio [ST]
|
|
5323
5323
|
*
|
|
5324
|
-
* The version of the OpenAPI document: 6.
|
|
5324
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5325
5325
|
* Contact: servicedesk@veeroute.com
|
|
5326
5326
|
*
|
|
5327
5327
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5342,7 +5342,7 @@ var DemandTypeStudio;
|
|
|
5342
5342
|
/**
|
|
5343
5343
|
* VRt.Studio [ST]
|
|
5344
5344
|
*
|
|
5345
|
-
* The version of the OpenAPI document: 6.
|
|
5345
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5346
5346
|
* Contact: servicedesk@veeroute.com
|
|
5347
5347
|
*
|
|
5348
5348
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5369,7 +5369,7 @@ var EntityErrorTypeStudio;
|
|
|
5369
5369
|
/**
|
|
5370
5370
|
* VRt.Studio [ST]
|
|
5371
5371
|
*
|
|
5372
|
-
* The version of the OpenAPI document: 6.
|
|
5372
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5373
5373
|
* Contact: servicedesk@veeroute.com
|
|
5374
5374
|
*
|
|
5375
5375
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5411,14 +5411,14 @@ var EntityTypeStudio;
|
|
|
5411
5411
|
/**
|
|
5412
5412
|
* VRt.Studio [ST]
|
|
5413
5413
|
*
|
|
5414
|
-
* The version of the OpenAPI document: 6.
|
|
5414
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5415
5415
|
* Contact: servicedesk@veeroute.com
|
|
5416
5416
|
*
|
|
5417
5417
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5418
5418
|
* Do not edit the class manually.
|
|
5419
5419
|
*/
|
|
5420
5420
|
/**
|
|
5421
|
-
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the compartment where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in compartments of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the compartment in which it is located
|
|
5421
|
+
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `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` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `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 has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the compartment where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in compartments of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the compartment in which it is located
|
|
5422
5422
|
*/
|
|
5423
5423
|
var EntityWarningTypeStudio;
|
|
5424
5424
|
(function (EntityWarningTypeStudio) {
|
|
@@ -5431,6 +5431,7 @@ var EntityWarningTypeStudio;
|
|
|
5431
5431
|
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP";
|
|
5432
5432
|
EntityWarningTypeStudio["VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER"] = "VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER";
|
|
5433
5433
|
EntityWarningTypeStudio["TIME_WINDOW_VIOLATION"] = "TIME_WINDOW_VIOLATION";
|
|
5434
|
+
EntityWarningTypeStudio["DURATION_VIOLATION"] = "DURATION_VIOLATION";
|
|
5434
5435
|
EntityWarningTypeStudio["ORDER_WINDOWS_INTERSECTION_VIOLATION"] = "ORDER_WINDOWS_INTERSECTION_VIOLATION";
|
|
5435
5436
|
EntityWarningTypeStudio["PERFORMER_SHIFTS_INTERSECTION_VIOLATION"] = "PERFORMER_SHIFTS_INTERSECTION_VIOLATION";
|
|
5436
5437
|
EntityWarningTypeStudio["TRANSPORT_SHIFTS_INTERSECTION_VIOLATION"] = "TRANSPORT_SHIFTS_INTERSECTION_VIOLATION";
|
|
@@ -5446,6 +5447,7 @@ var EntityWarningTypeStudio;
|
|
|
5446
5447
|
EntityWarningTypeStudio["SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE"] = "SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE";
|
|
5447
5448
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
|
|
5448
5449
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
|
|
5450
|
+
EntityWarningTypeStudio["EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
|
|
5449
5451
|
EntityWarningTypeStudio["MAX_CALCULATION_TIME_VIOLATION"] = "MAX_CALCULATION_TIME_VIOLATION";
|
|
5450
5452
|
EntityWarningTypeStudio["MAX_WAITING_TIME_VIOLATION"] = "MAX_WAITING_TIME_VIOLATION";
|
|
5451
5453
|
EntityWarningTypeStudio["INVALID_HARDLINK"] = "INVALID_HARDLINK";
|
|
@@ -5457,7 +5459,7 @@ var EntityWarningTypeStudio;
|
|
|
5457
5459
|
/**
|
|
5458
5460
|
* VRt.Studio [ST]
|
|
5459
5461
|
*
|
|
5460
|
-
* The version of the OpenAPI document: 6.
|
|
5462
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5461
5463
|
* Contact: servicedesk@veeroute.com
|
|
5462
5464
|
*
|
|
5463
5465
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5467,7 +5469,7 @@ var EntityWarningTypeStudio;
|
|
|
5467
5469
|
/**
|
|
5468
5470
|
* VRt.Studio [ST]
|
|
5469
5471
|
*
|
|
5470
|
-
* The version of the OpenAPI document: 6.
|
|
5472
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5471
5473
|
* Contact: servicedesk@veeroute.com
|
|
5472
5474
|
*
|
|
5473
5475
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5477,7 +5479,7 @@ var EntityWarningTypeStudio;
|
|
|
5477
5479
|
/**
|
|
5478
5480
|
* VRt.Studio [ST]
|
|
5479
5481
|
*
|
|
5480
|
-
* The version of the OpenAPI document: 6.
|
|
5482
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5481
5483
|
* Contact: servicedesk@veeroute.com
|
|
5482
5484
|
*
|
|
5483
5485
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5487,7 +5489,7 @@ var EntityWarningTypeStudio;
|
|
|
5487
5489
|
/**
|
|
5488
5490
|
* VRt.Studio [ST]
|
|
5489
5491
|
*
|
|
5490
|
-
* The version of the OpenAPI document: 6.
|
|
5492
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5491
5493
|
* Contact: servicedesk@veeroute.com
|
|
5492
5494
|
*
|
|
5493
5495
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5505,7 +5507,7 @@ var FolderTypeStudio;
|
|
|
5505
5507
|
/**
|
|
5506
5508
|
* VRt.Studio [ST]
|
|
5507
5509
|
*
|
|
5508
|
-
* The version of the OpenAPI document: 6.
|
|
5510
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5509
5511
|
* Contact: servicedesk@veeroute.com
|
|
5510
5512
|
*
|
|
5511
5513
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5515,7 +5517,7 @@ var FolderTypeStudio;
|
|
|
5515
5517
|
/**
|
|
5516
5518
|
* VRt.Studio [ST]
|
|
5517
5519
|
*
|
|
5518
|
-
* The version of the OpenAPI document: 6.
|
|
5520
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5519
5521
|
* Contact: servicedesk@veeroute.com
|
|
5520
5522
|
*
|
|
5521
5523
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5525,7 +5527,7 @@ var FolderTypeStudio;
|
|
|
5525
5527
|
/**
|
|
5526
5528
|
* VRt.Studio [ST]
|
|
5527
5529
|
*
|
|
5528
|
-
* The version of the OpenAPI document: 6.
|
|
5530
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5529
5531
|
* Contact: servicedesk@veeroute.com
|
|
5530
5532
|
*
|
|
5531
5533
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5544,7 +5546,7 @@ var HardlinkElementTypeStudio;
|
|
|
5544
5546
|
/**
|
|
5545
5547
|
* VRt.Studio [ST]
|
|
5546
5548
|
*
|
|
5547
|
-
* The version of the OpenAPI document: 6.
|
|
5549
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5548
5550
|
* Contact: servicedesk@veeroute.com
|
|
5549
5551
|
*
|
|
5550
5552
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5565,7 +5567,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5565
5567
|
/**
|
|
5566
5568
|
* VRt.Studio [ST]
|
|
5567
5569
|
*
|
|
5568
|
-
* The version of the OpenAPI document: 6.
|
|
5570
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5569
5571
|
* Contact: servicedesk@veeroute.com
|
|
5570
5572
|
*
|
|
5571
5573
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5575,7 +5577,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5575
5577
|
/**
|
|
5576
5578
|
* VRt.Studio [ST]
|
|
5577
5579
|
*
|
|
5578
|
-
* The version of the OpenAPI document: 6.
|
|
5580
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5579
5581
|
* Contact: servicedesk@veeroute.com
|
|
5580
5582
|
*
|
|
5581
5583
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5585,7 +5587,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5585
5587
|
/**
|
|
5586
5588
|
* VRt.Studio [ST]
|
|
5587
5589
|
*
|
|
5588
|
-
* The version of the OpenAPI document: 6.
|
|
5590
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5589
5591
|
* Contact: servicedesk@veeroute.com
|
|
5590
5592
|
*
|
|
5591
5593
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5595,7 +5597,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5595
5597
|
/**
|
|
5596
5598
|
* VRt.Studio [ST]
|
|
5597
5599
|
*
|
|
5598
|
-
* The version of the OpenAPI document: 6.
|
|
5600
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5599
5601
|
* Contact: servicedesk@veeroute.com
|
|
5600
5602
|
*
|
|
5601
5603
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5615,7 +5617,7 @@ var OrderFactTypeStudio;
|
|
|
5615
5617
|
/**
|
|
5616
5618
|
* VRt.Studio [ST]
|
|
5617
5619
|
*
|
|
5618
|
-
* The version of the OpenAPI document: 6.
|
|
5620
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5619
5621
|
* Contact: servicedesk@veeroute.com
|
|
5620
5622
|
*
|
|
5621
5623
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5625,7 +5627,7 @@ var OrderFactTypeStudio;
|
|
|
5625
5627
|
/**
|
|
5626
5628
|
* VRt.Studio [ST]
|
|
5627
5629
|
*
|
|
5628
|
-
* The version of the OpenAPI document: 6.
|
|
5630
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5629
5631
|
* Contact: servicedesk@veeroute.com
|
|
5630
5632
|
*
|
|
5631
5633
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5635,7 +5637,7 @@ var OrderFactTypeStudio;
|
|
|
5635
5637
|
/**
|
|
5636
5638
|
* VRt.Studio [ST]
|
|
5637
5639
|
*
|
|
5638
|
-
* The version of the OpenAPI document: 6.
|
|
5640
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5639
5641
|
* Contact: servicedesk@veeroute.com
|
|
5640
5642
|
*
|
|
5641
5643
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5645,7 +5647,7 @@ var OrderFactTypeStudio;
|
|
|
5645
5647
|
/**
|
|
5646
5648
|
* VRt.Studio [ST]
|
|
5647
5649
|
*
|
|
5648
|
-
* The version of the OpenAPI document: 6.
|
|
5650
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5649
5651
|
* Contact: servicedesk@veeroute.com
|
|
5650
5652
|
*
|
|
5651
5653
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5655,7 +5657,7 @@ var OrderFactTypeStudio;
|
|
|
5655
5657
|
/**
|
|
5656
5658
|
* VRt.Studio [ST]
|
|
5657
5659
|
*
|
|
5658
|
-
* The version of the OpenAPI document: 6.
|
|
5660
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5659
5661
|
* Contact: servicedesk@veeroute.com
|
|
5660
5662
|
*
|
|
5661
5663
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5665,7 +5667,7 @@ var OrderFactTypeStudio;
|
|
|
5665
5667
|
/**
|
|
5666
5668
|
* VRt.Studio [ST]
|
|
5667
5669
|
*
|
|
5668
|
-
* The version of the OpenAPI document: 6.
|
|
5670
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5669
5671
|
* Contact: servicedesk@veeroute.com
|
|
5670
5672
|
*
|
|
5671
5673
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5675,7 +5677,7 @@ var OrderFactTypeStudio;
|
|
|
5675
5677
|
/**
|
|
5676
5678
|
* VRt.Studio [ST]
|
|
5677
5679
|
*
|
|
5678
|
-
* The version of the OpenAPI document: 6.
|
|
5680
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5679
5681
|
* Contact: servicedesk@veeroute.com
|
|
5680
5682
|
*
|
|
5681
5683
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5702,7 +5704,7 @@ var ServiceNameStudio;
|
|
|
5702
5704
|
/**
|
|
5703
5705
|
* VRt.Studio [ST]
|
|
5704
5706
|
*
|
|
5705
|
-
* The version of the OpenAPI document: 6.
|
|
5707
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5706
5708
|
* Contact: servicedesk@veeroute.com
|
|
5707
5709
|
*
|
|
5708
5710
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5712,7 +5714,7 @@ var ServiceNameStudio;
|
|
|
5712
5714
|
/**
|
|
5713
5715
|
* VRt.Studio [ST]
|
|
5714
5716
|
*
|
|
5715
|
-
* The version of the OpenAPI document: 6.
|
|
5717
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5716
5718
|
* Contact: servicedesk@veeroute.com
|
|
5717
5719
|
*
|
|
5718
5720
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5722,7 +5724,7 @@ var ServiceNameStudio;
|
|
|
5722
5724
|
/**
|
|
5723
5725
|
* VRt.Studio [ST]
|
|
5724
5726
|
*
|
|
5725
|
-
* The version of the OpenAPI document: 6.
|
|
5727
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5726
5728
|
* Contact: servicedesk@veeroute.com
|
|
5727
5729
|
*
|
|
5728
5730
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5732,7 +5734,7 @@ var ServiceNameStudio;
|
|
|
5732
5734
|
/**
|
|
5733
5735
|
* VRt.Studio [ST]
|
|
5734
5736
|
*
|
|
5735
|
-
* The version of the OpenAPI document: 6.
|
|
5737
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5736
5738
|
* Contact: servicedesk@veeroute.com
|
|
5737
5739
|
*
|
|
5738
5740
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5742,7 +5744,7 @@ var ServiceNameStudio;
|
|
|
5742
5744
|
/**
|
|
5743
5745
|
* VRt.Studio [ST]
|
|
5744
5746
|
*
|
|
5745
|
-
* The version of the OpenAPI document: 6.
|
|
5747
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5746
5748
|
* Contact: servicedesk@veeroute.com
|
|
5747
5749
|
*
|
|
5748
5750
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5752,7 +5754,7 @@ var ServiceNameStudio;
|
|
|
5752
5754
|
/**
|
|
5753
5755
|
* VRt.Studio [ST]
|
|
5754
5756
|
*
|
|
5755
|
-
* The version of the OpenAPI document: 6.
|
|
5757
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5756
5758
|
* Contact: servicedesk@veeroute.com
|
|
5757
5759
|
*
|
|
5758
5760
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5762,7 +5764,7 @@ var ServiceNameStudio;
|
|
|
5762
5764
|
/**
|
|
5763
5765
|
* VRt.Studio [ST]
|
|
5764
5766
|
*
|
|
5765
|
-
* The version of the OpenAPI document: 6.
|
|
5767
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5766
5768
|
* Contact: servicedesk@veeroute.com
|
|
5767
5769
|
*
|
|
5768
5770
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5772,7 +5774,7 @@ var ServiceNameStudio;
|
|
|
5772
5774
|
/**
|
|
5773
5775
|
* VRt.Studio [ST]
|
|
5774
5776
|
*
|
|
5775
|
-
* The version of the OpenAPI document: 6.
|
|
5777
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5776
5778
|
* Contact: servicedesk@veeroute.com
|
|
5777
5779
|
*
|
|
5778
5780
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5782,20 +5784,31 @@ var ServiceNameStudio;
|
|
|
5782
5784
|
/**
|
|
5783
5785
|
* VRt.Studio [ST]
|
|
5784
5786
|
*
|
|
5785
|
-
* The version of the OpenAPI document: 6.
|
|
5787
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5788
|
+
* Contact: servicedesk@veeroute.com
|
|
5789
|
+
*
|
|
5790
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5791
|
+
* Do not edit the class manually.
|
|
5792
|
+
*/
|
|
5793
|
+
|
|
5794
|
+
/**
|
|
5795
|
+
* VRt.Studio [ST]
|
|
5796
|
+
*
|
|
5797
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5786
5798
|
* Contact: servicedesk@veeroute.com
|
|
5787
5799
|
*
|
|
5788
5800
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5789
5801
|
* Do not edit the class manually.
|
|
5790
5802
|
*/
|
|
5791
5803
|
/**
|
|
5792
|
-
* Filter type: * `DATETIME_RANGE` - intersection of the time interval * `INT_RANGE` - getting a number inside an integer segment * `FLOAT_RANGE` - hitting the number inside the float segment * `BOOL_LIST` - exact match of boolean values * `ENUM_LIST` - exact match of string values from enum * `STRING_LIST` - partial match of a subset of string values * `STRING_SEARCH` - partial match of a string
|
|
5804
|
+
* Filter type: * `DATETIME_RANGE` - intersection of the time interval * `INT_RANGE` - getting a number inside an integer segment * `FLOAT_RANGE` - hitting the number inside the float segment * `DURATION_RANGE` - hitting inside the duration segment * `BOOL_LIST` - exact match of boolean values * `ENUM_LIST` - exact match of string values from enum * `STRING_LIST` - partial match of a subset of string values * `STRING_SEARCH` - partial match of a string
|
|
5793
5805
|
*/
|
|
5794
5806
|
var TableFilterTypeStudio;
|
|
5795
5807
|
(function (TableFilterTypeStudio) {
|
|
5796
5808
|
TableFilterTypeStudio["DATETIME_RANGE"] = "DATETIME_RANGE";
|
|
5797
5809
|
TableFilterTypeStudio["INT_RANGE"] = "INT_RANGE";
|
|
5798
5810
|
TableFilterTypeStudio["FLOAT_RANGE"] = "FLOAT_RANGE";
|
|
5811
|
+
TableFilterTypeStudio["DURATION_RANGE"] = "DURATION_RANGE";
|
|
5799
5812
|
TableFilterTypeStudio["BOOL_LIST"] = "BOOL_LIST";
|
|
5800
5813
|
TableFilterTypeStudio["ENUM_LIST"] = "ENUM_LIST";
|
|
5801
5814
|
TableFilterTypeStudio["STRING_LIST"] = "STRING_LIST";
|
|
@@ -5805,7 +5818,7 @@ var TableFilterTypeStudio;
|
|
|
5805
5818
|
/**
|
|
5806
5819
|
* VRt.Studio [ST]
|
|
5807
5820
|
*
|
|
5808
|
-
* The version of the OpenAPI document: 6.
|
|
5821
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5809
5822
|
* Contact: servicedesk@veeroute.com
|
|
5810
5823
|
*
|
|
5811
5824
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5828,7 +5841,7 @@ var TableHardlinkColumnTypeStudio;
|
|
|
5828
5841
|
/**
|
|
5829
5842
|
* VRt.Studio [ST]
|
|
5830
5843
|
*
|
|
5831
|
-
* The version of the OpenAPI document: 6.
|
|
5844
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5832
5845
|
* Contact: servicedesk@veeroute.com
|
|
5833
5846
|
*
|
|
5834
5847
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5852,7 +5865,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5852
5865
|
/**
|
|
5853
5866
|
* VRt.Studio [ST]
|
|
5854
5867
|
*
|
|
5855
|
-
* The version of the OpenAPI document: 6.
|
|
5868
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5856
5869
|
* Contact: servicedesk@veeroute.com
|
|
5857
5870
|
*
|
|
5858
5871
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5862,7 +5875,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5862
5875
|
/**
|
|
5863
5876
|
* VRt.Studio [ST]
|
|
5864
5877
|
*
|
|
5865
|
-
* The version of the OpenAPI document: 6.
|
|
5878
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5866
5879
|
* Contact: servicedesk@veeroute.com
|
|
5867
5880
|
*
|
|
5868
5881
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5890,7 +5903,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
5890
5903
|
/**
|
|
5891
5904
|
* VRt.Studio [ST]
|
|
5892
5905
|
*
|
|
5893
|
-
* The version of the OpenAPI document: 6.
|
|
5906
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5894
5907
|
* Contact: servicedesk@veeroute.com
|
|
5895
5908
|
*
|
|
5896
5909
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5944,7 +5957,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
5944
5957
|
/**
|
|
5945
5958
|
* VRt.Studio [ST]
|
|
5946
5959
|
*
|
|
5947
|
-
* The version of the OpenAPI document: 6.
|
|
5960
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5948
5961
|
* Contact: servicedesk@veeroute.com
|
|
5949
5962
|
*
|
|
5950
5963
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5977,7 +5990,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
5977
5990
|
/**
|
|
5978
5991
|
* VRt.Studio [ST]
|
|
5979
5992
|
*
|
|
5980
|
-
* The version of the OpenAPI document: 6.
|
|
5993
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
5981
5994
|
* Contact: servicedesk@veeroute.com
|
|
5982
5995
|
*
|
|
5983
5996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6011,14 +6024,14 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
6011
6024
|
/**
|
|
6012
6025
|
* VRt.Studio [ST]
|
|
6013
6026
|
*
|
|
6014
|
-
* The version of the OpenAPI document: 6.
|
|
6027
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6015
6028
|
* Contact: servicedesk@veeroute.com
|
|
6016
6029
|
*
|
|
6017
6030
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
6018
6031
|
* Do not edit the class manually.
|
|
6019
6032
|
*/
|
|
6020
6033
|
/**
|
|
6021
|
-
*
|
|
6034
|
+
* Column name in the table with trips: * `ESSENCE_KEY` - entity key * `ENABLED` - participation in the calculation * `PRISTINE` - data change flag
|
|
6022
6035
|
*/
|
|
6023
6036
|
var TableTripColumnTypeStudio;
|
|
6024
6037
|
(function (TableTripColumnTypeStudio) {
|
|
@@ -6029,6 +6042,13 @@ var TableTripColumnTypeStudio;
|
|
|
6029
6042
|
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
6030
6043
|
TableTripColumnTypeStudio["COST"] = "COST";
|
|
6031
6044
|
TableTripColumnTypeStudio["REWARD"] = "REWARD";
|
|
6045
|
+
TableTripColumnTypeStudio["DRIVING_TIME"] = "DRIVING_TIME";
|
|
6046
|
+
TableTripColumnTypeStudio["WAITING_TIME"] = "WAITING_TIME";
|
|
6047
|
+
TableTripColumnTypeStudio["BREAK_TIME"] = "BREAK_TIME";
|
|
6048
|
+
TableTripColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
6049
|
+
TableTripColumnTypeStudio["ARRIVING_TIME"] = "ARRIVING_TIME";
|
|
6050
|
+
TableTripColumnTypeStudio["DEPARTURE_TIME"] = "DEPARTURE_TIME";
|
|
6051
|
+
TableTripColumnTypeStudio["TOTAL_TIME"] = "TOTAL_TIME";
|
|
6032
6052
|
TableTripColumnTypeStudio["DISTANCE"] = "DISTANCE";
|
|
6033
6053
|
TableTripColumnTypeStudio["TIME_WINDOW"] = "TIME_WINDOW";
|
|
6034
6054
|
TableTripColumnTypeStudio["ORDERS_COUNT"] = "ORDERS_COUNT";
|
|
@@ -6058,7 +6078,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6058
6078
|
/**
|
|
6059
6079
|
* VRt.Studio [ST]
|
|
6060
6080
|
*
|
|
6061
|
-
* The version of the OpenAPI document: 6.
|
|
6081
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6062
6082
|
* Contact: servicedesk@veeroute.com
|
|
6063
6083
|
*
|
|
6064
6084
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6068,7 +6088,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6068
6088
|
/**
|
|
6069
6089
|
* VRt.Studio [ST]
|
|
6070
6090
|
*
|
|
6071
|
-
* The version of the OpenAPI document: 6.
|
|
6091
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6072
6092
|
* Contact: servicedesk@veeroute.com
|
|
6073
6093
|
*
|
|
6074
6094
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6078,7 +6098,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6078
6098
|
/**
|
|
6079
6099
|
* VRt.Studio [ST]
|
|
6080
6100
|
*
|
|
6081
|
-
* The version of the OpenAPI document: 6.
|
|
6101
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6082
6102
|
* Contact: servicedesk@veeroute.com
|
|
6083
6103
|
*
|
|
6084
6104
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6088,7 +6108,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6088
6108
|
/**
|
|
6089
6109
|
* VRt.Studio [ST]
|
|
6090
6110
|
*
|
|
6091
|
-
* The version of the OpenAPI document: 6.
|
|
6111
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6092
6112
|
* Contact: servicedesk@veeroute.com
|
|
6093
6113
|
*
|
|
6094
6114
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6116,7 +6136,7 @@ var TransportTypeStudio;
|
|
|
6116
6136
|
/**
|
|
6117
6137
|
* VRt.Studio [ST]
|
|
6118
6138
|
*
|
|
6119
|
-
* The version of the OpenAPI document: 6.
|
|
6139
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6120
6140
|
* Contact: servicedesk@veeroute.com
|
|
6121
6141
|
*
|
|
6122
6142
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6134,7 +6154,7 @@ var TripStartTimeStrategyStudio;
|
|
|
6134
6154
|
/**
|
|
6135
6155
|
* VRt.Studio [ST]
|
|
6136
6156
|
*
|
|
6137
|
-
* The version of the OpenAPI document: 6.
|
|
6157
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6138
6158
|
* Contact: servicedesk@veeroute.com
|
|
6139
6159
|
*
|
|
6140
6160
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6160,7 +6180,7 @@ var TripStateFlagStudio;
|
|
|
6160
6180
|
/**
|
|
6161
6181
|
* VRt.Studio [ST]
|
|
6162
6182
|
*
|
|
6163
|
-
* The version of the OpenAPI document: 6.
|
|
6183
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6164
6184
|
* Contact: servicedesk@veeroute.com
|
|
6165
6185
|
*
|
|
6166
6186
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6170,7 +6190,7 @@ var TripStateFlagStudio;
|
|
|
6170
6190
|
/**
|
|
6171
6191
|
* VRt.Studio [ST]
|
|
6172
6192
|
*
|
|
6173
|
-
* The version of the OpenAPI document: 6.
|
|
6193
|
+
* The version of the OpenAPI document: 6.16.2174
|
|
6174
6194
|
* Contact: servicedesk@veeroute.com
|
|
6175
6195
|
*
|
|
6176
6196
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6207,11 +6227,11 @@ class LssStudioApiModule {
|
|
|
6207
6227
|
'See also https://github.com/angular/angular/issues/20575');
|
|
6208
6228
|
}
|
|
6209
6229
|
}
|
|
6210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
6211
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
6212
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
6230
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6231
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: LssStudioApiModule });
|
|
6232
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LssStudioApiModule });
|
|
6213
6233
|
}
|
|
6214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
6234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LssStudioApiModule, decorators: [{
|
|
6215
6235
|
type: NgModule,
|
|
6216
6236
|
args: [{
|
|
6217
6237
|
imports: [],
|