@veeroute/lss-studio-angular 7.17.2697 → 7.19.2779
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/api.d.ts +4 -4
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsService.d.ts +76 -9
- package/api/experimentsServiceInterface.d.ts +44 -7
- package/api/explorerService.d.ts +33 -32
- package/api/explorerServiceInterface.d.ts +23 -26
- package/api/externalRoutingServiceInterface.d.ts +1 -1
- package/api/factsServiceInterface.d.ts +3 -3
- package/api/hardlinksServiceInterface.d.ts +3 -3
- package/api/locationsServiceInterface.d.ts +3 -3
- package/api/ordersService.d.ts +1 -1
- package/api/ordersServiceInterface.d.ts +4 -4
- package/api/performersServiceInterface.d.ts +3 -3
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +3 -3
- package/api/tripsService.d.ts +27 -5
- package/api/tripsServiceInterface.d.ts +20 -10
- package/api/{userSettingsService.d.ts → userService.d.ts} +4 -4
- package/api/{userSettingsServiceInterface.d.ts → userServiceInterface.d.ts} +2 -2
- package/cfg/entity_warning_type.yaml +0 -4
- package/cfg/process_types.json +46 -22
- package/esm2022/api/api.mjs +5 -5
- 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 +207 -2
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +16 -37
- 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 +72 -5
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +452 -0
- package/esm2022/api/userServiceInterface.mjs +2 -0
- 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 +2 -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 +3 -4
- 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/experimentSpecification.mjs +2 -2
- 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/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +22 -0
- package/esm2022/model/filesystemCounters.mjs +2 -0
- package/esm2022/model/filesystemPath.mjs +2 -0
- package/esm2022/model/folder.mjs +2 -0
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -10
- 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 +3 -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 +10 -6
- 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/tableTransport.mjs +1 -1
- package/esm2022/model/tableTransportColumnType.mjs +2 -2
- package/esm2022/model/tableTransportFields.mjs +1 -1
- package/esm2022/model/tableTransportFilter.mjs +1 -1
- package/esm2022/model/tableTransportFilterList.mjs +1 -1
- package/esm2022/model/tableTransportList.mjs +1 -1
- package/esm2022/model/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/timeWindowNull.mjs +11 -0
- 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 +2 -0
- package/esm2022/model/trackList.mjs +2 -0
- package/esm2022/model/trackListCustom.mjs +2 -0
- package/esm2022/model/trackType.mjs +19 -0
- 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/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 +432 -169
- 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 +1 -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 +2 -3
- package/model/experiment.d.ts +1 -1
- package/model/experimentCheck.d.ts +2 -2
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/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/filesystem.d.ts +8 -20
- package/model/filesystemColumnType.d.ts +20 -0
- package/model/filesystemCounters.d.ts +18 -0
- package/model/filesystemPath.d.ts +20 -0
- package/model/folder.d.ts +56 -0
- package/model/folderCounters.d.ts +3 -3
- package/model/folderSpecification.d.ts +12 -3
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/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 +5 -4
- 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 +9 -5
- 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 +2 -2
- 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 +1 -1
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +8 -8
- 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 +2 -2
- 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 +2 -2
- package/model/tableFilterStringSearch.d.ts +2 -2
- package/model/tableFilterType.d.ts +1 -1
- package/model/tableHardlink.d.ts +1 -1
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +4 -4
- 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 +2 -2
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +5 -5
- 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 +2 -2
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +10 -10
- 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 +2 -2
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +7 -7
- 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 +2 -2
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +6 -6
- 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 +2 -2
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +5 -5
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +2 -2
- package/model/tableTripStop.d.ts +1 -1
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +6 -6
- 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/timeWindowNull.d.ts +23 -0
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/{webTripTrack.d.ts → track.d.ts} +2 -2
- package/model/{webTripTrackList.d.ts → trackList.d.ts} +4 -4
- package/model/{webTripTrackListCustom.d.ts → trackListCustom.d.ts} +4 -4
- package/model/{basicTracksType.d.ts → trackType.d.ts} +2 -2
- 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/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 +2 -2
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +2 -2
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +2 -2
- 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
- package/esm2022/api/userSettingsService.mjs +0 -452
- package/esm2022/api/userSettingsServiceInterface.mjs +0 -2
- package/esm2022/model/basicTimeWindow.mjs +0 -11
- package/esm2022/model/basicTracksType.mjs +0 -19
- package/esm2022/model/webTripTrack.mjs +0 -2
- package/esm2022/model/webTripTrackList.mjs +0 -2
- package/esm2022/model/webTripTrackListCustom.mjs +0 -2
- package/model/basicTimeWindow.d.ts +0 -23
|
@@ -162,7 +162,7 @@ class Configuration {
|
|
|
162
162
|
/**
|
|
163
163
|
* VRt.Studio [ST]
|
|
164
164
|
*
|
|
165
|
-
* The version of the OpenAPI document: 7.
|
|
165
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
166
166
|
* Contact: servicedesk@veeroute.com
|
|
167
167
|
*
|
|
168
168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -372,7 +372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
372
372
|
/**
|
|
373
373
|
* VRt.Studio [ST]
|
|
374
374
|
*
|
|
375
|
-
* The version of the OpenAPI document: 7.
|
|
375
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
376
376
|
* Contact: servicedesk@veeroute.com
|
|
377
377
|
*
|
|
378
378
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -815,7 +815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
815
815
|
/**
|
|
816
816
|
* VRt.Studio [ST]
|
|
817
817
|
*
|
|
818
|
-
* The version of the OpenAPI document: 7.
|
|
818
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
819
819
|
* Contact: servicedesk@veeroute.com
|
|
820
820
|
*
|
|
821
821
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1259,7 +1259,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1259
1259
|
/**
|
|
1260
1260
|
* VRt.Studio [ST]
|
|
1261
1261
|
*
|
|
1262
|
-
* The version of the OpenAPI document: 7.
|
|
1262
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
1263
1263
|
* Contact: servicedesk@veeroute.com
|
|
1264
1264
|
*
|
|
1265
1265
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1626,6 +1626,81 @@ class ExperimentsService {
|
|
|
1626
1626
|
reportProgress: reportProgress
|
|
1627
1627
|
});
|
|
1628
1628
|
}
|
|
1629
|
+
globalSearch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1630
|
+
const filter = requestParameters?.filter;
|
|
1631
|
+
if (filter === null || filter === undefined) {
|
|
1632
|
+
throw new Error('Required parameter filter was null or undefined when calling globalSearch.');
|
|
1633
|
+
}
|
|
1634
|
+
const offset = requestParameters?.offset;
|
|
1635
|
+
const limit = requestParameters?.limit;
|
|
1636
|
+
const sortField = requestParameters?.sortField;
|
|
1637
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
1638
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1639
|
+
if (filter !== undefined && filter !== null) {
|
|
1640
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
1641
|
+
}
|
|
1642
|
+
if (offset !== undefined && offset !== null) {
|
|
1643
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
1644
|
+
}
|
|
1645
|
+
if (limit !== undefined && limit !== null) {
|
|
1646
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
1647
|
+
}
|
|
1648
|
+
if (sortField !== undefined && sortField !== null) {
|
|
1649
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
1650
|
+
}
|
|
1651
|
+
if (sortDirection !== undefined && sortDirection !== null) {
|
|
1652
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
1653
|
+
}
|
|
1654
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1655
|
+
let localVarCredential;
|
|
1656
|
+
// authentication (ApiKeyAuth) required
|
|
1657
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1658
|
+
if (localVarCredential) {
|
|
1659
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1660
|
+
}
|
|
1661
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1662
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1663
|
+
// to determine the Accept header
|
|
1664
|
+
const httpHeaderAccepts = [
|
|
1665
|
+
'application/json'
|
|
1666
|
+
];
|
|
1667
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1668
|
+
}
|
|
1669
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1670
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1671
|
+
}
|
|
1672
|
+
let localVarHttpContext = options && options.context;
|
|
1673
|
+
if (localVarHttpContext === undefined) {
|
|
1674
|
+
localVarHttpContext = new HttpContext();
|
|
1675
|
+
}
|
|
1676
|
+
let localVarTransferCache = options && options.transferCache;
|
|
1677
|
+
if (localVarTransferCache === undefined) {
|
|
1678
|
+
localVarTransferCache = true;
|
|
1679
|
+
}
|
|
1680
|
+
let responseType_ = 'json';
|
|
1681
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1682
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1683
|
+
responseType_ = 'text';
|
|
1684
|
+
}
|
|
1685
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1686
|
+
responseType_ = 'json';
|
|
1687
|
+
}
|
|
1688
|
+
else {
|
|
1689
|
+
responseType_ = 'blob';
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
let localVarPath = `/studio/experiments/search/global`;
|
|
1693
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1694
|
+
context: localVarHttpContext,
|
|
1695
|
+
params: localVarQueryParameters,
|
|
1696
|
+
responseType: responseType_,
|
|
1697
|
+
withCredentials: this.configuration.withCredentials,
|
|
1698
|
+
headers: localVarHeaders,
|
|
1699
|
+
observe: observe,
|
|
1700
|
+
transferCache: localVarTransferCache,
|
|
1701
|
+
reportProgress: reportProgress
|
|
1702
|
+
});
|
|
1703
|
+
}
|
|
1629
1704
|
importJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1630
1705
|
const experimentKey = requestParameters?.experimentKey;
|
|
1631
1706
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -2115,6 +2190,82 @@ class ExperimentsService {
|
|
|
2115
2190
|
reportProgress: reportProgress
|
|
2116
2191
|
});
|
|
2117
2192
|
}
|
|
2193
|
+
readFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2194
|
+
const folderKey = requestParameters?.folderKey;
|
|
2195
|
+
const filter = requestParameters?.filter;
|
|
2196
|
+
const offset = requestParameters?.offset;
|
|
2197
|
+
const limit = requestParameters?.limit;
|
|
2198
|
+
const sortField = requestParameters?.sortField;
|
|
2199
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
2200
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2201
|
+
if (folderKey !== undefined && folderKey !== null) {
|
|
2202
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, folderKey, 'folder_key');
|
|
2203
|
+
}
|
|
2204
|
+
if (filter !== undefined && filter !== null) {
|
|
2205
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
2206
|
+
}
|
|
2207
|
+
if (offset !== undefined && offset !== null) {
|
|
2208
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
2209
|
+
}
|
|
2210
|
+
if (limit !== undefined && limit !== null) {
|
|
2211
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
2212
|
+
}
|
|
2213
|
+
if (sortField !== undefined && sortField !== null) {
|
|
2214
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
2215
|
+
}
|
|
2216
|
+
if (sortDirection !== undefined && sortDirection !== null) {
|
|
2217
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
2218
|
+
}
|
|
2219
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2220
|
+
let localVarCredential;
|
|
2221
|
+
// authentication (ApiKeyAuth) required
|
|
2222
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
2223
|
+
if (localVarCredential) {
|
|
2224
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
2225
|
+
}
|
|
2226
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
2227
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
2228
|
+
// to determine the Accept header
|
|
2229
|
+
const httpHeaderAccepts = [
|
|
2230
|
+
'application/json'
|
|
2231
|
+
];
|
|
2232
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2233
|
+
}
|
|
2234
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2235
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2236
|
+
}
|
|
2237
|
+
let localVarHttpContext = options && options.context;
|
|
2238
|
+
if (localVarHttpContext === undefined) {
|
|
2239
|
+
localVarHttpContext = new HttpContext();
|
|
2240
|
+
}
|
|
2241
|
+
let localVarTransferCache = options && options.transferCache;
|
|
2242
|
+
if (localVarTransferCache === undefined) {
|
|
2243
|
+
localVarTransferCache = true;
|
|
2244
|
+
}
|
|
2245
|
+
let responseType_ = 'json';
|
|
2246
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2247
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2248
|
+
responseType_ = 'text';
|
|
2249
|
+
}
|
|
2250
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2251
|
+
responseType_ = 'json';
|
|
2252
|
+
}
|
|
2253
|
+
else {
|
|
2254
|
+
responseType_ = 'blob';
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
let localVarPath = `/studio/experiments`;
|
|
2258
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
2259
|
+
context: localVarHttpContext,
|
|
2260
|
+
params: localVarQueryParameters,
|
|
2261
|
+
responseType: responseType_,
|
|
2262
|
+
withCredentials: this.configuration.withCredentials,
|
|
2263
|
+
headers: localVarHeaders,
|
|
2264
|
+
observe: observe,
|
|
2265
|
+
transferCache: localVarTransferCache,
|
|
2266
|
+
reportProgress: reportProgress
|
|
2267
|
+
});
|
|
2268
|
+
}
|
|
2118
2269
|
runExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2119
2270
|
const experimentKey = requestParameters?.experimentKey;
|
|
2120
2271
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -2173,6 +2324,60 @@ class ExperimentsService {
|
|
|
2173
2324
|
reportProgress: reportProgress
|
|
2174
2325
|
});
|
|
2175
2326
|
}
|
|
2327
|
+
runExperimentRecalculateStats(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2328
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2329
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
2330
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRecalculateStats.');
|
|
2331
|
+
}
|
|
2332
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2333
|
+
let localVarCredential;
|
|
2334
|
+
// authentication (ApiKeyAuth) required
|
|
2335
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
2336
|
+
if (localVarCredential) {
|
|
2337
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
2338
|
+
}
|
|
2339
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
2340
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
2341
|
+
// to determine the Accept header
|
|
2342
|
+
const httpHeaderAccepts = [
|
|
2343
|
+
'application/json'
|
|
2344
|
+
];
|
|
2345
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2346
|
+
}
|
|
2347
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2348
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2349
|
+
}
|
|
2350
|
+
let localVarHttpContext = options && options.context;
|
|
2351
|
+
if (localVarHttpContext === undefined) {
|
|
2352
|
+
localVarHttpContext = new HttpContext();
|
|
2353
|
+
}
|
|
2354
|
+
let localVarTransferCache = options && options.transferCache;
|
|
2355
|
+
if (localVarTransferCache === undefined) {
|
|
2356
|
+
localVarTransferCache = true;
|
|
2357
|
+
}
|
|
2358
|
+
let responseType_ = 'json';
|
|
2359
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2360
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2361
|
+
responseType_ = 'text';
|
|
2362
|
+
}
|
|
2363
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2364
|
+
responseType_ = 'json';
|
|
2365
|
+
}
|
|
2366
|
+
else {
|
|
2367
|
+
responseType_ = 'blob';
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-stats`;
|
|
2371
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2372
|
+
context: localVarHttpContext,
|
|
2373
|
+
responseType: responseType_,
|
|
2374
|
+
withCredentials: this.configuration.withCredentials,
|
|
2375
|
+
headers: localVarHeaders,
|
|
2376
|
+
observe: observe,
|
|
2377
|
+
transferCache: localVarTransferCache,
|
|
2378
|
+
reportProgress: reportProgress
|
|
2379
|
+
});
|
|
2380
|
+
}
|
|
2176
2381
|
runExperimentRecalculateTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2177
2382
|
const experimentKey = requestParameters?.experimentKey;
|
|
2178
2383
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -2634,7 +2839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2634
2839
|
/**
|
|
2635
2840
|
* VRt.Studio [ST]
|
|
2636
2841
|
*
|
|
2637
|
-
* The version of the OpenAPI document: 7.
|
|
2842
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
2638
2843
|
* Contact: servicedesk@veeroute.com
|
|
2639
2844
|
*
|
|
2640
2845
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2765,10 +2970,10 @@ class ExplorerService {
|
|
|
2765
2970
|
reportProgress: reportProgress
|
|
2766
2971
|
});
|
|
2767
2972
|
}
|
|
2768
|
-
|
|
2973
|
+
deleteFilesBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2769
2974
|
const requestBody = requestParameters?.requestBody;
|
|
2770
2975
|
if (requestBody === null || requestBody === undefined) {
|
|
2771
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
2976
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteFilesBatch.');
|
|
2772
2977
|
}
|
|
2773
2978
|
let localVarHeaders = this.defaultHeaders;
|
|
2774
2979
|
let localVarCredential;
|
|
@@ -2816,7 +3021,7 @@ class ExplorerService {
|
|
|
2816
3021
|
responseType_ = 'blob';
|
|
2817
3022
|
}
|
|
2818
3023
|
}
|
|
2819
|
-
let localVarPath = `/studio/explorer/batch/
|
|
3024
|
+
let localVarPath = `/studio/explorer/batch/files`;
|
|
2820
3025
|
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
2821
3026
|
context: localVarHttpContext,
|
|
2822
3027
|
body: requestBody,
|
|
@@ -2945,16 +3150,17 @@ class ExplorerService {
|
|
|
2945
3150
|
reportProgress: reportProgress
|
|
2946
3151
|
});
|
|
2947
3152
|
}
|
|
2948
|
-
|
|
3153
|
+
readFilesystem(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3154
|
+
const folderKey = requestParameters?.folderKey;
|
|
2949
3155
|
const filter = requestParameters?.filter;
|
|
2950
|
-
if (filter === null || filter === undefined) {
|
|
2951
|
-
throw new Error('Required parameter filter was null or undefined when calling globalSearch.');
|
|
2952
|
-
}
|
|
2953
3156
|
const offset = requestParameters?.offset;
|
|
2954
3157
|
const limit = requestParameters?.limit;
|
|
2955
3158
|
const sortField = requestParameters?.sortField;
|
|
2956
3159
|
const sortDirection = requestParameters?.sortDirection;
|
|
2957
3160
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3161
|
+
if (folderKey !== undefined && folderKey !== null) {
|
|
3162
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, folderKey, 'folder_key');
|
|
3163
|
+
}
|
|
2958
3164
|
if (filter !== undefined && filter !== null) {
|
|
2959
3165
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
2960
3166
|
}
|
|
@@ -3008,7 +3214,7 @@ class ExplorerService {
|
|
|
3008
3214
|
responseType_ = 'blob';
|
|
3009
3215
|
}
|
|
3010
3216
|
}
|
|
3011
|
-
let localVarPath = `/studio/explorer
|
|
3217
|
+
let localVarPath = `/studio/explorer`;
|
|
3012
3218
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3013
3219
|
context: localVarHttpContext,
|
|
3014
3220
|
params: localVarQueryParameters,
|
|
@@ -3020,7 +3226,7 @@ class ExplorerService {
|
|
|
3020
3226
|
reportProgress: reportProgress
|
|
3021
3227
|
});
|
|
3022
3228
|
}
|
|
3023
|
-
|
|
3229
|
+
readFilesystemCounters(observe = 'body', reportProgress = false, options) {
|
|
3024
3230
|
let localVarHeaders = this.defaultHeaders;
|
|
3025
3231
|
let localVarCredential;
|
|
3026
3232
|
// authentication (ApiKeyAuth) required
|
|
@@ -3059,7 +3265,7 @@ class ExplorerService {
|
|
|
3059
3265
|
responseType_ = 'blob';
|
|
3060
3266
|
}
|
|
3061
3267
|
}
|
|
3062
|
-
let localVarPath = `/studio/explorer`;
|
|
3268
|
+
let localVarPath = `/studio/explorer/batch/counters`;
|
|
3063
3269
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3064
3270
|
context: localVarHttpContext,
|
|
3065
3271
|
responseType: responseType_,
|
|
@@ -3070,31 +3276,10 @@ class ExplorerService {
|
|
|
3070
3276
|
reportProgress: reportProgress
|
|
3071
3277
|
});
|
|
3072
3278
|
}
|
|
3073
|
-
|
|
3279
|
+
readFolderPath(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3074
3280
|
const folderKey = requestParameters?.folderKey;
|
|
3075
3281
|
if (folderKey === null || folderKey === undefined) {
|
|
3076
|
-
throw new Error('Required parameter folderKey was null or undefined when calling
|
|
3077
|
-
}
|
|
3078
|
-
const filter = requestParameters?.filter;
|
|
3079
|
-
const offset = requestParameters?.offset;
|
|
3080
|
-
const limit = requestParameters?.limit;
|
|
3081
|
-
const sortField = requestParameters?.sortField;
|
|
3082
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
3083
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3084
|
-
if (filter !== undefined && filter !== null) {
|
|
3085
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
3086
|
-
}
|
|
3087
|
-
if (offset !== undefined && offset !== null) {
|
|
3088
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
3089
|
-
}
|
|
3090
|
-
if (limit !== undefined && limit !== null) {
|
|
3091
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3092
|
-
}
|
|
3093
|
-
if (sortField !== undefined && sortField !== null) {
|
|
3094
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3095
|
-
}
|
|
3096
|
-
if (sortDirection !== undefined && sortDirection !== null) {
|
|
3097
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
3282
|
+
throw new Error('Required parameter folderKey was null or undefined when calling readFolderPath.');
|
|
3098
3283
|
}
|
|
3099
3284
|
let localVarHeaders = this.defaultHeaders;
|
|
3100
3285
|
let localVarCredential;
|
|
@@ -3134,10 +3319,9 @@ class ExplorerService {
|
|
|
3134
3319
|
responseType_ = 'blob';
|
|
3135
3320
|
}
|
|
3136
3321
|
}
|
|
3137
|
-
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
3322
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
|
|
3138
3323
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3139
3324
|
context: localVarHttpContext,
|
|
3140
|
-
params: localVarQueryParameters,
|
|
3141
3325
|
responseType: responseType_,
|
|
3142
3326
|
withCredentials: this.configuration.withCredentials,
|
|
3143
3327
|
headers: localVarHeaders,
|
|
@@ -3287,7 +3471,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3287
3471
|
/**
|
|
3288
3472
|
* VRt.Studio [ST]
|
|
3289
3473
|
*
|
|
3290
|
-
* The version of the OpenAPI document: 7.
|
|
3474
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
3291
3475
|
* Contact: servicedesk@veeroute.com
|
|
3292
3476
|
*
|
|
3293
3477
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3617,7 +3801,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3617
3801
|
/**
|
|
3618
3802
|
* VRt.Studio [ST]
|
|
3619
3803
|
*
|
|
3620
|
-
* The version of the OpenAPI document: 7.
|
|
3804
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
3621
3805
|
* Contact: servicedesk@veeroute.com
|
|
3622
3806
|
*
|
|
3623
3807
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4309,7 +4493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4309
4493
|
/**
|
|
4310
4494
|
* VRt.Studio [ST]
|
|
4311
4495
|
*
|
|
4312
|
-
* The version of the OpenAPI document: 7.
|
|
4496
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
4313
4497
|
* Contact: servicedesk@veeroute.com
|
|
4314
4498
|
*
|
|
4315
4499
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4934,7 +5118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4934
5118
|
/**
|
|
4935
5119
|
* VRt.Studio [ST]
|
|
4936
5120
|
*
|
|
4937
|
-
* The version of the OpenAPI document: 7.
|
|
5121
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
4938
5122
|
* Contact: servicedesk@veeroute.com
|
|
4939
5123
|
*
|
|
4940
5124
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5499,7 +5683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5499
5683
|
/**
|
|
5500
5684
|
* VRt.Studio [ST]
|
|
5501
5685
|
*
|
|
5502
|
-
* The version of the OpenAPI document: 7.
|
|
5686
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
5503
5687
|
* Contact: servicedesk@veeroute.com
|
|
5504
5688
|
*
|
|
5505
5689
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6265,7 +6449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6265
6449
|
/**
|
|
6266
6450
|
* VRt.Studio [ST]
|
|
6267
6451
|
*
|
|
6268
|
-
* The version of the OpenAPI document: 7.
|
|
6452
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
6269
6453
|
* Contact: servicedesk@veeroute.com
|
|
6270
6454
|
*
|
|
6271
6455
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6964,7 +7148,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6964
7148
|
/**
|
|
6965
7149
|
* VRt.Studio [ST]
|
|
6966
7150
|
*
|
|
6967
|
-
* The version of the OpenAPI document: 7.
|
|
7151
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
6968
7152
|
* Contact: servicedesk@veeroute.com
|
|
6969
7153
|
*
|
|
6970
7154
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7190,7 +7374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7190
7374
|
/**
|
|
7191
7375
|
* VRt.Studio [ST]
|
|
7192
7376
|
*
|
|
7193
|
-
* The version of the OpenAPI document: 7.
|
|
7377
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
7194
7378
|
* Contact: servicedesk@veeroute.com
|
|
7195
7379
|
*
|
|
7196
7380
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7889,7 +8073,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7889
8073
|
/**
|
|
7890
8074
|
* VRt.Studio [ST]
|
|
7891
8075
|
*
|
|
7892
|
-
* The version of the OpenAPI document: 7.
|
|
8076
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
7893
8077
|
* Contact: servicedesk@veeroute.com
|
|
7894
8078
|
*
|
|
7895
8079
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8136,12 +8320,79 @@ class TripsService {
|
|
|
8136
8320
|
reportProgress: reportProgress
|
|
8137
8321
|
});
|
|
8138
8322
|
}
|
|
8323
|
+
deleteTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8324
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8325
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
8326
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling deleteTripsBatch.');
|
|
8327
|
+
}
|
|
8328
|
+
const requestBody = requestParameters?.requestBody;
|
|
8329
|
+
if (requestBody === null || requestBody === undefined) {
|
|
8330
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteTripsBatch.');
|
|
8331
|
+
}
|
|
8332
|
+
let localVarHeaders = this.defaultHeaders;
|
|
8333
|
+
let localVarCredential;
|
|
8334
|
+
// authentication (ApiKeyAuth) required
|
|
8335
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
8336
|
+
if (localVarCredential) {
|
|
8337
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
8338
|
+
}
|
|
8339
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
8340
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
8341
|
+
// to determine the Accept header
|
|
8342
|
+
const httpHeaderAccepts = [
|
|
8343
|
+
'application/json'
|
|
8344
|
+
];
|
|
8345
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8346
|
+
}
|
|
8347
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
8348
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
8349
|
+
}
|
|
8350
|
+
let localVarHttpContext = options && options.context;
|
|
8351
|
+
if (localVarHttpContext === undefined) {
|
|
8352
|
+
localVarHttpContext = new HttpContext();
|
|
8353
|
+
}
|
|
8354
|
+
let localVarTransferCache = options && options.transferCache;
|
|
8355
|
+
if (localVarTransferCache === undefined) {
|
|
8356
|
+
localVarTransferCache = true;
|
|
8357
|
+
}
|
|
8358
|
+
// to determine the Content-Type header
|
|
8359
|
+
const consumes = [
|
|
8360
|
+
'application/json'
|
|
8361
|
+
];
|
|
8362
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8363
|
+
if (httpContentTypeSelected !== undefined) {
|
|
8364
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
8365
|
+
}
|
|
8366
|
+
let responseType_ = 'json';
|
|
8367
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
8368
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
8369
|
+
responseType_ = 'text';
|
|
8370
|
+
}
|
|
8371
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
8372
|
+
responseType_ = 'json';
|
|
8373
|
+
}
|
|
8374
|
+
else {
|
|
8375
|
+
responseType_ = 'blob';
|
|
8376
|
+
}
|
|
8377
|
+
}
|
|
8378
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/list`;
|
|
8379
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
8380
|
+
context: localVarHttpContext,
|
|
8381
|
+
body: requestBody,
|
|
8382
|
+
responseType: responseType_,
|
|
8383
|
+
withCredentials: this.configuration.withCredentials,
|
|
8384
|
+
headers: localVarHeaders,
|
|
8385
|
+
observe: observe,
|
|
8386
|
+
transferCache: localVarTransferCache,
|
|
8387
|
+
reportProgress: reportProgress
|
|
8388
|
+
});
|
|
8389
|
+
}
|
|
8139
8390
|
loadCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8140
8391
|
const experimentKey = requestParameters?.experimentKey;
|
|
8141
8392
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8142
8393
|
throw new Error('Required parameter experimentKey was null or undefined when calling loadCustomTracks.');
|
|
8143
8394
|
}
|
|
8144
|
-
const
|
|
8395
|
+
const trackListCustomStudio = requestParameters?.trackListCustomStudio;
|
|
8145
8396
|
let localVarHeaders = this.defaultHeaders;
|
|
8146
8397
|
let localVarCredential;
|
|
8147
8398
|
// authentication (ApiKeyAuth) required
|
|
@@ -8191,7 +8442,7 @@ class TripsService {
|
|
|
8191
8442
|
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/tracks/custom`;
|
|
8192
8443
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
8193
8444
|
context: localVarHttpContext,
|
|
8194
|
-
body:
|
|
8445
|
+
body: trackListCustomStudio,
|
|
8195
8446
|
responseType: responseType_,
|
|
8196
8447
|
withCredentials: this.configuration.withCredentials,
|
|
8197
8448
|
headers: localVarHeaders,
|
|
@@ -8648,7 +8899,7 @@ class TripsService {
|
|
|
8648
8899
|
responseType_ = 'blob';
|
|
8649
8900
|
}
|
|
8650
8901
|
}
|
|
8651
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "
|
|
8902
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "TrackTypeStudio", dataFormat: undefined })}`;
|
|
8652
8903
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
8653
8904
|
context: localVarHttpContext,
|
|
8654
8905
|
body: tableTripFilterListStudio,
|
|
@@ -8748,14 +8999,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
8748
8999
|
/**
|
|
8749
9000
|
* VRt.Studio [ST]
|
|
8750
9001
|
*
|
|
8751
|
-
* The version of the OpenAPI document: 7.
|
|
9002
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
8752
9003
|
* Contact: servicedesk@veeroute.com
|
|
8753
9004
|
*
|
|
8754
9005
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8755
9006
|
* Do not edit the class manually.
|
|
8756
9007
|
*/
|
|
8757
9008
|
/* tslint:disable:no-unused-variable member-ordering */
|
|
8758
|
-
class
|
|
9009
|
+
class UserService {
|
|
8759
9010
|
httpClient;
|
|
8760
9011
|
basePath = 'https://api.edge7.veeroute.cloud';
|
|
8761
9012
|
defaultHeaders = new HttpHeaders();
|
|
@@ -9171,10 +9422,10 @@ class UserSettingsService {
|
|
|
9171
9422
|
reportProgress: reportProgress
|
|
9172
9423
|
});
|
|
9173
9424
|
}
|
|
9174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type:
|
|
9175
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type:
|
|
9425
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9426
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
9176
9427
|
}
|
|
9177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type:
|
|
9428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, decorators: [{
|
|
9178
9429
|
type: Injectable,
|
|
9179
9430
|
args: [{
|
|
9180
9431
|
providedIn: 'root'
|
|
@@ -9188,12 +9439,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
9188
9439
|
type: Optional
|
|
9189
9440
|
}] }] });
|
|
9190
9441
|
|
|
9191
|
-
const APIS = [BackupsService, CustomFieldsService, CustomIconsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService,
|
|
9442
|
+
const APIS = [BackupsService, CustomFieldsService, CustomIconsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService, UserService];
|
|
9192
9443
|
|
|
9193
9444
|
/**
|
|
9194
9445
|
* VRt.Studio [ST]
|
|
9195
9446
|
*
|
|
9196
|
-
* The version of the OpenAPI document: 7.
|
|
9447
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9197
9448
|
* Contact: servicedesk@veeroute.com
|
|
9198
9449
|
*
|
|
9199
9450
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9203,7 +9454,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
9203
9454
|
/**
|
|
9204
9455
|
* VRt.Studio [ST]
|
|
9205
9456
|
*
|
|
9206
|
-
* The version of the OpenAPI document: 7.
|
|
9457
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9207
9458
|
* Contact: servicedesk@veeroute.com
|
|
9208
9459
|
*
|
|
9209
9460
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9213,7 +9464,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
9213
9464
|
/**
|
|
9214
9465
|
* VRt.Studio [ST]
|
|
9215
9466
|
*
|
|
9216
|
-
* The version of the OpenAPI document: 7.
|
|
9467
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9217
9468
|
* Contact: servicedesk@veeroute.com
|
|
9218
9469
|
*
|
|
9219
9470
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9232,7 +9483,7 @@ var BasicProcessStudio;
|
|
|
9232
9483
|
/**
|
|
9233
9484
|
* VRt.Studio [ST]
|
|
9234
9485
|
*
|
|
9235
|
-
* The version of the OpenAPI document: 7.
|
|
9486
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9236
9487
|
* Contact: servicedesk@veeroute.com
|
|
9237
9488
|
*
|
|
9238
9489
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9252,36 +9503,7 @@ var BasicStateStudio;
|
|
|
9252
9503
|
/**
|
|
9253
9504
|
* VRt.Studio [ST]
|
|
9254
9505
|
*
|
|
9255
|
-
* The version of the OpenAPI document: 7.
|
|
9256
|
-
* Contact: servicedesk@veeroute.com
|
|
9257
|
-
*
|
|
9258
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9259
|
-
* Do not edit the class manually.
|
|
9260
|
-
*/
|
|
9261
|
-
|
|
9262
|
-
/**
|
|
9263
|
-
* VRt.Studio [ST]
|
|
9264
|
-
*
|
|
9265
|
-
* The version of the OpenAPI document: 7.17.2697
|
|
9266
|
-
* Contact: servicedesk@veeroute.com
|
|
9267
|
-
*
|
|
9268
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9269
|
-
* Do not edit the class manually.
|
|
9270
|
-
*/
|
|
9271
|
-
/**
|
|
9272
|
-
* Track type: * `LINE` - connecting stop points in a straight line * `ROAD` - connecting stop points along roads * `CUSTOM` - externally loaded custom tracks
|
|
9273
|
-
*/
|
|
9274
|
-
var BasicTracksTypeStudio;
|
|
9275
|
-
(function (BasicTracksTypeStudio) {
|
|
9276
|
-
BasicTracksTypeStudio["LINE"] = "LINE";
|
|
9277
|
-
BasicTracksTypeStudio["ROAD"] = "ROAD";
|
|
9278
|
-
BasicTracksTypeStudio["CUSTOM"] = "CUSTOM";
|
|
9279
|
-
})(BasicTracksTypeStudio || (BasicTracksTypeStudio = {}));
|
|
9280
|
-
|
|
9281
|
-
/**
|
|
9282
|
-
* VRt.Studio [ST]
|
|
9283
|
-
*
|
|
9284
|
-
* The version of the OpenAPI document: 7.17.2697
|
|
9506
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9285
9507
|
* Contact: servicedesk@veeroute.com
|
|
9286
9508
|
*
|
|
9287
9509
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9298,7 +9520,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
9298
9520
|
/**
|
|
9299
9521
|
* VRt.Studio [ST]
|
|
9300
9522
|
*
|
|
9301
|
-
* The version of the OpenAPI document: 7.
|
|
9523
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9302
9524
|
* Contact: servicedesk@veeroute.com
|
|
9303
9525
|
*
|
|
9304
9526
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9308,7 +9530,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
9308
9530
|
/**
|
|
9309
9531
|
* VRt.Studio [ST]
|
|
9310
9532
|
*
|
|
9311
|
-
* The version of the OpenAPI document: 7.
|
|
9533
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9312
9534
|
* Contact: servicedesk@veeroute.com
|
|
9313
9535
|
*
|
|
9314
9536
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9318,7 +9540,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
9318
9540
|
/**
|
|
9319
9541
|
* VRt.Studio [ST]
|
|
9320
9542
|
*
|
|
9321
|
-
* The version of the OpenAPI document: 7.
|
|
9543
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9322
9544
|
* Contact: servicedesk@veeroute.com
|
|
9323
9545
|
*
|
|
9324
9546
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9342,7 +9564,7 @@ var CalculationStatusStudio;
|
|
|
9342
9564
|
/**
|
|
9343
9565
|
* VRt.Studio [ST]
|
|
9344
9566
|
*
|
|
9345
|
-
* The version of the OpenAPI document: 7.
|
|
9567
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9346
9568
|
* Contact: servicedesk@veeroute.com
|
|
9347
9569
|
*
|
|
9348
9570
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9352,7 +9574,7 @@ var CalculationStatusStudio;
|
|
|
9352
9574
|
/**
|
|
9353
9575
|
* VRt.Studio [ST]
|
|
9354
9576
|
*
|
|
9355
|
-
* The version of the OpenAPI document: 7.
|
|
9577
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9356
9578
|
* Contact: servicedesk@veeroute.com
|
|
9357
9579
|
*
|
|
9358
9580
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9362,7 +9584,7 @@ var CalculationStatusStudio;
|
|
|
9362
9584
|
/**
|
|
9363
9585
|
* VRt.Studio [ST]
|
|
9364
9586
|
*
|
|
9365
|
-
* The version of the OpenAPI document: 7.
|
|
9587
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9366
9588
|
* Contact: servicedesk@veeroute.com
|
|
9367
9589
|
*
|
|
9368
9590
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9372,7 +9594,7 @@ var CalculationStatusStudio;
|
|
|
9372
9594
|
/**
|
|
9373
9595
|
* VRt.Studio [ST]
|
|
9374
9596
|
*
|
|
9375
|
-
* The version of the OpenAPI document: 7.
|
|
9597
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9376
9598
|
* Contact: servicedesk@veeroute.com
|
|
9377
9599
|
*
|
|
9378
9600
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9382,7 +9604,7 @@ var CalculationStatusStudio;
|
|
|
9382
9604
|
/**
|
|
9383
9605
|
* VRt.Studio [ST]
|
|
9384
9606
|
*
|
|
9385
|
-
* The version of the OpenAPI document: 7.
|
|
9607
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9386
9608
|
* Contact: servicedesk@veeroute.com
|
|
9387
9609
|
*
|
|
9388
9610
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9392,7 +9614,7 @@ var CalculationStatusStudio;
|
|
|
9392
9614
|
/**
|
|
9393
9615
|
* VRt.Studio [ST]
|
|
9394
9616
|
*
|
|
9395
|
-
* The version of the OpenAPI document: 7.
|
|
9617
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9396
9618
|
* Contact: servicedesk@veeroute.com
|
|
9397
9619
|
*
|
|
9398
9620
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9402,7 +9624,7 @@ var CalculationStatusStudio;
|
|
|
9402
9624
|
/**
|
|
9403
9625
|
* VRt.Studio [ST]
|
|
9404
9626
|
*
|
|
9405
|
-
* The version of the OpenAPI document: 7.
|
|
9627
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9406
9628
|
* Contact: servicedesk@veeroute.com
|
|
9407
9629
|
*
|
|
9408
9630
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9412,7 +9634,7 @@ var CalculationStatusStudio;
|
|
|
9412
9634
|
/**
|
|
9413
9635
|
* VRt.Studio [ST]
|
|
9414
9636
|
*
|
|
9415
|
-
* The version of the OpenAPI document: 7.
|
|
9637
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9416
9638
|
* Contact: servicedesk@veeroute.com
|
|
9417
9639
|
*
|
|
9418
9640
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9430,7 +9652,7 @@ var CargoActionTypeStudio;
|
|
|
9430
9652
|
/**
|
|
9431
9653
|
* VRt.Studio [ST]
|
|
9432
9654
|
*
|
|
9433
|
-
* The version of the OpenAPI document: 7.
|
|
9655
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9434
9656
|
* Contact: servicedesk@veeroute.com
|
|
9435
9657
|
*
|
|
9436
9658
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9450,7 +9672,7 @@ var CargoRotationTypeStudio;
|
|
|
9450
9672
|
/**
|
|
9451
9673
|
* VRt.Studio [ST]
|
|
9452
9674
|
*
|
|
9453
|
-
* The version of the OpenAPI document: 7.
|
|
9675
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9454
9676
|
* Contact: servicedesk@veeroute.com
|
|
9455
9677
|
*
|
|
9456
9678
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9460,7 +9682,7 @@ var CargoRotationTypeStudio;
|
|
|
9460
9682
|
/**
|
|
9461
9683
|
* VRt.Studio [ST]
|
|
9462
9684
|
*
|
|
9463
|
-
* The version of the OpenAPI document: 7.
|
|
9685
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9464
9686
|
* Contact: servicedesk@veeroute.com
|
|
9465
9687
|
*
|
|
9466
9688
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9470,7 +9692,7 @@ var CargoRotationTypeStudio;
|
|
|
9470
9692
|
/**
|
|
9471
9693
|
* VRt.Studio [ST]
|
|
9472
9694
|
*
|
|
9473
|
-
* The version of the OpenAPI document: 7.
|
|
9695
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9474
9696
|
* Contact: servicedesk@veeroute.com
|
|
9475
9697
|
*
|
|
9476
9698
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9497,7 +9719,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9497
9719
|
/**
|
|
9498
9720
|
* VRt.Studio [ST]
|
|
9499
9721
|
*
|
|
9500
|
-
* The version of the OpenAPI document: 7.
|
|
9722
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9501
9723
|
* Contact: servicedesk@veeroute.com
|
|
9502
9724
|
*
|
|
9503
9725
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9507,7 +9729,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9507
9729
|
/**
|
|
9508
9730
|
* VRt.Studio [ST]
|
|
9509
9731
|
*
|
|
9510
|
-
* The version of the OpenAPI document: 7.
|
|
9732
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9511
9733
|
* Contact: servicedesk@veeroute.com
|
|
9512
9734
|
*
|
|
9513
9735
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9528,7 +9750,7 @@ var DemandTypeStudio;
|
|
|
9528
9750
|
/**
|
|
9529
9751
|
* VRt.Studio [ST]
|
|
9530
9752
|
*
|
|
9531
|
-
* The version of the OpenAPI document: 7.
|
|
9753
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9532
9754
|
* Contact: servicedesk@veeroute.com
|
|
9533
9755
|
*
|
|
9534
9756
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9557,7 +9779,7 @@ var EntityErrorTypeStudio;
|
|
|
9557
9779
|
/**
|
|
9558
9780
|
* VRt.Studio [ST]
|
|
9559
9781
|
*
|
|
9560
|
-
* The version of the OpenAPI document: 7.
|
|
9782
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9561
9783
|
* Contact: servicedesk@veeroute.com
|
|
9562
9784
|
*
|
|
9563
9785
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9601,14 +9823,14 @@ var EntityTypeStudio;
|
|
|
9601
9823
|
/**
|
|
9602
9824
|
* VRt.Studio [ST]
|
|
9603
9825
|
*
|
|
9604
|
-
* The version of the OpenAPI document: 7.
|
|
9826
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9605
9827
|
* Contact: servicedesk@veeroute.com
|
|
9606
9828
|
*
|
|
9607
9829
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9608
9830
|
* Do not edit the class manually.
|
|
9609
9831
|
*/
|
|
9610
9832
|
/**
|
|
9611
|
-
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `
|
|
9833
|
+
* 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.
|
|
9612
9834
|
*/
|
|
9613
9835
|
var EntityWarningTypeStudio;
|
|
9614
9836
|
(function (EntityWarningTypeStudio) {
|
|
@@ -9630,7 +9852,6 @@ var EntityWarningTypeStudio;
|
|
|
9630
9852
|
EntityWarningTypeStudio["PERFORMER_SHIFTS_INTERSECTION_VIOLATION"] = "PERFORMER_SHIFTS_INTERSECTION_VIOLATION";
|
|
9631
9853
|
EntityWarningTypeStudio["TRANSPORT_SHIFTS_INTERSECTION_VIOLATION"] = "TRANSPORT_SHIFTS_INTERSECTION_VIOLATION";
|
|
9632
9854
|
EntityWarningTypeStudio["LOCATION_WINDOWS_INTERSECTION_VIOLATION"] = "LOCATION_WINDOWS_INTERSECTION_VIOLATION";
|
|
9633
|
-
EntityWarningTypeStudio["INVALID_LOCATION_DURATIONS"] = "INVALID_LOCATION_DURATIONS";
|
|
9634
9855
|
EntityWarningTypeStudio["NO_TRANSPORT_BOXES"] = "NO_TRANSPORT_BOXES";
|
|
9635
9856
|
EntityWarningTypeStudio["MAX_CAPACITY_VIOLATION"] = "MAX_CAPACITY_VIOLATION";
|
|
9636
9857
|
EntityWarningTypeStudio["MAX_BOXES_VIOLATION"] = "MAX_BOXES_VIOLATION";
|
|
@@ -9659,7 +9880,7 @@ var EntityWarningTypeStudio;
|
|
|
9659
9880
|
/**
|
|
9660
9881
|
* VRt.Studio [ST]
|
|
9661
9882
|
*
|
|
9662
|
-
* The version of the OpenAPI document: 7.
|
|
9883
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9663
9884
|
* Contact: servicedesk@veeroute.com
|
|
9664
9885
|
*
|
|
9665
9886
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9669,7 +9890,7 @@ var EntityWarningTypeStudio;
|
|
|
9669
9890
|
/**
|
|
9670
9891
|
* VRt.Studio [ST]
|
|
9671
9892
|
*
|
|
9672
|
-
* The version of the OpenAPI document: 7.
|
|
9893
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9673
9894
|
* Contact: servicedesk@veeroute.com
|
|
9674
9895
|
*
|
|
9675
9896
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9679,7 +9900,7 @@ var EntityWarningTypeStudio;
|
|
|
9679
9900
|
/**
|
|
9680
9901
|
* VRt.Studio [ST]
|
|
9681
9902
|
*
|
|
9682
|
-
* The version of the OpenAPI document: 7.
|
|
9903
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9683
9904
|
* Contact: servicedesk@veeroute.com
|
|
9684
9905
|
*
|
|
9685
9906
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9689,7 +9910,7 @@ var EntityWarningTypeStudio;
|
|
|
9689
9910
|
/**
|
|
9690
9911
|
* VRt.Studio [ST]
|
|
9691
9912
|
*
|
|
9692
|
-
* The version of the OpenAPI document: 7.
|
|
9913
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9693
9914
|
* Contact: servicedesk@veeroute.com
|
|
9694
9915
|
*
|
|
9695
9916
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9709,17 +9930,29 @@ var FactTypeStudio;
|
|
|
9709
9930
|
/**
|
|
9710
9931
|
* VRt.Studio [ST]
|
|
9711
9932
|
*
|
|
9712
|
-
* The version of the OpenAPI document: 7.
|
|
9933
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9713
9934
|
* Contact: servicedesk@veeroute.com
|
|
9714
9935
|
*
|
|
9715
9936
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9716
9937
|
* Do not edit the class manually.
|
|
9717
9938
|
*/
|
|
9939
|
+
/**
|
|
9940
|
+
* The name of the column in the table with folders.
|
|
9941
|
+
*/
|
|
9942
|
+
var FilesystemColumnTypeStudio;
|
|
9943
|
+
(function (FilesystemColumnTypeStudio) {
|
|
9944
|
+
FilesystemColumnTypeStudio["NAME"] = "NAME";
|
|
9945
|
+
FilesystemColumnTypeStudio["OWNER_COMPANY_KEY"] = "OWNER_COMPANY_KEY";
|
|
9946
|
+
FilesystemColumnTypeStudio["OWNER_USERNAME"] = "OWNER_USERNAME";
|
|
9947
|
+
FilesystemColumnTypeStudio["CREATION_DATE"] = "CREATION_DATE";
|
|
9948
|
+
FilesystemColumnTypeStudio["FOLDERS_COUNT"] = "FOLDERS_COUNT";
|
|
9949
|
+
FilesystemColumnTypeStudio["FILES_COUNT"] = "FILES_COUNT";
|
|
9950
|
+
})(FilesystemColumnTypeStudio || (FilesystemColumnTypeStudio = {}));
|
|
9718
9951
|
|
|
9719
9952
|
/**
|
|
9720
9953
|
* VRt.Studio [ST]
|
|
9721
9954
|
*
|
|
9722
|
-
* The version of the OpenAPI document: 7.
|
|
9955
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9723
9956
|
* Contact: servicedesk@veeroute.com
|
|
9724
9957
|
*
|
|
9725
9958
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9729,7 +9962,7 @@ var FactTypeStudio;
|
|
|
9729
9962
|
/**
|
|
9730
9963
|
* VRt.Studio [ST]
|
|
9731
9964
|
*
|
|
9732
|
-
* The version of the OpenAPI document: 7.
|
|
9965
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9733
9966
|
* Contact: servicedesk@veeroute.com
|
|
9734
9967
|
*
|
|
9735
9968
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9747,7 +9980,7 @@ var FolderTypeStudio;
|
|
|
9747
9980
|
/**
|
|
9748
9981
|
* VRt.Studio [ST]
|
|
9749
9982
|
*
|
|
9750
|
-
* The version of the OpenAPI document: 7.
|
|
9983
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9751
9984
|
* Contact: servicedesk@veeroute.com
|
|
9752
9985
|
*
|
|
9753
9986
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9757,7 +9990,7 @@ var FolderTypeStudio;
|
|
|
9757
9990
|
/**
|
|
9758
9991
|
* VRt.Studio [ST]
|
|
9759
9992
|
*
|
|
9760
|
-
* The version of the OpenAPI document: 7.
|
|
9993
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9761
9994
|
* Contact: servicedesk@veeroute.com
|
|
9762
9995
|
*
|
|
9763
9996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9776,7 +10009,7 @@ var HardlinkElementTypeStudio;
|
|
|
9776
10009
|
/**
|
|
9777
10010
|
* VRt.Studio [ST]
|
|
9778
10011
|
*
|
|
9779
|
-
* The version of the OpenAPI document: 7.
|
|
10012
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9780
10013
|
* Contact: servicedesk@veeroute.com
|
|
9781
10014
|
*
|
|
9782
10015
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9794,7 +10027,7 @@ var ImportSampleStudio;
|
|
|
9794
10027
|
/**
|
|
9795
10028
|
* VRt.Studio [ST]
|
|
9796
10029
|
*
|
|
9797
|
-
* The version of the OpenAPI document: 7.
|
|
10030
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9798
10031
|
* Contact: servicedesk@veeroute.com
|
|
9799
10032
|
*
|
|
9800
10033
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9812,7 +10045,7 @@ var ImportSourceStudio;
|
|
|
9812
10045
|
/**
|
|
9813
10046
|
* VRt.Studio [ST]
|
|
9814
10047
|
*
|
|
9815
|
-
* The version of the OpenAPI document: 7.
|
|
10048
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9816
10049
|
* Contact: servicedesk@veeroute.com
|
|
9817
10050
|
*
|
|
9818
10051
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9828,13 +10061,14 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9828
10061
|
LinkedEssenceStudioEssenceTypeEnum["HARDLINK"] = "HARDLINK";
|
|
9829
10062
|
LinkedEssenceStudioEssenceTypeEnum["TRIP"] = "TRIP";
|
|
9830
10063
|
LinkedEssenceStudioEssenceTypeEnum["FACT"] = "FACT";
|
|
10064
|
+
LinkedEssenceStudioEssenceTypeEnum["CREW"] = "CREW";
|
|
9831
10065
|
})(LinkedEssenceStudioEssenceTypeEnum || (LinkedEssenceStudioEssenceTypeEnum = {}));
|
|
9832
10066
|
;
|
|
9833
10067
|
|
|
9834
10068
|
/**
|
|
9835
10069
|
* VRt.Studio [ST]
|
|
9836
10070
|
*
|
|
9837
|
-
* The version of the OpenAPI document: 7.
|
|
10071
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9838
10072
|
* Contact: servicedesk@veeroute.com
|
|
9839
10073
|
*
|
|
9840
10074
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9844,7 +10078,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9844
10078
|
/**
|
|
9845
10079
|
* VRt.Studio [ST]
|
|
9846
10080
|
*
|
|
9847
|
-
* The version of the OpenAPI document: 7.
|
|
10081
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9848
10082
|
* Contact: servicedesk@veeroute.com
|
|
9849
10083
|
*
|
|
9850
10084
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9854,7 +10088,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9854
10088
|
/**
|
|
9855
10089
|
* VRt.Studio [ST]
|
|
9856
10090
|
*
|
|
9857
|
-
* The version of the OpenAPI document: 7.
|
|
10091
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9858
10092
|
* Contact: servicedesk@veeroute.com
|
|
9859
10093
|
*
|
|
9860
10094
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9864,7 +10098,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9864
10098
|
/**
|
|
9865
10099
|
* VRt.Studio [ST]
|
|
9866
10100
|
*
|
|
9867
|
-
* The version of the OpenAPI document: 7.
|
|
10101
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9868
10102
|
* Contact: servicedesk@veeroute.com
|
|
9869
10103
|
*
|
|
9870
10104
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9874,7 +10108,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9874
10108
|
/**
|
|
9875
10109
|
* VRt.Studio [ST]
|
|
9876
10110
|
*
|
|
9877
|
-
* The version of the OpenAPI document: 7.
|
|
10111
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9878
10112
|
* Contact: servicedesk@veeroute.com
|
|
9879
10113
|
*
|
|
9880
10114
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9884,7 +10118,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9884
10118
|
/**
|
|
9885
10119
|
* VRt.Studio [ST]
|
|
9886
10120
|
*
|
|
9887
|
-
* The version of the OpenAPI document: 7.
|
|
10121
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9888
10122
|
* Contact: servicedesk@veeroute.com
|
|
9889
10123
|
*
|
|
9890
10124
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9894,7 +10128,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9894
10128
|
/**
|
|
9895
10129
|
* VRt.Studio [ST]
|
|
9896
10130
|
*
|
|
9897
|
-
* The version of the OpenAPI document: 7.
|
|
10131
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9898
10132
|
* Contact: servicedesk@veeroute.com
|
|
9899
10133
|
*
|
|
9900
10134
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9904,7 +10138,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9904
10138
|
/**
|
|
9905
10139
|
* VRt.Studio [ST]
|
|
9906
10140
|
*
|
|
9907
|
-
* The version of the OpenAPI document: 7.
|
|
10141
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9908
10142
|
* Contact: servicedesk@veeroute.com
|
|
9909
10143
|
*
|
|
9910
10144
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9914,7 +10148,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9914
10148
|
/**
|
|
9915
10149
|
* VRt.Studio [ST]
|
|
9916
10150
|
*
|
|
9917
|
-
* The version of the OpenAPI document: 7.
|
|
10151
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9918
10152
|
* Contact: servicedesk@veeroute.com
|
|
9919
10153
|
*
|
|
9920
10154
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9938,7 +10172,7 @@ var ServiceStudio;
|
|
|
9938
10172
|
/**
|
|
9939
10173
|
* VRt.Studio [ST]
|
|
9940
10174
|
*
|
|
9941
|
-
* The version of the OpenAPI document: 7.
|
|
10175
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9942
10176
|
* Contact: servicedesk@veeroute.com
|
|
9943
10177
|
*
|
|
9944
10178
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9948,7 +10182,7 @@ var ServiceStudio;
|
|
|
9948
10182
|
/**
|
|
9949
10183
|
* VRt.Studio [ST]
|
|
9950
10184
|
*
|
|
9951
|
-
* The version of the OpenAPI document: 7.
|
|
10185
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9952
10186
|
* Contact: servicedesk@veeroute.com
|
|
9953
10187
|
*
|
|
9954
10188
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9994,7 +10228,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9994
10228
|
/**
|
|
9995
10229
|
* VRt.Studio [ST]
|
|
9996
10230
|
*
|
|
9997
|
-
* The version of the OpenAPI document: 7.
|
|
10231
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
9998
10232
|
* Contact: servicedesk@veeroute.com
|
|
9999
10233
|
*
|
|
10000
10234
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10004,7 +10238,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
10004
10238
|
/**
|
|
10005
10239
|
* VRt.Studio [ST]
|
|
10006
10240
|
*
|
|
10007
|
-
* The version of the OpenAPI document: 7.
|
|
10241
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10008
10242
|
* Contact: servicedesk@veeroute.com
|
|
10009
10243
|
*
|
|
10010
10244
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10014,7 +10248,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
10014
10248
|
/**
|
|
10015
10249
|
* VRt.Studio [ST]
|
|
10016
10250
|
*
|
|
10017
|
-
* The version of the OpenAPI document: 7.
|
|
10251
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10018
10252
|
* Contact: servicedesk@veeroute.com
|
|
10019
10253
|
*
|
|
10020
10254
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10035,7 +10269,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
10035
10269
|
/**
|
|
10036
10270
|
* VRt.Studio [ST]
|
|
10037
10271
|
*
|
|
10038
|
-
* The version of the OpenAPI document: 7.
|
|
10272
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10039
10273
|
* Contact: servicedesk@veeroute.com
|
|
10040
10274
|
*
|
|
10041
10275
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10068,7 +10302,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10068
10302
|
/**
|
|
10069
10303
|
* VRt.Studio [ST]
|
|
10070
10304
|
*
|
|
10071
|
-
* The version of the OpenAPI document: 7.
|
|
10305
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10072
10306
|
* Contact: servicedesk@veeroute.com
|
|
10073
10307
|
*
|
|
10074
10308
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10078,7 +10312,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10078
10312
|
/**
|
|
10079
10313
|
* VRt.Studio [ST]
|
|
10080
10314
|
*
|
|
10081
|
-
* The version of the OpenAPI document: 7.
|
|
10315
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10082
10316
|
* Contact: servicedesk@veeroute.com
|
|
10083
10317
|
*
|
|
10084
10318
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10088,7 +10322,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10088
10322
|
/**
|
|
10089
10323
|
* VRt.Studio [ST]
|
|
10090
10324
|
*
|
|
10091
|
-
* The version of the OpenAPI document: 7.
|
|
10325
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10092
10326
|
* Contact: servicedesk@veeroute.com
|
|
10093
10327
|
*
|
|
10094
10328
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10098,7 +10332,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10098
10332
|
/**
|
|
10099
10333
|
* VRt.Studio [ST]
|
|
10100
10334
|
*
|
|
10101
|
-
* The version of the OpenAPI document: 7.
|
|
10335
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10102
10336
|
* Contact: servicedesk@veeroute.com
|
|
10103
10337
|
*
|
|
10104
10338
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10108,7 +10342,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10108
10342
|
/**
|
|
10109
10343
|
* VRt.Studio [ST]
|
|
10110
10344
|
*
|
|
10111
|
-
* The version of the OpenAPI document: 7.
|
|
10345
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10112
10346
|
* Contact: servicedesk@veeroute.com
|
|
10113
10347
|
*
|
|
10114
10348
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10118,7 +10352,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10118
10352
|
/**
|
|
10119
10353
|
* VRt.Studio [ST]
|
|
10120
10354
|
*
|
|
10121
|
-
* The version of the OpenAPI document: 7.
|
|
10355
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10122
10356
|
* Contact: servicedesk@veeroute.com
|
|
10123
10357
|
*
|
|
10124
10358
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10128,7 +10362,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10128
10362
|
/**
|
|
10129
10363
|
* VRt.Studio [ST]
|
|
10130
10364
|
*
|
|
10131
|
-
* The version of the OpenAPI document: 7.
|
|
10365
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10132
10366
|
* Contact: servicedesk@veeroute.com
|
|
10133
10367
|
*
|
|
10134
10368
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10138,7 +10372,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10138
10372
|
/**
|
|
10139
10373
|
* VRt.Studio [ST]
|
|
10140
10374
|
*
|
|
10141
|
-
* The version of the OpenAPI document: 7.
|
|
10375
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10142
10376
|
* Contact: servicedesk@veeroute.com
|
|
10143
10377
|
*
|
|
10144
10378
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10148,7 +10382,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
10148
10382
|
/**
|
|
10149
10383
|
* VRt.Studio [ST]
|
|
10150
10384
|
*
|
|
10151
|
-
* The version of the OpenAPI document: 7.
|
|
10385
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10152
10386
|
* Contact: servicedesk@veeroute.com
|
|
10153
10387
|
*
|
|
10154
10388
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10172,7 +10406,7 @@ var TableFilterTypeStudio;
|
|
|
10172
10406
|
/**
|
|
10173
10407
|
* VRt.Studio [ST]
|
|
10174
10408
|
*
|
|
10175
|
-
* The version of the OpenAPI document: 7.
|
|
10409
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10176
10410
|
* Contact: servicedesk@veeroute.com
|
|
10177
10411
|
*
|
|
10178
10412
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10203,7 +10437,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
10203
10437
|
/**
|
|
10204
10438
|
* VRt.Studio [ST]
|
|
10205
10439
|
*
|
|
10206
|
-
* The version of the OpenAPI document: 7.
|
|
10440
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10207
10441
|
* Contact: servicedesk@veeroute.com
|
|
10208
10442
|
*
|
|
10209
10443
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10213,7 +10447,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
10213
10447
|
/**
|
|
10214
10448
|
* VRt.Studio [ST]
|
|
10215
10449
|
*
|
|
10216
|
-
* The version of the OpenAPI document: 7.
|
|
10450
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10217
10451
|
* Contact: servicedesk@veeroute.com
|
|
10218
10452
|
*
|
|
10219
10453
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10243,7 +10477,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
10243
10477
|
/**
|
|
10244
10478
|
* VRt.Studio [ST]
|
|
10245
10479
|
*
|
|
10246
|
-
* The version of the OpenAPI document: 7.
|
|
10480
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10247
10481
|
* Contact: servicedesk@veeroute.com
|
|
10248
10482
|
*
|
|
10249
10483
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10299,7 +10533,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
10299
10533
|
/**
|
|
10300
10534
|
* VRt.Studio [ST]
|
|
10301
10535
|
*
|
|
10302
|
-
* The version of the OpenAPI document: 7.
|
|
10536
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10303
10537
|
* Contact: servicedesk@veeroute.com
|
|
10304
10538
|
*
|
|
10305
10539
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10336,7 +10570,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
10336
10570
|
/**
|
|
10337
10571
|
* VRt.Studio [ST]
|
|
10338
10572
|
*
|
|
10339
|
-
* The version of the OpenAPI document: 7.
|
|
10573
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10340
10574
|
* Contact: servicedesk@veeroute.com
|
|
10341
10575
|
*
|
|
10342
10576
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10373,7 +10607,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
10373
10607
|
/**
|
|
10374
10608
|
* VRt.Studio [ST]
|
|
10375
10609
|
*
|
|
10376
|
-
* The version of the OpenAPI document: 7.
|
|
10610
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10377
10611
|
* Contact: servicedesk@veeroute.com
|
|
10378
10612
|
*
|
|
10379
10613
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10430,7 +10664,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
10430
10664
|
/**
|
|
10431
10665
|
* VRt.Studio [ST]
|
|
10432
10666
|
*
|
|
10433
|
-
* The version of the OpenAPI document: 7.
|
|
10667
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10434
10668
|
* Contact: servicedesk@veeroute.com
|
|
10435
10669
|
*
|
|
10436
10670
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10470,7 +10704,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10470
10704
|
/**
|
|
10471
10705
|
* VRt.Studio [ST]
|
|
10472
10706
|
*
|
|
10473
|
-
* The version of the OpenAPI document: 7.
|
|
10707
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10474
10708
|
* Contact: servicedesk@veeroute.com
|
|
10475
10709
|
*
|
|
10476
10710
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10480,7 +10714,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10480
10714
|
/**
|
|
10481
10715
|
* VRt.Studio [ST]
|
|
10482
10716
|
*
|
|
10483
|
-
* The version of the OpenAPI document: 7.
|
|
10717
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10484
10718
|
* Contact: servicedesk@veeroute.com
|
|
10485
10719
|
*
|
|
10486
10720
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10490,7 +10724,36 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10490
10724
|
/**
|
|
10491
10725
|
* VRt.Studio [ST]
|
|
10492
10726
|
*
|
|
10493
|
-
* The version of the OpenAPI document: 7.
|
|
10727
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10728
|
+
* Contact: servicedesk@veeroute.com
|
|
10729
|
+
*
|
|
10730
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10731
|
+
* Do not edit the class manually.
|
|
10732
|
+
*/
|
|
10733
|
+
|
|
10734
|
+
/**
|
|
10735
|
+
* VRt.Studio [ST]
|
|
10736
|
+
*
|
|
10737
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10738
|
+
* Contact: servicedesk@veeroute.com
|
|
10739
|
+
*
|
|
10740
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10741
|
+
* Do not edit the class manually.
|
|
10742
|
+
*/
|
|
10743
|
+
/**
|
|
10744
|
+
* Track type: * `LINE` - connecting stop points in a straight line * `ROAD` - connecting stop points along roads * `CUSTOM` - externally loaded custom tracks
|
|
10745
|
+
*/
|
|
10746
|
+
var TrackTypeStudio;
|
|
10747
|
+
(function (TrackTypeStudio) {
|
|
10748
|
+
TrackTypeStudio["LINE"] = "LINE";
|
|
10749
|
+
TrackTypeStudio["ROAD"] = "ROAD";
|
|
10750
|
+
TrackTypeStudio["CUSTOM"] = "CUSTOM";
|
|
10751
|
+
})(TrackTypeStudio || (TrackTypeStudio = {}));
|
|
10752
|
+
|
|
10753
|
+
/**
|
|
10754
|
+
* VRt.Studio [ST]
|
|
10755
|
+
*
|
|
10756
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10494
10757
|
* Contact: servicedesk@veeroute.com
|
|
10495
10758
|
*
|
|
10496
10759
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10500,7 +10763,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10500
10763
|
/**
|
|
10501
10764
|
* VRt.Studio [ST]
|
|
10502
10765
|
*
|
|
10503
|
-
* The version of the OpenAPI document: 7.
|
|
10766
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10504
10767
|
* Contact: servicedesk@veeroute.com
|
|
10505
10768
|
*
|
|
10506
10769
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10510,7 +10773,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10510
10773
|
/**
|
|
10511
10774
|
* VRt.Studio [ST]
|
|
10512
10775
|
*
|
|
10513
|
-
* The version of the OpenAPI document: 7.
|
|
10776
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10514
10777
|
* Contact: servicedesk@veeroute.com
|
|
10515
10778
|
*
|
|
10516
10779
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10520,7 +10783,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10520
10783
|
/**
|
|
10521
10784
|
* VRt.Studio [ST]
|
|
10522
10785
|
*
|
|
10523
|
-
* The version of the OpenAPI document: 7.
|
|
10786
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10524
10787
|
* Contact: servicedesk@veeroute.com
|
|
10525
10788
|
*
|
|
10526
10789
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10552,7 +10815,7 @@ var TransportTypeStudio;
|
|
|
10552
10815
|
/**
|
|
10553
10816
|
* VRt.Studio [ST]
|
|
10554
10817
|
*
|
|
10555
|
-
* The version of the OpenAPI document: 7.
|
|
10818
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10556
10819
|
* Contact: servicedesk@veeroute.com
|
|
10557
10820
|
*
|
|
10558
10821
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10570,7 +10833,7 @@ var TripStartTimeStrategyStudio;
|
|
|
10570
10833
|
/**
|
|
10571
10834
|
* VRt.Studio [ST]
|
|
10572
10835
|
*
|
|
10573
|
-
* The version of the OpenAPI document: 7.
|
|
10836
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10574
10837
|
* Contact: servicedesk@veeroute.com
|
|
10575
10838
|
*
|
|
10576
10839
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10600,7 +10863,7 @@ var TripStateFlagStudio;
|
|
|
10600
10863
|
/**
|
|
10601
10864
|
* VRt.Studio [ST]
|
|
10602
10865
|
*
|
|
10603
|
-
* The version of the OpenAPI document: 7.
|
|
10866
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10604
10867
|
* Contact: servicedesk@veeroute.com
|
|
10605
10868
|
*
|
|
10606
10869
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10610,7 +10873,7 @@ var TripStateFlagStudio;
|
|
|
10610
10873
|
/**
|
|
10611
10874
|
* VRt.Studio [ST]
|
|
10612
10875
|
*
|
|
10613
|
-
* The version of the OpenAPI document: 7.
|
|
10876
|
+
* The version of the OpenAPI document: 7.19.2779
|
|
10614
10877
|
* Contact: servicedesk@veeroute.com
|
|
10615
10878
|
*
|
|
10616
10879
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10671,5 +10934,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
10671
10934
|
* Generated bundle index. Do not edit.
|
|
10672
10935
|
*/
|
|
10673
10936
|
|
|
10674
|
-
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio,
|
|
10937
|
+
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, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
10675
10938
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|