@veeroute/lss-studio-angular 7.28.3096 → 7.30.3153
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 +3 -3
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/externalRoutingServiceInterface.d.ts +1 -1
- package/api/factsServiceInterface.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/tripsService.d.ts +47 -1
- package/api/tripsServiceInterface.d.ts +31 -1
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/cfg/entity_error_type.yaml +2 -2
- package/cfg/entity_warning_type.yaml +9 -9
- package/cfg/process_types.json +12 -0
- package/cfg/table_settings.json +660 -0
- package/esm2022/api/backupsService.mjs +2 -2
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +2 -2
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/customIconsService.mjs +2 -2
- package/esm2022/api/customIconsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +2 -2
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +2 -2
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +2 -2
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +2 -2
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +2 -2
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +2 -2
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +2 -2
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +2 -2
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +2 -2
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +117 -2
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +2 -2
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- package/esm2022/model/actualizeSettings.mjs +2 -2
- 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/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/breakRules.mjs +1 -1
- package/esm2022/model/calculationHistoryElement.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityCost.mjs +2 -2
- package/esm2022/model/capacityLimit.mjs +2 -2
- package/esm2022/model/capacityMultiplier.mjs +2 -2
- package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
- package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
- package/esm2022/model/capacityStatisticsSum.mjs +2 -2
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +2 -2
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- 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/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +3 -2
- package/esm2022/model/customfieldsSettings.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 +4 -3
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentNeighbors.mjs +2 -2
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +2 -2
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factType.mjs +2 -2
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/fileNamePath.mjs +2 -2
- package/esm2022/model/fileSpecification.mjs +2 -2
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +2 -2
- package/esm2022/model/filesystemCounters.mjs +1 -1
- package/esm2022/model/filesystemPath.mjs +1 -1
- package/esm2022/model/folder.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -1
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general400.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/generalStatistics.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +1 -1
- 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/importSample.mjs +2 -2
- package/esm2022/model/importSource.mjs +2 -2
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/loadStatistics.mjs +1 -1
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCargosLimit.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/locationLimit.mjs +1 -1
- package/esm2022/model/locationLimitStatistics.mjs +1 -1
- package/esm2022/model/locationStatistics.mjs +1 -1
- package/esm2022/model/locationTimetableElement.mjs +1 -1
- package/esm2022/model/locationTransportsLimit.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +9 -1
- package/esm2022/model/order.mjs +1 -1
- package/esm2022/model/orderCompatibilities.mjs +2 -2
- package/esm2022/model/performer.mjs +1 -1
- package/esm2022/model/performerCompatibilities.mjs +1 -1
- package/esm2022/model/performerLimits.mjs +1 -1
- 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/quality.mjs +1 -1
- package/esm2022/model/removedItems.mjs +2 -2
- package/esm2022/model/replanSettings.mjs +1 -1
- package/esm2022/model/replanStrategy.mjs +2 -2
- package/esm2022/model/rest.mjs +2 -2
- package/esm2022/model/restRules.mjs +1 -1
- package/esm2022/model/roundtripStatistics.mjs +1 -1
- package/esm2022/model/routingMatrix.mjs +1 -1
- package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
- package/esm2022/model/routingTransportMatrix.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/settingsKeyList.mjs +2 -2
- package/esm2022/model/stopDemand.mjs +1 -1
- package/esm2022/model/stopStatistics.mjs +1 -1
- package/esm2022/model/tableCustomfields.mjs +2 -2
- package/esm2022/model/tableCustomfieldsColumnType.mjs +2 -2
- package/esm2022/model/tableDataStats.mjs +2 -2
- package/esm2022/model/tableExperimentColumnType.mjs +2 -2
- package/esm2022/model/tableFact.mjs +1 -1
- package/esm2022/model/tableFactColumnType.mjs +2 -2
- package/esm2022/model/tableFactFields.mjs +1 -1
- package/esm2022/model/tableFactFilter.mjs +1 -1
- package/esm2022/model/tableFactFilterList.mjs +1 -1
- package/esm2022/model/tableFactList.mjs +1 -1
- package/esm2022/model/tableFactMetrics.mjs +1 -1
- package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableFilterBoolList.mjs +2 -2
- package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
- package/esm2022/model/tableFilterDurationRange.mjs +2 -2
- 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 +2 -2
- package/esm2022/model/tableHardlink.mjs +1 -1
- package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
- package/esm2022/model/tableHardlinkFields.mjs +1 -1
- package/esm2022/model/tableHardlinkFilter.mjs +1 -1
- package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2022/model/tableHardlinkList.mjs +1 -1
- package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
- package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableListCounters.mjs +1 -1
- package/esm2022/model/tableListCountersDetail.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/tableLocationMetrics.mjs +1 -1
- package/esm2022/model/tableLocationMetricsFilterList.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/tableOrderMetrics.mjs +1 -1
- package/esm2022/model/tableOrderMetricsFilterList.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/tablePerformerMetrics.mjs +1 -1
- package/esm2022/model/tablePerformerMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableRoundtrip.mjs +2 -0
- package/esm2022/model/tableRoundtripColumnType.mjs +51 -0
- package/esm2022/model/tableRoundtripFields.mjs +7 -0
- package/esm2022/model/tableRoundtripFilter.mjs +2 -0
- package/esm2022/model/tableRoundtripFilterList.mjs +2 -0
- package/esm2022/model/tableRoundtripList.mjs +2 -0
- package/esm2022/model/tableRoundtripMetrics.mjs +2 -0
- package/esm2022/model/tableRoundtripMetricsFilterList.mjs +2 -0
- package/esm2022/model/tableTransport.mjs +1 -1
- package/esm2022/model/tableTransportColumnType.mjs +3 -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/tableTransportMetrics.mjs +1 -1
- package/esm2022/model/tableTransportMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableTrip.mjs +1 -1
- package/esm2022/model/tableTripColumnType.mjs +2 -2
- 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/tableTripMetrics.mjs +1 -1
- package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableTripStop.mjs +1 -1
- package/esm2022/model/tableTripStopColumnType.mjs +2 -2
- package/esm2022/model/tableTripStopFields.mjs +1 -1
- package/esm2022/model/tableTripStopFilter.mjs +1 -1
- package/esm2022/model/tableTripStopFilterList.mjs +1 -1
- package/esm2022/model/tableTripStopList.mjs +1 -1
- package/esm2022/model/taskStatistics.mjs +1 -1
- package/esm2022/model/timeWindow.mjs +2 -2
- package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
- package/esm2022/model/timeWindowViolations.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/track.mjs +1 -1
- package/esm2022/model/trackList.mjs +1 -1
- package/esm2022/model/trackListCustom.mjs +1 -1
- package/esm2022/model/trackType.mjs +2 -2
- package/esm2022/model/trackpoint.mjs +2 -2
- package/esm2022/model/translations.mjs +2 -2
- package/esm2022/model/transport.mjs +1 -1
- package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
- package/esm2022/model/transportCompatibilities.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/transportSpeedMultiplier.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/tripExpectations.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/tripStatus.mjs +2 -2
- 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/webFact.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/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +276 -100
- 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/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/breakRules.d.ts +1 -1
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.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/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +2 -1
- package/model/customfieldsSettings.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 -3
- package/model/experiment.d.ts +1 -1
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/extensionSettings.d.ts +1 -1
- package/model/fact.d.ts +1 -1
- package/model/factType.d.ts +1 -1
- package/model/featureLifetime.d.ts +1 -1
- package/model/fileNamePath.d.ts +1 -1
- package/model/fileSpecification.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +1 -1
- package/model/filesystemCounters.d.ts +1 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.d.ts +1 -1
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +2 -2
- package/model/general402.d.ts +2 -2
- package/model/general403.d.ts +2 -2
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +3 -3
- package/model/general500.d.ts +2 -2
- package/model/generalStatistics.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/importSample.d.ts +1 -1
- package/model/importSource.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/loadStatistics.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCargosLimit.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/locationLimit.d.ts +1 -1
- package/model/locationLimitStatistics.d.ts +1 -1
- package/model/locationStatistics.d.ts +1 -1
- package/model/locationTimetableElement.d.ts +1 -1
- package/model/locationTransportsLimit.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +8 -0
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.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/quality.d.ts +1 -1
- package/model/removedItems.d.ts +1 -1
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/rest.d.ts +1 -1
- package/model/restRules.d.ts +1 -1
- package/model/roundtripStatistics.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingMatrixWaypoint.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/settingsKeyList.d.ts +1 -1
- package/model/stopDemand.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableCustomfields.d.ts +1 -1
- package/model/tableCustomfieldsColumnType.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableExperimentColumnType.d.ts +1 -1
- package/model/tableFact.d.ts +3 -3
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +1 -1
- package/model/tableFactFilter.d.ts +1 -1
- package/model/tableFactFilterList.d.ts +1 -1
- package/model/tableFactList.d.ts +1 -1
- package/model/tableFactMetrics.d.ts +1 -1
- package/model/tableFactMetricsFilterList.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterDurationRange.d.ts +1 -1
- 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 +1 -1
- package/model/tableHardlink.d.ts +3 -3
- 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/tableHardlinkMetrics.d.ts +1 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +3 -3
- 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/tableLocationMetrics.d.ts +1 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +3 -3
- 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/tableOrderMetrics.d.ts +1 -1
- package/model/tableOrderMetricsFilterList.d.ts +1 -1
- package/model/tablePerformer.d.ts +3 -3
- 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/tablePerformerMetrics.d.ts +1 -1
- package/model/tablePerformerMetricsFilterList.d.ts +1 -1
- package/model/tableRoundtrip.d.ts +21 -0
- package/model/tableRoundtripColumnType.d.ts +49 -0
- package/model/tableRoundtripFields.d.ts +159 -0
- package/model/tableRoundtripFilter.d.ts +37 -0
- package/model/tableRoundtripFilterList.d.ts +20 -0
- package/model/tableRoundtripList.d.ts +22 -0
- package/model/tableRoundtripMetrics.d.ts +26 -0
- package/model/tableRoundtripMetricsFilterList.d.ts +24 -0
- package/model/tableTransport.d.ts +3 -3
- package/model/tableTransportColumnType.d.ts +2 -1
- package/model/tableTransportFields.d.ts +5 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTransportMetrics.d.ts +1 -1
- package/model/tableTransportMetricsFilterList.d.ts +1 -1
- package/model/tableTrip.d.ts +3 -3
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +1 -1
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +3 -3
- package/model/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +3 -3
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +1 -1
- package/model/tableTripStopFilter.d.ts +1 -1
- package/model/tableTripStopFilterList.d.ts +1 -1
- package/model/tableTripStopList.d.ts +1 -1
- package/model/taskStatistics.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/track.d.ts +1 -1
- package/model/trackList.d.ts +1 -1
- package/model/trackListCustom.d.ts +1 -1
- package/model/trackType.d.ts +1 -1
- package/model/trackpoint.d.ts +1 -1
- package/model/translations.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCapacityMultiplier.d.ts +1 -1
- package/model/transportCompatibilities.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/transportSpeedMultiplier.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 +1 -1
- package/model/tripExpectations.d.ts +1 -1
- 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/tripStatus.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/webFact.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/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Studio [ST]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
182
182
|
* Contact: servicedesk@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Studio [ST]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
258
258
|
* Contact: servicedesk@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
381
381
|
/**
|
|
382
382
|
* VRt.Studio [ST]
|
|
383
383
|
*
|
|
384
|
-
* The version of the OpenAPI document: 7.
|
|
384
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
385
385
|
* Contact: servicedesk@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
685
685
|
/**
|
|
686
686
|
* VRt.Studio [ST]
|
|
687
687
|
*
|
|
688
|
-
* The version of the OpenAPI document: 7.
|
|
688
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
689
689
|
* Contact: servicedesk@veeroute.com
|
|
690
690
|
*
|
|
691
691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -990,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
990
990
|
/**
|
|
991
991
|
* VRt.Studio [ST]
|
|
992
992
|
*
|
|
993
|
-
* The version of the OpenAPI document: 7.
|
|
993
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
994
994
|
* Contact: servicedesk@veeroute.com
|
|
995
995
|
*
|
|
996
996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2145
2145
|
/**
|
|
2146
2146
|
* VRt.Studio [ST]
|
|
2147
2147
|
*
|
|
2148
|
-
* The version of the OpenAPI document: 7.
|
|
2148
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
2149
2149
|
* Contact: servicedesk@veeroute.com
|
|
2150
2150
|
*
|
|
2151
2151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2731,7 +2731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2731
2731
|
/**
|
|
2732
2732
|
* VRt.Studio [ST]
|
|
2733
2733
|
*
|
|
2734
|
-
* The version of the OpenAPI document: 7.
|
|
2734
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
2735
2735
|
* Contact: servicedesk@veeroute.com
|
|
2736
2736
|
*
|
|
2737
2737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2950,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2950
2950
|
/**
|
|
2951
2951
|
* VRt.Studio [ST]
|
|
2952
2952
|
*
|
|
2953
|
-
* The version of the OpenAPI document: 7.
|
|
2953
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
2954
2954
|
* Contact: servicedesk@veeroute.com
|
|
2955
2955
|
*
|
|
2956
2956
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3451,7 +3451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3451
3451
|
/**
|
|
3452
3452
|
* VRt.Studio [ST]
|
|
3453
3453
|
*
|
|
3454
|
-
* The version of the OpenAPI document: 7.
|
|
3454
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
3455
3455
|
* Contact: servicedesk@veeroute.com
|
|
3456
3456
|
*
|
|
3457
3457
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3952,7 +3952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3952
3952
|
/**
|
|
3953
3953
|
* VRt.Studio [ST]
|
|
3954
3954
|
*
|
|
3955
|
-
* The version of the OpenAPI document: 7.
|
|
3955
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
3956
3956
|
* Contact: servicedesk@veeroute.com
|
|
3957
3957
|
*
|
|
3958
3958
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4403,7 +4403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4403
4403
|
/**
|
|
4404
4404
|
* VRt.Studio [ST]
|
|
4405
4405
|
*
|
|
4406
|
-
* The version of the OpenAPI document: 7.
|
|
4406
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
4407
4407
|
* Contact: servicedesk@veeroute.com
|
|
4408
4408
|
*
|
|
4409
4409
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4960,7 +4960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4960
4960
|
/**
|
|
4961
4961
|
* VRt.Studio [ST]
|
|
4962
4962
|
*
|
|
4963
|
-
* The version of the OpenAPI document: 7.
|
|
4963
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
4964
4964
|
* Contact: servicedesk@veeroute.com
|
|
4965
4965
|
*
|
|
4966
4966
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5517,7 +5517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5517
5517
|
/**
|
|
5518
5518
|
* VRt.Studio [ST]
|
|
5519
5519
|
*
|
|
5520
|
-
* The version of the OpenAPI document: 7.
|
|
5520
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
5521
5521
|
* Contact: servicedesk@veeroute.com
|
|
5522
5522
|
*
|
|
5523
5523
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5658,7 +5658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5658
5658
|
/**
|
|
5659
5659
|
* VRt.Studio [ST]
|
|
5660
5660
|
*
|
|
5661
|
-
* The version of the OpenAPI document: 7.
|
|
5661
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
5662
5662
|
* Contact: servicedesk@veeroute.com
|
|
5663
5663
|
*
|
|
5664
5664
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6215,7 +6215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6215
6215
|
/**
|
|
6216
6216
|
* VRt.Studio [ST]
|
|
6217
6217
|
*
|
|
6218
|
-
* The version of the OpenAPI document: 7.
|
|
6218
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
6219
6219
|
* Contact: servicedesk@veeroute.com
|
|
6220
6220
|
*
|
|
6221
6221
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6521,6 +6521,121 @@ class TripsService extends BaseService {
|
|
|
6521
6521
|
reportProgress: reportProgress
|
|
6522
6522
|
});
|
|
6523
6523
|
}
|
|
6524
|
+
readRoundtripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6525
|
+
const fileKey = requestParameters?.fileKey;
|
|
6526
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6527
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readRoundtripsMetrics.');
|
|
6528
|
+
}
|
|
6529
|
+
const tableRoundtripMetricsFilterListStudio = requestParameters?.tableRoundtripMetricsFilterListStudio;
|
|
6530
|
+
if (tableRoundtripMetricsFilterListStudio === null || tableRoundtripMetricsFilterListStudio === undefined) {
|
|
6531
|
+
throw new Error('Required parameter tableRoundtripMetricsFilterListStudio was null or undefined when calling readRoundtripsMetrics.');
|
|
6532
|
+
}
|
|
6533
|
+
let localVarHeaders = this.defaultHeaders;
|
|
6534
|
+
// authentication (ApiKeyAuth) required
|
|
6535
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
6536
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
6537
|
+
'application/json'
|
|
6538
|
+
]);
|
|
6539
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
6540
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
6541
|
+
}
|
|
6542
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6543
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
6544
|
+
// to determine the Content-Type header
|
|
6545
|
+
const consumes = [
|
|
6546
|
+
'application/json'
|
|
6547
|
+
];
|
|
6548
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6549
|
+
if (httpContentTypeSelected !== undefined) {
|
|
6550
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
6551
|
+
}
|
|
6552
|
+
let responseType_ = 'json';
|
|
6553
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
6554
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
6555
|
+
responseType_ = 'text';
|
|
6556
|
+
}
|
|
6557
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
6558
|
+
responseType_ = 'json';
|
|
6559
|
+
}
|
|
6560
|
+
else {
|
|
6561
|
+
responseType_ = 'blob';
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/roundtrips/batch/metrics`;
|
|
6565
|
+
const { basePath, withCredentials } = this.configuration;
|
|
6566
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6567
|
+
context: localVarHttpContext,
|
|
6568
|
+
body: tableRoundtripMetricsFilterListStudio,
|
|
6569
|
+
responseType: responseType_,
|
|
6570
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
6571
|
+
headers: localVarHeaders,
|
|
6572
|
+
observe: observe,
|
|
6573
|
+
transferCache: localVarTransferCache,
|
|
6574
|
+
reportProgress: reportProgress
|
|
6575
|
+
});
|
|
6576
|
+
}
|
|
6577
|
+
readRoundtripsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6578
|
+
const fileKey = requestParameters?.fileKey;
|
|
6579
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6580
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readRoundtripsTable.');
|
|
6581
|
+
}
|
|
6582
|
+
const offset = requestParameters?.offset;
|
|
6583
|
+
const limit = requestParameters?.limit;
|
|
6584
|
+
const sortField = requestParameters?.sortField;
|
|
6585
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6586
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6587
|
+
const tableRoundtripFilterListStudio = requestParameters?.tableRoundtripFilterListStudio;
|
|
6588
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6589
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6590
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6591
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6592
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
6593
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
6594
|
+
let localVarHeaders = this.defaultHeaders;
|
|
6595
|
+
// authentication (ApiKeyAuth) required
|
|
6596
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
6597
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
6598
|
+
'application/json'
|
|
6599
|
+
]);
|
|
6600
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
6601
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
6602
|
+
}
|
|
6603
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6604
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
6605
|
+
// to determine the Content-Type header
|
|
6606
|
+
const consumes = [
|
|
6607
|
+
'application/json'
|
|
6608
|
+
];
|
|
6609
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6610
|
+
if (httpContentTypeSelected !== undefined) {
|
|
6611
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
6612
|
+
}
|
|
6613
|
+
let responseType_ = 'json';
|
|
6614
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
6615
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
6616
|
+
responseType_ = 'text';
|
|
6617
|
+
}
|
|
6618
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
6619
|
+
responseType_ = 'json';
|
|
6620
|
+
}
|
|
6621
|
+
else {
|
|
6622
|
+
responseType_ = 'blob';
|
|
6623
|
+
}
|
|
6624
|
+
}
|
|
6625
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/roundtrips/batch/table`;
|
|
6626
|
+
const { basePath, withCredentials } = this.configuration;
|
|
6627
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6628
|
+
context: localVarHttpContext,
|
|
6629
|
+
body: tableRoundtripFilterListStudio,
|
|
6630
|
+
params: localVarQueryParameters,
|
|
6631
|
+
responseType: responseType_,
|
|
6632
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
6633
|
+
headers: localVarHeaders,
|
|
6634
|
+
observe: observe,
|
|
6635
|
+
transferCache: localVarTransferCache,
|
|
6636
|
+
reportProgress: reportProgress
|
|
6637
|
+
});
|
|
6638
|
+
}
|
|
6524
6639
|
readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6525
6640
|
const fileKey = requestParameters?.fileKey;
|
|
6526
6641
|
if (fileKey === null || fileKey === undefined) {
|
|
@@ -6992,7 +7107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6992
7107
|
/**
|
|
6993
7108
|
* VRt.Studio [ST]
|
|
6994
7109
|
*
|
|
6995
|
-
* The version of the OpenAPI document: 7.
|
|
7110
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
6996
7111
|
* Contact: servicedesk@veeroute.com
|
|
6997
7112
|
*
|
|
6998
7113
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7298,7 +7413,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7298
7413
|
/**
|
|
7299
7414
|
* VRt.Studio [ST]
|
|
7300
7415
|
*
|
|
7301
|
-
* The version of the OpenAPI document: 7.
|
|
7416
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7302
7417
|
* Contact: servicedesk@veeroute.com
|
|
7303
7418
|
*
|
|
7304
7419
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7308,7 +7423,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7308
7423
|
/**
|
|
7309
7424
|
* VRt.Studio [ST]
|
|
7310
7425
|
*
|
|
7311
|
-
* The version of the OpenAPI document: 7.
|
|
7426
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7312
7427
|
* Contact: servicedesk@veeroute.com
|
|
7313
7428
|
*
|
|
7314
7429
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7318,7 +7433,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7318
7433
|
/**
|
|
7319
7434
|
* VRt.Studio [ST]
|
|
7320
7435
|
*
|
|
7321
|
-
* The version of the OpenAPI document: 7.
|
|
7436
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7322
7437
|
* Contact: servicedesk@veeroute.com
|
|
7323
7438
|
*
|
|
7324
7439
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7337,7 +7452,7 @@ var BasicProcessStudio;
|
|
|
7337
7452
|
/**
|
|
7338
7453
|
* VRt.Studio [ST]
|
|
7339
7454
|
*
|
|
7340
|
-
* The version of the OpenAPI document: 7.
|
|
7455
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7341
7456
|
* Contact: servicedesk@veeroute.com
|
|
7342
7457
|
*
|
|
7343
7458
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7357,7 +7472,7 @@ var BasicStateStudio;
|
|
|
7357
7472
|
/**
|
|
7358
7473
|
* VRt.Studio [ST]
|
|
7359
7474
|
*
|
|
7360
|
-
* The version of the OpenAPI document: 7.
|
|
7475
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7361
7476
|
* Contact: servicedesk@veeroute.com
|
|
7362
7477
|
*
|
|
7363
7478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7374,7 +7489,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7374
7489
|
/**
|
|
7375
7490
|
* VRt.Studio [ST]
|
|
7376
7491
|
*
|
|
7377
|
-
* The version of the OpenAPI document: 7.
|
|
7492
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7378
7493
|
* Contact: servicedesk@veeroute.com
|
|
7379
7494
|
*
|
|
7380
7495
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7384,7 +7499,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7384
7499
|
/**
|
|
7385
7500
|
* VRt.Studio [ST]
|
|
7386
7501
|
*
|
|
7387
|
-
* The version of the OpenAPI document: 7.
|
|
7502
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7388
7503
|
* Contact: servicedesk@veeroute.com
|
|
7389
7504
|
*
|
|
7390
7505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7394,7 +7509,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7394
7509
|
/**
|
|
7395
7510
|
* VRt.Studio [ST]
|
|
7396
7511
|
*
|
|
7397
|
-
* The version of the OpenAPI document: 7.
|
|
7512
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7398
7513
|
* Contact: servicedesk@veeroute.com
|
|
7399
7514
|
*
|
|
7400
7515
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7418,7 +7533,7 @@ var CalculationStatusStudio;
|
|
|
7418
7533
|
/**
|
|
7419
7534
|
* VRt.Studio [ST]
|
|
7420
7535
|
*
|
|
7421
|
-
* The version of the OpenAPI document: 7.
|
|
7536
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7422
7537
|
* Contact: servicedesk@veeroute.com
|
|
7423
7538
|
*
|
|
7424
7539
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7428,7 +7543,7 @@ var CalculationStatusStudio;
|
|
|
7428
7543
|
/**
|
|
7429
7544
|
* VRt.Studio [ST]
|
|
7430
7545
|
*
|
|
7431
|
-
* The version of the OpenAPI document: 7.
|
|
7546
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7432
7547
|
* Contact: servicedesk@veeroute.com
|
|
7433
7548
|
*
|
|
7434
7549
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7438,7 +7553,7 @@ var CalculationStatusStudio;
|
|
|
7438
7553
|
/**
|
|
7439
7554
|
* VRt.Studio [ST]
|
|
7440
7555
|
*
|
|
7441
|
-
* The version of the OpenAPI document: 7.
|
|
7556
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7442
7557
|
* Contact: servicedesk@veeroute.com
|
|
7443
7558
|
*
|
|
7444
7559
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7448,7 +7563,7 @@ var CalculationStatusStudio;
|
|
|
7448
7563
|
/**
|
|
7449
7564
|
* VRt.Studio [ST]
|
|
7450
7565
|
*
|
|
7451
|
-
* The version of the OpenAPI document: 7.
|
|
7566
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7452
7567
|
* Contact: servicedesk@veeroute.com
|
|
7453
7568
|
*
|
|
7454
7569
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7458,7 +7573,7 @@ var CalculationStatusStudio;
|
|
|
7458
7573
|
/**
|
|
7459
7574
|
* VRt.Studio [ST]
|
|
7460
7575
|
*
|
|
7461
|
-
* The version of the OpenAPI document: 7.
|
|
7576
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7462
7577
|
* Contact: servicedesk@veeroute.com
|
|
7463
7578
|
*
|
|
7464
7579
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7468,7 +7583,7 @@ var CalculationStatusStudio;
|
|
|
7468
7583
|
/**
|
|
7469
7584
|
* VRt.Studio [ST]
|
|
7470
7585
|
*
|
|
7471
|
-
* The version of the OpenAPI document: 7.
|
|
7586
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7472
7587
|
* Contact: servicedesk@veeroute.com
|
|
7473
7588
|
*
|
|
7474
7589
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7478,7 +7593,7 @@ var CalculationStatusStudio;
|
|
|
7478
7593
|
/**
|
|
7479
7594
|
* VRt.Studio [ST]
|
|
7480
7595
|
*
|
|
7481
|
-
* The version of the OpenAPI document: 7.
|
|
7596
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7482
7597
|
* Contact: servicedesk@veeroute.com
|
|
7483
7598
|
*
|
|
7484
7599
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7488,7 +7603,7 @@ var CalculationStatusStudio;
|
|
|
7488
7603
|
/**
|
|
7489
7604
|
* VRt.Studio [ST]
|
|
7490
7605
|
*
|
|
7491
|
-
* The version of the OpenAPI document: 7.
|
|
7606
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7492
7607
|
* Contact: servicedesk@veeroute.com
|
|
7493
7608
|
*
|
|
7494
7609
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7506,7 +7621,7 @@ var CargoActionTypeStudio;
|
|
|
7506
7621
|
/**
|
|
7507
7622
|
* VRt.Studio [ST]
|
|
7508
7623
|
*
|
|
7509
|
-
* The version of the OpenAPI document: 7.
|
|
7624
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7510
7625
|
* Contact: servicedesk@veeroute.com
|
|
7511
7626
|
*
|
|
7512
7627
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7526,7 +7641,7 @@ var CargoRotationTypeStudio;
|
|
|
7526
7641
|
/**
|
|
7527
7642
|
* VRt.Studio [ST]
|
|
7528
7643
|
*
|
|
7529
|
-
* The version of the OpenAPI document: 7.
|
|
7644
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7530
7645
|
* Contact: servicedesk@veeroute.com
|
|
7531
7646
|
*
|
|
7532
7647
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7536,7 +7651,7 @@ var CargoRotationTypeStudio;
|
|
|
7536
7651
|
/**
|
|
7537
7652
|
* VRt.Studio [ST]
|
|
7538
7653
|
*
|
|
7539
|
-
* The version of the OpenAPI document: 7.
|
|
7654
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7540
7655
|
* Contact: servicedesk@veeroute.com
|
|
7541
7656
|
*
|
|
7542
7657
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7546,7 +7661,7 @@ var CargoRotationTypeStudio;
|
|
|
7546
7661
|
/**
|
|
7547
7662
|
* VRt.Studio [ST]
|
|
7548
7663
|
*
|
|
7549
|
-
* The version of the OpenAPI document: 7.
|
|
7664
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7550
7665
|
* Contact: servicedesk@veeroute.com
|
|
7551
7666
|
*
|
|
7552
7667
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7566,6 +7681,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7566
7681
|
CustomfieldEntityTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
|
|
7567
7682
|
CustomfieldEntityTypeStudio["HARDLINK"] = "HARDLINK";
|
|
7568
7683
|
CustomfieldEntityTypeStudio["TRIP"] = "TRIP";
|
|
7684
|
+
CustomfieldEntityTypeStudio["ROUNDTRIP"] = "ROUNDTRIP";
|
|
7569
7685
|
CustomfieldEntityTypeStudio["FACT"] = "FACT";
|
|
7570
7686
|
CustomfieldEntityTypeStudio["TRIP_STOP"] = "TRIP_STOP";
|
|
7571
7687
|
})(CustomfieldEntityTypeStudio || (CustomfieldEntityTypeStudio = {}));
|
|
@@ -7573,7 +7689,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7573
7689
|
/**
|
|
7574
7690
|
* VRt.Studio [ST]
|
|
7575
7691
|
*
|
|
7576
|
-
* The version of the OpenAPI document: 7.
|
|
7692
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7577
7693
|
* Contact: servicedesk@veeroute.com
|
|
7578
7694
|
*
|
|
7579
7695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7583,7 +7699,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7583
7699
|
/**
|
|
7584
7700
|
* VRt.Studio [ST]
|
|
7585
7701
|
*
|
|
7586
|
-
* The version of the OpenAPI document: 7.
|
|
7702
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7587
7703
|
* Contact: servicedesk@veeroute.com
|
|
7588
7704
|
*
|
|
7589
7705
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7604,7 +7720,7 @@ var DemandTypeStudio;
|
|
|
7604
7720
|
/**
|
|
7605
7721
|
* VRt.Studio [ST]
|
|
7606
7722
|
*
|
|
7607
|
-
* The version of the OpenAPI document: 7.
|
|
7723
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7608
7724
|
* Contact: servicedesk@veeroute.com
|
|
7609
7725
|
*
|
|
7610
7726
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7640,7 +7756,7 @@ var EntityErrorTypeStudio;
|
|
|
7640
7756
|
/**
|
|
7641
7757
|
* VRt.Studio [ST]
|
|
7642
7758
|
*
|
|
7643
|
-
* The version of the OpenAPI document: 7.
|
|
7759
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7644
7760
|
* Contact: servicedesk@veeroute.com
|
|
7645
7761
|
*
|
|
7646
7762
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7684,14 +7800,14 @@ var EntityTypeStudio;
|
|
|
7684
7800
|
/**
|
|
7685
7801
|
* VRt.Studio [ST]
|
|
7686
7802
|
*
|
|
7687
|
-
* The version of the OpenAPI document: 7.
|
|
7803
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7688
7804
|
* Contact: servicedesk@veeroute.com
|
|
7689
7805
|
*
|
|
7690
7806
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7691
7807
|
* Do not edit the class manually.
|
|
7692
7808
|
*/
|
|
7693
7809
|
/**
|
|
7694
|
-
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization.
|
|
7810
|
+
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization. * `UNCLASSIFIED_WARNING` - unclassified warning
|
|
7695
7811
|
*/
|
|
7696
7812
|
var EntityWarningTypeStudio;
|
|
7697
7813
|
(function (EntityWarningTypeStudio) {
|
|
@@ -7736,12 +7852,13 @@ var EntityWarningTypeStudio;
|
|
|
7736
7852
|
EntityWarningTypeStudio["MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED"] = "MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED";
|
|
7737
7853
|
EntityWarningTypeStudio["REMOVED_ITEMS_NOT_EMPTY"] = "REMOVED_ITEMS_NOT_EMPTY";
|
|
7738
7854
|
EntityWarningTypeStudio["INCOMPATIBLE_REQUIREMENTS"] = "INCOMPATIBLE_REQUIREMENTS";
|
|
7855
|
+
EntityWarningTypeStudio["UNCLASSIFIED_WARNING"] = "UNCLASSIFIED_WARNING";
|
|
7739
7856
|
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
7740
7857
|
|
|
7741
7858
|
/**
|
|
7742
7859
|
* VRt.Studio [ST]
|
|
7743
7860
|
*
|
|
7744
|
-
* The version of the OpenAPI document: 7.
|
|
7861
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7745
7862
|
* Contact: servicedesk@veeroute.com
|
|
7746
7863
|
*
|
|
7747
7864
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7751,7 +7868,7 @@ var EntityWarningTypeStudio;
|
|
|
7751
7868
|
/**
|
|
7752
7869
|
* VRt.Studio [ST]
|
|
7753
7870
|
*
|
|
7754
|
-
* The version of the OpenAPI document: 7.
|
|
7871
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7755
7872
|
* Contact: servicedesk@veeroute.com
|
|
7756
7873
|
*
|
|
7757
7874
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7761,7 +7878,7 @@ var EntityWarningTypeStudio;
|
|
|
7761
7878
|
/**
|
|
7762
7879
|
* VRt.Studio [ST]
|
|
7763
7880
|
*
|
|
7764
|
-
* The version of the OpenAPI document: 7.
|
|
7881
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7765
7882
|
* Contact: servicedesk@veeroute.com
|
|
7766
7883
|
*
|
|
7767
7884
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7785,7 +7902,7 @@ var FactTypeStudio;
|
|
|
7785
7902
|
/**
|
|
7786
7903
|
* VRt.Studio [ST]
|
|
7787
7904
|
*
|
|
7788
|
-
* The version of the OpenAPI document: 7.
|
|
7905
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7789
7906
|
* Contact: servicedesk@veeroute.com
|
|
7790
7907
|
*
|
|
7791
7908
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7795,7 +7912,7 @@ var FactTypeStudio;
|
|
|
7795
7912
|
/**
|
|
7796
7913
|
* VRt.Studio [ST]
|
|
7797
7914
|
*
|
|
7798
|
-
* The version of the OpenAPI document: 7.
|
|
7915
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7799
7916
|
* Contact: servicedesk@veeroute.com
|
|
7800
7917
|
*
|
|
7801
7918
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7805,7 +7922,7 @@ var FactTypeStudio;
|
|
|
7805
7922
|
/**
|
|
7806
7923
|
* VRt.Studio [ST]
|
|
7807
7924
|
*
|
|
7808
|
-
* The version of the OpenAPI document: 7.
|
|
7925
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7809
7926
|
* Contact: servicedesk@veeroute.com
|
|
7810
7927
|
*
|
|
7811
7928
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7828,7 +7945,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7828
7945
|
/**
|
|
7829
7946
|
* VRt.Studio [ST]
|
|
7830
7947
|
*
|
|
7831
|
-
* The version of the OpenAPI document: 7.
|
|
7948
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7832
7949
|
* Contact: servicedesk@veeroute.com
|
|
7833
7950
|
*
|
|
7834
7951
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7838,7 +7955,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7838
7955
|
/**
|
|
7839
7956
|
* VRt.Studio [ST]
|
|
7840
7957
|
*
|
|
7841
|
-
* The version of the OpenAPI document: 7.
|
|
7958
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7842
7959
|
* Contact: servicedesk@veeroute.com
|
|
7843
7960
|
*
|
|
7844
7961
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7856,7 +7973,7 @@ var FolderTypeStudio;
|
|
|
7856
7973
|
/**
|
|
7857
7974
|
* VRt.Studio [ST]
|
|
7858
7975
|
*
|
|
7859
|
-
* The version of the OpenAPI document: 7.
|
|
7976
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7860
7977
|
* Contact: servicedesk@veeroute.com
|
|
7861
7978
|
*
|
|
7862
7979
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7866,7 +7983,7 @@ var FolderTypeStudio;
|
|
|
7866
7983
|
/**
|
|
7867
7984
|
* VRt.Studio [ST]
|
|
7868
7985
|
*
|
|
7869
|
-
* The version of the OpenAPI document: 7.
|
|
7986
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7870
7987
|
* Contact: servicedesk@veeroute.com
|
|
7871
7988
|
*
|
|
7872
7989
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7885,7 +8002,7 @@ var HardlinkElementTypeStudio;
|
|
|
7885
8002
|
/**
|
|
7886
8003
|
* VRt.Studio [ST]
|
|
7887
8004
|
*
|
|
7888
|
-
* The version of the OpenAPI document: 7.
|
|
8005
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7889
8006
|
* Contact: servicedesk@veeroute.com
|
|
7890
8007
|
*
|
|
7891
8008
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7903,7 +8020,7 @@ var ImportSampleStudio;
|
|
|
7903
8020
|
/**
|
|
7904
8021
|
* VRt.Studio [ST]
|
|
7905
8022
|
*
|
|
7906
|
-
* The version of the OpenAPI document: 7.
|
|
8023
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7907
8024
|
* Contact: servicedesk@veeroute.com
|
|
7908
8025
|
*
|
|
7909
8026
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7921,7 +8038,7 @@ var ImportSourceStudio;
|
|
|
7921
8038
|
/**
|
|
7922
8039
|
* VRt.Studio [ST]
|
|
7923
8040
|
*
|
|
7924
|
-
* The version of the OpenAPI document: 7.
|
|
8041
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7925
8042
|
* Contact: servicedesk@veeroute.com
|
|
7926
8043
|
*
|
|
7927
8044
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7944,7 +8061,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7944
8061
|
/**
|
|
7945
8062
|
* VRt.Studio [ST]
|
|
7946
8063
|
*
|
|
7947
|
-
* The version of the OpenAPI document: 7.
|
|
8064
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7948
8065
|
* Contact: servicedesk@veeroute.com
|
|
7949
8066
|
*
|
|
7950
8067
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7954,7 +8071,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7954
8071
|
/**
|
|
7955
8072
|
* VRt.Studio [ST]
|
|
7956
8073
|
*
|
|
7957
|
-
* The version of the OpenAPI document: 7.
|
|
8074
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7958
8075
|
* Contact: servicedesk@veeroute.com
|
|
7959
8076
|
*
|
|
7960
8077
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7964,7 +8081,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7964
8081
|
/**
|
|
7965
8082
|
* VRt.Studio [ST]
|
|
7966
8083
|
*
|
|
7967
|
-
* The version of the OpenAPI document: 7.
|
|
8084
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7968
8085
|
* Contact: servicedesk@veeroute.com
|
|
7969
8086
|
*
|
|
7970
8087
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7974,7 +8091,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7974
8091
|
/**
|
|
7975
8092
|
* VRt.Studio [ST]
|
|
7976
8093
|
*
|
|
7977
|
-
* The version of the OpenAPI document: 7.
|
|
8094
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7978
8095
|
* Contact: servicedesk@veeroute.com
|
|
7979
8096
|
*
|
|
7980
8097
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7984,7 +8101,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7984
8101
|
/**
|
|
7985
8102
|
* VRt.Studio [ST]
|
|
7986
8103
|
*
|
|
7987
|
-
* The version of the OpenAPI document: 7.
|
|
8104
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7988
8105
|
* Contact: servicedesk@veeroute.com
|
|
7989
8106
|
*
|
|
7990
8107
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7994,7 +8111,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7994
8111
|
/**
|
|
7995
8112
|
* VRt.Studio [ST]
|
|
7996
8113
|
*
|
|
7997
|
-
* The version of the OpenAPI document: 7.
|
|
8114
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
7998
8115
|
* Contact: servicedesk@veeroute.com
|
|
7999
8116
|
*
|
|
8000
8117
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8004,7 +8121,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8004
8121
|
/**
|
|
8005
8122
|
* VRt.Studio [ST]
|
|
8006
8123
|
*
|
|
8007
|
-
* The version of the OpenAPI document: 7.
|
|
8124
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8008
8125
|
* Contact: servicedesk@veeroute.com
|
|
8009
8126
|
*
|
|
8010
8127
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8014,7 +8131,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8014
8131
|
/**
|
|
8015
8132
|
* VRt.Studio [ST]
|
|
8016
8133
|
*
|
|
8017
|
-
* The version of the OpenAPI document: 7.
|
|
8134
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8018
8135
|
* Contact: servicedesk@veeroute.com
|
|
8019
8136
|
*
|
|
8020
8137
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8024,7 +8141,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8024
8141
|
/**
|
|
8025
8142
|
* VRt.Studio [ST]
|
|
8026
8143
|
*
|
|
8027
|
-
* The version of the OpenAPI document: 7.
|
|
8144
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8028
8145
|
* Contact: servicedesk@veeroute.com
|
|
8029
8146
|
*
|
|
8030
8147
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8050,7 +8167,7 @@ var ServiceStudio;
|
|
|
8050
8167
|
/**
|
|
8051
8168
|
* VRt.Studio [ST]
|
|
8052
8169
|
*
|
|
8053
|
-
* The version of the OpenAPI document: 7.
|
|
8170
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8054
8171
|
* Contact: servicedesk@veeroute.com
|
|
8055
8172
|
*
|
|
8056
8173
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8060,7 +8177,7 @@ var ServiceStudio;
|
|
|
8060
8177
|
/**
|
|
8061
8178
|
* VRt.Studio [ST]
|
|
8062
8179
|
*
|
|
8063
|
-
* The version of the OpenAPI document: 7.
|
|
8180
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8064
8181
|
* Contact: servicedesk@veeroute.com
|
|
8065
8182
|
*
|
|
8066
8183
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8136,7 +8253,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8136
8253
|
/**
|
|
8137
8254
|
* VRt.Studio [ST]
|
|
8138
8255
|
*
|
|
8139
|
-
* The version of the OpenAPI document: 7.
|
|
8256
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8140
8257
|
* Contact: servicedesk@veeroute.com
|
|
8141
8258
|
*
|
|
8142
8259
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8146,7 +8263,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8146
8263
|
/**
|
|
8147
8264
|
* VRt.Studio [ST]
|
|
8148
8265
|
*
|
|
8149
|
-
* The version of the OpenAPI document: 7.
|
|
8266
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8150
8267
|
* Contact: servicedesk@veeroute.com
|
|
8151
8268
|
*
|
|
8152
8269
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8156,7 +8273,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8156
8273
|
/**
|
|
8157
8274
|
* VRt.Studio [ST]
|
|
8158
8275
|
*
|
|
8159
|
-
* The version of the OpenAPI document: 7.
|
|
8276
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8160
8277
|
* Contact: servicedesk@veeroute.com
|
|
8161
8278
|
*
|
|
8162
8279
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8177,7 +8294,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
8177
8294
|
/**
|
|
8178
8295
|
* VRt.Studio [ST]
|
|
8179
8296
|
*
|
|
8180
|
-
* The version of the OpenAPI document: 7.
|
|
8297
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8181
8298
|
* Contact: servicedesk@veeroute.com
|
|
8182
8299
|
*
|
|
8183
8300
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8210,7 +8327,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8210
8327
|
/**
|
|
8211
8328
|
* VRt.Studio [ST]
|
|
8212
8329
|
*
|
|
8213
|
-
* The version of the OpenAPI document: 7.
|
|
8330
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8214
8331
|
* Contact: servicedesk@veeroute.com
|
|
8215
8332
|
*
|
|
8216
8333
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8220,7 +8337,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8220
8337
|
/**
|
|
8221
8338
|
* VRt.Studio [ST]
|
|
8222
8339
|
*
|
|
8223
|
-
* The version of the OpenAPI document: 7.
|
|
8340
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8224
8341
|
* Contact: servicedesk@veeroute.com
|
|
8225
8342
|
*
|
|
8226
8343
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8230,7 +8347,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8230
8347
|
/**
|
|
8231
8348
|
* VRt.Studio [ST]
|
|
8232
8349
|
*
|
|
8233
|
-
* The version of the OpenAPI document: 7.
|
|
8350
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8234
8351
|
* Contact: servicedesk@veeroute.com
|
|
8235
8352
|
*
|
|
8236
8353
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8240,7 +8357,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8240
8357
|
/**
|
|
8241
8358
|
* VRt.Studio [ST]
|
|
8242
8359
|
*
|
|
8243
|
-
* The version of the OpenAPI document: 7.
|
|
8360
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8244
8361
|
* Contact: servicedesk@veeroute.com
|
|
8245
8362
|
*
|
|
8246
8363
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8250,7 +8367,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8250
8367
|
/**
|
|
8251
8368
|
* VRt.Studio [ST]
|
|
8252
8369
|
*
|
|
8253
|
-
* The version of the OpenAPI document: 7.
|
|
8370
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8254
8371
|
* Contact: servicedesk@veeroute.com
|
|
8255
8372
|
*
|
|
8256
8373
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8260,7 +8377,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8260
8377
|
/**
|
|
8261
8378
|
* VRt.Studio [ST]
|
|
8262
8379
|
*
|
|
8263
|
-
* The version of the OpenAPI document: 7.
|
|
8380
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8264
8381
|
* Contact: servicedesk@veeroute.com
|
|
8265
8382
|
*
|
|
8266
8383
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8270,7 +8387,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8270
8387
|
/**
|
|
8271
8388
|
* VRt.Studio [ST]
|
|
8272
8389
|
*
|
|
8273
|
-
* The version of the OpenAPI document: 7.
|
|
8390
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8274
8391
|
* Contact: servicedesk@veeroute.com
|
|
8275
8392
|
*
|
|
8276
8393
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8280,7 +8397,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8280
8397
|
/**
|
|
8281
8398
|
* VRt.Studio [ST]
|
|
8282
8399
|
*
|
|
8283
|
-
* The version of the OpenAPI document: 7.
|
|
8400
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8284
8401
|
* Contact: servicedesk@veeroute.com
|
|
8285
8402
|
*
|
|
8286
8403
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8290,7 +8407,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8290
8407
|
/**
|
|
8291
8408
|
* VRt.Studio [ST]
|
|
8292
8409
|
*
|
|
8293
|
-
* The version of the OpenAPI document: 7.
|
|
8410
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8294
8411
|
* Contact: servicedesk@veeroute.com
|
|
8295
8412
|
*
|
|
8296
8413
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8314,7 +8431,7 @@ var TableFilterTypeStudio;
|
|
|
8314
8431
|
/**
|
|
8315
8432
|
* VRt.Studio [ST]
|
|
8316
8433
|
*
|
|
8317
|
-
* The version of the OpenAPI document: 7.
|
|
8434
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8318
8435
|
* Contact: servicedesk@veeroute.com
|
|
8319
8436
|
*
|
|
8320
8437
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8345,7 +8462,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8345
8462
|
/**
|
|
8346
8463
|
* VRt.Studio [ST]
|
|
8347
8464
|
*
|
|
8348
|
-
* The version of the OpenAPI document: 7.
|
|
8465
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8349
8466
|
* Contact: servicedesk@veeroute.com
|
|
8350
8467
|
*
|
|
8351
8468
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8355,7 +8472,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8355
8472
|
/**
|
|
8356
8473
|
* VRt.Studio [ST]
|
|
8357
8474
|
*
|
|
8358
|
-
* The version of the OpenAPI document: 7.
|
|
8475
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8359
8476
|
* Contact: servicedesk@veeroute.com
|
|
8360
8477
|
*
|
|
8361
8478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8385,7 +8502,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8385
8502
|
/**
|
|
8386
8503
|
* VRt.Studio [ST]
|
|
8387
8504
|
*
|
|
8388
|
-
* The version of the OpenAPI document: 7.
|
|
8505
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8389
8506
|
* Contact: servicedesk@veeroute.com
|
|
8390
8507
|
*
|
|
8391
8508
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8441,7 +8558,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8441
8558
|
/**
|
|
8442
8559
|
* VRt.Studio [ST]
|
|
8443
8560
|
*
|
|
8444
|
-
* The version of the OpenAPI document: 7.
|
|
8561
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8445
8562
|
* Contact: servicedesk@veeroute.com
|
|
8446
8563
|
*
|
|
8447
8564
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8479,7 +8596,65 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8479
8596
|
/**
|
|
8480
8597
|
* VRt.Studio [ST]
|
|
8481
8598
|
*
|
|
8482
|
-
* The version of the OpenAPI document: 7.
|
|
8599
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8600
|
+
* Contact: servicedesk@veeroute.com
|
|
8601
|
+
*
|
|
8602
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8603
|
+
* Do not edit the class manually.
|
|
8604
|
+
*/
|
|
8605
|
+
/**
|
|
8606
|
+
* Column name in the table with roundtrips: * `ESSENCE_KEY` - entity key * `ENABLED` - participation in the calculation * `PRISTINE` - data change flag
|
|
8607
|
+
*/
|
|
8608
|
+
var TableRoundtripColumnTypeStudio;
|
|
8609
|
+
(function (TableRoundtripColumnTypeStudio) {
|
|
8610
|
+
TableRoundtripColumnTypeStudio["ESSENCE_KEY"] = "ESSENCE_KEY";
|
|
8611
|
+
TableRoundtripColumnTypeStudio["ENABLED"] = "ENABLED";
|
|
8612
|
+
TableRoundtripColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
8613
|
+
TableRoundtripColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
8614
|
+
TableRoundtripColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
8615
|
+
TableRoundtripColumnTypeStudio["COST"] = "COST";
|
|
8616
|
+
TableRoundtripColumnTypeStudio["REWARD"] = "REWARD";
|
|
8617
|
+
TableRoundtripColumnTypeStudio["PROFIT"] = "PROFIT";
|
|
8618
|
+
TableRoundtripColumnTypeStudio["DRIVING_TIME"] = "DRIVING_TIME";
|
|
8619
|
+
TableRoundtripColumnTypeStudio["WAITING_TIME"] = "WAITING_TIME";
|
|
8620
|
+
TableRoundtripColumnTypeStudio["BREAK_TIME"] = "BREAK_TIME";
|
|
8621
|
+
TableRoundtripColumnTypeStudio["REST_TIME"] = "REST_TIME";
|
|
8622
|
+
TableRoundtripColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
8623
|
+
TableRoundtripColumnTypeStudio["ARRIVING_TIME"] = "ARRIVING_TIME";
|
|
8624
|
+
TableRoundtripColumnTypeStudio["DEPARTURE_TIME"] = "DEPARTURE_TIME";
|
|
8625
|
+
TableRoundtripColumnTypeStudio["TOTAL_TIME"] = "TOTAL_TIME";
|
|
8626
|
+
TableRoundtripColumnTypeStudio["DISTANCE"] = "DISTANCE";
|
|
8627
|
+
TableRoundtripColumnTypeStudio["TIME_WINDOW"] = "TIME_WINDOW";
|
|
8628
|
+
TableRoundtripColumnTypeStudio["ORDERS_COUNT"] = "ORDERS_COUNT";
|
|
8629
|
+
TableRoundtripColumnTypeStudio["PLAN_ORDERS_COUNT"] = "PLAN_ORDERS_COUNT";
|
|
8630
|
+
TableRoundtripColumnTypeStudio["WAITLIST_ORDERS_COUNT"] = "WAITLIST_ORDERS_COUNT";
|
|
8631
|
+
TableRoundtripColumnTypeStudio["STOPS_COUNT"] = "STOPS_COUNT";
|
|
8632
|
+
TableRoundtripColumnTypeStudio["LOCATIONS_COUNT"] = "LOCATIONS_COUNT";
|
|
8633
|
+
TableRoundtripColumnTypeStudio["CARGO_CAPACITY_RATIO_MASS"] = "CARGO_CAPACITY_RATIO_MASS";
|
|
8634
|
+
TableRoundtripColumnTypeStudio["CARGO_CAPACITY_RATIO_VOLUME"] = "CARGO_CAPACITY_RATIO_VOLUME";
|
|
8635
|
+
TableRoundtripColumnTypeStudio["CARGO_CAPACITY_RATIO_CAPACITY_A"] = "CARGO_CAPACITY_RATIO_CAPACITY_A";
|
|
8636
|
+
TableRoundtripColumnTypeStudio["CARGO_CAPACITY_RATIO_CAPACITY_B"] = "CARGO_CAPACITY_RATIO_CAPACITY_B";
|
|
8637
|
+
TableRoundtripColumnTypeStudio["CARGO_CAPACITY_RATIO_CAPACITY_C"] = "CARGO_CAPACITY_RATIO_CAPACITY_C";
|
|
8638
|
+
TableRoundtripColumnTypeStudio["MAX_TRANSPORT_LOAD_MASS"] = "MAX_TRANSPORT_LOAD_MASS";
|
|
8639
|
+
TableRoundtripColumnTypeStudio["MAX_TRANSPORT_LOAD_VOLUME"] = "MAX_TRANSPORT_LOAD_VOLUME";
|
|
8640
|
+
TableRoundtripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_A"] = "MAX_TRANSPORT_LOAD_CAPACITY_A";
|
|
8641
|
+
TableRoundtripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_B"] = "MAX_TRANSPORT_LOAD_CAPACITY_B";
|
|
8642
|
+
TableRoundtripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_C"] = "MAX_TRANSPORT_LOAD_CAPACITY_C";
|
|
8643
|
+
TableRoundtripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
8644
|
+
TableRoundtripColumnTypeStudio["CUSTOMFIELDS"] = "CUSTOMFIELDS";
|
|
8645
|
+
})(TableRoundtripColumnTypeStudio || (TableRoundtripColumnTypeStudio = {}));
|
|
8646
|
+
|
|
8647
|
+
var TableRoundtripFieldsStudioEssenceTypeEnum;
|
|
8648
|
+
(function (TableRoundtripFieldsStudioEssenceTypeEnum) {
|
|
8649
|
+
TableRoundtripFieldsStudioEssenceTypeEnum["TRIP"] = "TRIP";
|
|
8650
|
+
TableRoundtripFieldsStudioEssenceTypeEnum["ROUNDTRIP"] = "ROUNDTRIP";
|
|
8651
|
+
})(TableRoundtripFieldsStudioEssenceTypeEnum || (TableRoundtripFieldsStudioEssenceTypeEnum = {}));
|
|
8652
|
+
;
|
|
8653
|
+
|
|
8654
|
+
/**
|
|
8655
|
+
* VRt.Studio [ST]
|
|
8656
|
+
*
|
|
8657
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8483
8658
|
* Contact: servicedesk@veeroute.com
|
|
8484
8659
|
*
|
|
8485
8660
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8506,6 +8681,7 @@ var TableTransportColumnTypeStudio;
|
|
|
8506
8681
|
TableTransportColumnTypeStudio["TRANSPORT_FEATURES"] = "TRANSPORT_FEATURES";
|
|
8507
8682
|
TableTransportColumnTypeStudio["PERFORMER_RESTRICTIONS"] = "PERFORMER_RESTRICTIONS";
|
|
8508
8683
|
TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
8684
|
+
TableTransportColumnTypeStudio["ROUNDTRIPS_COUNT"] = "ROUNDTRIPS_COUNT";
|
|
8509
8685
|
TableTransportColumnTypeStudio["SHIFTS_COUNT"] = "SHIFTS_COUNT";
|
|
8510
8686
|
TableTransportColumnTypeStudio["NAME"] = "NAME";
|
|
8511
8687
|
TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
@@ -8522,7 +8698,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8522
8698
|
/**
|
|
8523
8699
|
* VRt.Studio [ST]
|
|
8524
8700
|
*
|
|
8525
|
-
* The version of the OpenAPI document: 7.
|
|
8701
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8526
8702
|
* Contact: servicedesk@veeroute.com
|
|
8527
8703
|
*
|
|
8528
8704
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8582,7 +8758,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8582
8758
|
/**
|
|
8583
8759
|
* VRt.Studio [ST]
|
|
8584
8760
|
*
|
|
8585
|
-
* The version of the OpenAPI document: 7.
|
|
8761
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8586
8762
|
* Contact: servicedesk@veeroute.com
|
|
8587
8763
|
*
|
|
8588
8764
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8622,7 +8798,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8622
8798
|
/**
|
|
8623
8799
|
* VRt.Studio [ST]
|
|
8624
8800
|
*
|
|
8625
|
-
* The version of the OpenAPI document: 7.
|
|
8801
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8626
8802
|
* Contact: servicedesk@veeroute.com
|
|
8627
8803
|
*
|
|
8628
8804
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8632,7 +8808,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8632
8808
|
/**
|
|
8633
8809
|
* VRt.Studio [ST]
|
|
8634
8810
|
*
|
|
8635
|
-
* The version of the OpenAPI document: 7.
|
|
8811
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8636
8812
|
* Contact: servicedesk@veeroute.com
|
|
8637
8813
|
*
|
|
8638
8814
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8642,7 +8818,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8642
8818
|
/**
|
|
8643
8819
|
* VRt.Studio [ST]
|
|
8644
8820
|
*
|
|
8645
|
-
* The version of the OpenAPI document: 7.
|
|
8821
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8646
8822
|
* Contact: servicedesk@veeroute.com
|
|
8647
8823
|
*
|
|
8648
8824
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8661,7 +8837,7 @@ var TrackTypeStudio;
|
|
|
8661
8837
|
/**
|
|
8662
8838
|
* VRt.Studio [ST]
|
|
8663
8839
|
*
|
|
8664
|
-
* The version of the OpenAPI document: 7.
|
|
8840
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8665
8841
|
* Contact: servicedesk@veeroute.com
|
|
8666
8842
|
*
|
|
8667
8843
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8671,7 +8847,7 @@ var TrackTypeStudio;
|
|
|
8671
8847
|
/**
|
|
8672
8848
|
* VRt.Studio [ST]
|
|
8673
8849
|
*
|
|
8674
|
-
* The version of the OpenAPI document: 7.
|
|
8850
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8675
8851
|
* Contact: servicedesk@veeroute.com
|
|
8676
8852
|
*
|
|
8677
8853
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8681,7 +8857,7 @@ var TrackTypeStudio;
|
|
|
8681
8857
|
/**
|
|
8682
8858
|
* VRt.Studio [ST]
|
|
8683
8859
|
*
|
|
8684
|
-
* The version of the OpenAPI document: 7.
|
|
8860
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8685
8861
|
* Contact: servicedesk@veeroute.com
|
|
8686
8862
|
*
|
|
8687
8863
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8691,7 +8867,7 @@ var TrackTypeStudio;
|
|
|
8691
8867
|
/**
|
|
8692
8868
|
* VRt.Studio [ST]
|
|
8693
8869
|
*
|
|
8694
|
-
* The version of the OpenAPI document: 7.
|
|
8870
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8695
8871
|
* Contact: servicedesk@veeroute.com
|
|
8696
8872
|
*
|
|
8697
8873
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8723,7 +8899,7 @@ var TransportTypeStudio;
|
|
|
8723
8899
|
/**
|
|
8724
8900
|
* VRt.Studio [ST]
|
|
8725
8901
|
*
|
|
8726
|
-
* The version of the OpenAPI document: 7.
|
|
8902
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8727
8903
|
* Contact: servicedesk@veeroute.com
|
|
8728
8904
|
*
|
|
8729
8905
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8741,7 +8917,7 @@ var TripStartTimeStrategyStudio;
|
|
|
8741
8917
|
/**
|
|
8742
8918
|
* VRt.Studio [ST]
|
|
8743
8919
|
*
|
|
8744
|
-
* The version of the OpenAPI document: 7.
|
|
8920
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8745
8921
|
* Contact: servicedesk@veeroute.com
|
|
8746
8922
|
*
|
|
8747
8923
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8771,7 +8947,7 @@ var TripStateFlagStudio;
|
|
|
8771
8947
|
/**
|
|
8772
8948
|
* VRt.Studio [ST]
|
|
8773
8949
|
*
|
|
8774
|
-
* The version of the OpenAPI document: 7.
|
|
8950
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8775
8951
|
* Contact: servicedesk@veeroute.com
|
|
8776
8952
|
*
|
|
8777
8953
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8796,7 +8972,7 @@ var TripStatusStudio;
|
|
|
8796
8972
|
/**
|
|
8797
8973
|
* VRt.Studio [ST]
|
|
8798
8974
|
*
|
|
8799
|
-
* The version of the OpenAPI document: 7.
|
|
8975
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8800
8976
|
* Contact: servicedesk@veeroute.com
|
|
8801
8977
|
*
|
|
8802
8978
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8806,7 +8982,7 @@ var TripStatusStudio;
|
|
|
8806
8982
|
/**
|
|
8807
8983
|
* VRt.Studio [ST]
|
|
8808
8984
|
*
|
|
8809
|
-
* The version of the OpenAPI document: 7.
|
|
8985
|
+
* The version of the OpenAPI document: 7.30.3153
|
|
8810
8986
|
* Contact: servicedesk@veeroute.com
|
|
8811
8987
|
*
|
|
8812
8988
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8879,5 +9055,5 @@ function provideApi(configOrBasePath) {
|
|
|
8879
9055
|
* Generated bundle index. Do not edit.
|
|
8880
9056
|
*/
|
|
8881
9057
|
|
|
8882
|
-
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
|
|
9058
|
+
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableRoundtripColumnTypeStudio, TableRoundtripFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
|
|
8883
9059
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|