@veeroute/lss-studio-angular 7.27.3079 → 7.29.3120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/api/backupsServiceInterface.d.ts +3 -3
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +22 -22
- package/api/explorerServiceInterface.d.ts +5 -5
- package/api/externalRoutingServiceInterface.d.ts +5 -5
- package/api/factsService.d.ts +28 -28
- package/api/factsServiceInterface.d.ts +31 -30
- package/api/hardlinksService.d.ts +45 -23
- package/api/hardlinksServiceInterface.d.ts +36 -25
- package/api/locationsService.d.ts +39 -17
- package/api/locationsServiceInterface.d.ts +35 -24
- package/api/ordersService.d.ts +34 -34
- package/api/ordersServiceInterface.d.ts +36 -35
- package/api/performersService.d.ts +49 -27
- package/api/performersServiceInterface.d.ts +41 -30
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsService.d.ts +49 -27
- package/api/transportsServiceInterface.d.ts +41 -30
- package/api/tripsService.d.ts +68 -24
- package/api/tripsServiceInterface.d.ts +56 -30
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/cfg/process_types.json +154 -118
- package/cfg/table_settings.json +662 -0
- package/esm2022/api/backupsService.mjs +10 -10
- 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 +86 -86
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +18 -18
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +18 -18
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +73 -73
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +120 -67
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +113 -60
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +78 -78
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +125 -72
- 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 +125 -72
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +196 -81
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +2 -2
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- package/esm2022/model/actualizeSettings.mjs +2 -2
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/basicProcess.mjs +2 -2
- package/esm2022/model/basicState.mjs +2 -2
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +2 -2
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +2 -2
- package/esm2022/model/breakRules.mjs +1 -1
- package/esm2022/model/calculationHistoryElement.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityCost.mjs +2 -2
- package/esm2022/model/capacityLimit.mjs +2 -2
- package/esm2022/model/capacityMultiplier.mjs +2 -2
- package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
- package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
- package/esm2022/model/capacityStatisticsSum.mjs +2 -2
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +2 -2
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoRotationType.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/compatibilityPenalty.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +3 -2
- package/esm2022/model/customfieldsSettings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +2 -2
- package/esm2022/model/demandType.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentNeighbors.mjs +2 -2
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +2 -2
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factType.mjs +2 -2
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/fileNamePath.mjs +2 -2
- package/esm2022/model/fileSpecification.mjs +2 -2
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +2 -2
- package/esm2022/model/filesystemCounters.mjs +1 -1
- package/esm2022/model/filesystemPath.mjs +1 -1
- package/esm2022/model/folder.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -1
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general400.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/generalStatistics.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +1 -1
- package/esm2022/model/geopoint.mjs +2 -2
- package/esm2022/model/hardlink.mjs +1 -1
- package/esm2022/model/hardlinkElement.mjs +1 -1
- package/esm2022/model/hardlinkElementType.mjs +2 -2
- package/esm2022/model/importSample.mjs +2 -2
- package/esm2022/model/importSource.mjs +2 -2
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/loadStatistics.mjs +1 -1
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCargosLimit.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/locationLimit.mjs +1 -1
- package/esm2022/model/locationLimitStatistics.mjs +1 -1
- package/esm2022/model/locationStatistics.mjs +1 -1
- package/esm2022/model/locationTimetableElement.mjs +1 -1
- package/esm2022/model/locationTransportsLimit.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/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/timeWindowViolationDetail.mjs +2 -2
- package/esm2022/model/timeWindowViolations.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/track.mjs +1 -1
- package/esm2022/model/trackList.mjs +1 -1
- package/esm2022/model/trackListCustom.mjs +1 -1
- package/esm2022/model/trackType.mjs +2 -2
- package/esm2022/model/trackpoint.mjs +2 -2
- package/esm2022/model/translations.mjs +2 -2
- package/esm2022/model/transport.mjs +1 -1
- package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
- package/esm2022/model/transportCompatibilities.mjs +1 -1
- package/esm2022/model/transportLimits.mjs +1 -1
- package/esm2022/model/transportLoad.mjs +1 -1
- package/esm2022/model/transportShift.mjs +1 -1
- package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
- package/esm2022/model/transportTariff.mjs +1 -1
- package/esm2022/model/transportTariffConstraint.mjs +2 -2
- package/esm2022/model/transportType.mjs +2 -2
- package/esm2022/model/trip.mjs +1 -1
- package/esm2022/model/tripAssumptions.mjs +1 -1
- package/esm2022/model/tripExpectations.mjs +1 -1
- package/esm2022/model/tripPenalties.mjs +1 -1
- package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
- package/esm2022/model/tripState.mjs +1 -1
- package/esm2022/model/tripStateFlag.mjs +2 -2
- package/esm2022/model/tripStatistics.mjs +1 -1
- package/esm2022/model/tripStatus.mjs +2 -2
- package/esm2022/model/tripsSettings.mjs +1 -1
- package/esm2022/model/universalData.mjs +1 -1
- package/esm2022/model/unplannedItems.mjs +2 -2
- package/esm2022/model/versionResult.mjs +2 -2
- package/esm2022/model/webFact.mjs +1 -1
- package/esm2022/model/webHardlink.mjs +1 -1
- package/esm2022/model/webLocation.mjs +1 -1
- package/esm2022/model/webLocationGeopoint.mjs +1 -1
- package/esm2022/model/webLocationGeopointList.mjs +1 -1
- package/esm2022/model/webOrder.mjs +1 -1
- package/esm2022/model/webOrderGeopoint.mjs +1 -1
- package/esm2022/model/webOrderGeopointList.mjs +1 -1
- package/esm2022/model/webPerformer.mjs +1 -1
- package/esm2022/model/webPerformerGeopoint.mjs +1 -1
- package/esm2022/model/webPerformerGeopointList.mjs +1 -1
- package/esm2022/model/webTransport.mjs +1 -1
- package/esm2022/model/webTransportGeopoint.mjs +1 -1
- package/esm2022/model/webTransportGeopointList.mjs +1 -1
- package/esm2022/model/webTrip.mjs +1 -1
- package/esm2022/model/webTripChart.mjs +1 -1
- package/esm2022/model/webTripChartDemand.mjs +1 -1
- package/esm2022/model/webTripChartList.mjs +1 -1
- package/esm2022/model/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +1046 -718
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +1 -1
- package/model/assignedTransport.d.ts +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/basicProcess.d.ts +1 -1
- package/model/basicState.d.ts +1 -1
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/breakRules.d.ts +1 -1
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +2 -1
- package/model/customfieldsSettings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/experiment.d.ts +1 -1
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/extensionSettings.d.ts +1 -1
- package/model/fact.d.ts +1 -1
- package/model/factType.d.ts +1 -1
- package/model/featureLifetime.d.ts +1 -1
- package/model/fileNamePath.d.ts +1 -1
- package/model/fileSpecification.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +1 -1
- package/model/filesystemCounters.d.ts +1 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.d.ts +1 -1
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +2 -2
- package/model/general402.d.ts +2 -2
- package/model/general403.d.ts +2 -2
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +3 -3
- package/model/general500.d.ts +2 -2
- package/model/generalStatistics.d.ts +1 -1
- package/model/geoSettings.d.ts +1 -1
- package/model/geopoint.d.ts +1 -1
- package/model/hardlink.d.ts +1 -1
- package/model/hardlinkElement.d.ts +1 -1
- package/model/hardlinkElementType.d.ts +1 -1
- package/model/importSample.d.ts +1 -1
- package/model/importSource.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/loadStatistics.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCargosLimit.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/locationLimit.d.ts +1 -1
- package/model/locationLimitStatistics.d.ts +1 -1
- package/model/locationStatistics.d.ts +1 -1
- package/model/locationTimetableElement.d.ts +1 -1
- package/model/locationTransportsLimit.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerLimits.d.ts +1 -1
- package/model/performerShift.d.ts +1 -1
- package/model/performerTariff.d.ts +1 -1
- package/model/performerTariffConstraint.d.ts +1 -1
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/possibleEvent.d.ts +1 -1
- package/model/quality.d.ts +1 -1
- package/model/removedItems.d.ts +1 -1
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/rest.d.ts +1 -1
- package/model/restRules.d.ts +1 -1
- package/model/roundtripStatistics.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingMatrixWaypoint.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/settingsKeyList.d.ts +1 -1
- package/model/stopDemand.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableCustomfields.d.ts +1 -1
- package/model/tableCustomfieldsColumnType.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableExperimentColumnType.d.ts +1 -1
- package/model/tableFact.d.ts +3 -3
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +1 -1
- package/model/tableFactFilter.d.ts +1 -1
- package/model/tableFactFilterList.d.ts +1 -1
- package/model/tableFactList.d.ts +1 -1
- package/model/tableFactMetrics.d.ts +1 -1
- package/model/tableFactMetricsFilterList.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterDurationRange.d.ts +1 -1
- package/model/tableFilterEnumList.d.ts +1 -1
- package/model/tableFilterFloatRange.d.ts +1 -1
- package/model/tableFilterIntRange.d.ts +1 -1
- package/model/tableFilterStringList.d.ts +1 -1
- package/model/tableFilterStringSearch.d.ts +1 -1
- package/model/tableFilterType.d.ts +1 -1
- package/model/tableHardlink.d.ts +3 -3
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +1 -1
- package/model/tableHardlinkFilter.d.ts +1 -1
- package/model/tableHardlinkFilterList.d.ts +1 -1
- package/model/tableHardlinkList.d.ts +1 -1
- package/model/tableHardlinkMetrics.d.ts +1 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +3 -3
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +1 -1
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableLocationMetrics.d.ts +1 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +3 -3
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +1 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tableOrderMetrics.d.ts +1 -1
- package/model/tableOrderMetricsFilterList.d.ts +1 -1
- package/model/tablePerformer.d.ts +3 -3
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +1 -1
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tablePerformerMetrics.d.ts +1 -1
- package/model/tablePerformerMetricsFilterList.d.ts +1 -1
- package/model/tableTransport.d.ts +3 -3
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +1 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTransportMetrics.d.ts +1 -1
- package/model/tableTransportMetricsFilterList.d.ts +1 -1
- package/model/tableTrip.d.ts +3 -3
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +1 -1
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +3 -3
- package/model/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +3 -3
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +1 -1
- package/model/tableTripStopFilter.d.ts +1 -1
- package/model/tableTripStopFilterList.d.ts +1 -1
- package/model/tableTripStopList.d.ts +1 -1
- package/model/taskStatistics.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/track.d.ts +1 -1
- package/model/trackList.d.ts +1 -1
- package/model/trackListCustom.d.ts +1 -1
- package/model/trackType.d.ts +1 -1
- package/model/trackpoint.d.ts +1 -1
- package/model/translations.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCapacityMultiplier.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportSpeedMultiplier.d.ts +1 -1
- package/model/transportTariff.d.ts +1 -1
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +1 -1
- package/model/tripAssumptions.d.ts +1 -1
- package/model/tripExpectations.d.ts +1 -1
- package/model/tripPenalties.d.ts +1 -1
- package/model/tripStartTimeStrategy.d.ts +1 -1
- package/model/tripState.d.ts +1 -1
- package/model/tripStateFlag.d.ts +1 -1
- package/model/tripStatistics.d.ts +1 -1
- package/model/tripStatus.d.ts +1 -1
- package/model/tripsSettings.d.ts +1 -1
- package/model/universalData.d.ts +1 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/webFact.d.ts +1 -1
- package/model/webHardlink.d.ts +1 -1
- package/model/webLocation.d.ts +1 -1
- package/model/webLocationGeopoint.d.ts +1 -1
- package/model/webLocationGeopointList.d.ts +1 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripChart.d.ts +1 -1
- package/model/webTripChartDemand.d.ts +1 -1
- package/model/webTripChartList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
package/cfg/process_types.json
CHANGED
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"method": "PUT",
|
|
17
|
-
"uri": "/studio/explorer/{
|
|
17
|
+
"uri": "/studio/explorer/{target_folder_key}",
|
|
18
18
|
"operation_id": "update_folder",
|
|
19
19
|
"type": "TRACE"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"method": "DELETE",
|
|
23
|
-
"uri": "/studio/explorer/{
|
|
23
|
+
"uri": "/studio/explorer/{target_folder_key}",
|
|
24
24
|
"operation_id": "delete_folder",
|
|
25
25
|
"type": "TRACE"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"method": "GET",
|
|
29
|
-
"uri": "/studio/explorer/{
|
|
29
|
+
"uri": "/studio/explorer/{target_folder_key}/specification",
|
|
30
30
|
"operation_id": "read_folder_specification",
|
|
31
31
|
"type": "NOTRACE"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"method": "GET",
|
|
35
|
-
"uri": "/studio/explorer/{
|
|
35
|
+
"uri": "/studio/explorer/{target_folder_key}/path",
|
|
36
36
|
"operation_id": "read_folder_path",
|
|
37
37
|
"type": "NOTRACE"
|
|
38
38
|
},
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"method": "POST",
|
|
77
|
-
"uri": "/studio/backups/{
|
|
77
|
+
"uri": "/studio/backups/{target_folder_key}",
|
|
78
78
|
"operation_id": "create_backup",
|
|
79
79
|
"type": "TRACE"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"method": "PUT",
|
|
83
|
-
"uri": "/studio/backups/{
|
|
83
|
+
"uri": "/studio/backups/{target_folder_key}",
|
|
84
84
|
"operation_id": "restore_backup",
|
|
85
85
|
"type": "TRACE"
|
|
86
86
|
},
|
|
@@ -104,547 +104,583 @@
|
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"method": "GET",
|
|
107
|
-
"uri": "/studio/experiments/{
|
|
107
|
+
"uri": "/studio/experiments/{file_key}",
|
|
108
108
|
"operation_id": "read_experiment",
|
|
109
109
|
"type": "NOTRACE"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"method": "PUT",
|
|
113
|
-
"uri": "/studio/experiments/{
|
|
113
|
+
"uri": "/studio/experiments/{file_key}",
|
|
114
114
|
"operation_id": "update_experiment",
|
|
115
115
|
"type": "TRACE"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"method": "DELETE",
|
|
119
|
-
"uri": "/studio/experiments/{
|
|
119
|
+
"uri": "/studio/experiments/{file_key}",
|
|
120
120
|
"operation_id": "delete_experiment",
|
|
121
121
|
"type": "TRACE"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"method": "POST",
|
|
125
|
-
"uri": "/studio/experiments/{
|
|
125
|
+
"uri": "/studio/experiments/{file_key}/duplication",
|
|
126
126
|
"operation_id": "duplicate_experiment",
|
|
127
127
|
"type": "TRACE"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"method": "PUT",
|
|
131
|
-
"uri": "/studio/experiments/{
|
|
131
|
+
"uri": "/studio/experiments/{file_key}/settings",
|
|
132
132
|
"operation_id": "update_experiment_settings",
|
|
133
133
|
"type": "TRACE"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"method": "PUT",
|
|
137
|
-
"uri": "/studio/experiments/{
|
|
137
|
+
"uri": "/studio/experiments/{file_key}/indicators",
|
|
138
138
|
"operation_id": "update_experiment_indicators",
|
|
139
139
|
"type": "TRACE"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"method": "GET",
|
|
143
|
-
"uri": "/studio/experiments/{
|
|
143
|
+
"uri": "/studio/experiments/{file_key}/neighbors",
|
|
144
144
|
"operation_id": "read_experiment_neighbors",
|
|
145
145
|
"type": "NOTRACE"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"method": "GET",
|
|
149
|
-
"uri": "/studio/experiments/{
|
|
149
|
+
"uri": "/studio/experiments/{file_key}/path",
|
|
150
150
|
"operation_id": "read_experiment_path",
|
|
151
151
|
"type": "NOTRACE"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"method": "GET",
|
|
155
|
-
"uri": "/studio/experiments/{
|
|
155
|
+
"uri": "/studio/experiments/{file_key}/calculation-history",
|
|
156
156
|
"operation_id": "read_experiment_calculation_history",
|
|
157
157
|
"type": "NOTRACE"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"method": "POST",
|
|
161
|
-
"uri": "/studio/experiments/{
|
|
161
|
+
"uri": "/studio/experiments/{file_key}/calculation/{process_name}",
|
|
162
162
|
"operation_id": "run_experiment_calculation",
|
|
163
163
|
"type": "TRACE"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"method": "DELETE",
|
|
167
|
-
"uri": "/studio/experiments/{
|
|
167
|
+
"uri": "/studio/experiments/{file_key}/calculation/{process_name}",
|
|
168
168
|
"operation_id": "stop_experiment_calculation",
|
|
169
169
|
"type": "TRACE"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"method": "POST",
|
|
173
|
-
"uri": "/studio/experiments/{
|
|
173
|
+
"uri": "/studio/experiments/{file_key}/validation/{process_name}",
|
|
174
174
|
"operation_id": "run_experiment_validation",
|
|
175
175
|
"type": "TRACE"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"method": "POST",
|
|
179
|
-
"uri": "/studio/experiments/{
|
|
179
|
+
"uri": "/studio/experiments/{file_key}/refine/{process_name}",
|
|
180
180
|
"operation_id": "run_experiment_refine",
|
|
181
181
|
"type": "TRACE"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"method": "POST",
|
|
185
|
-
"uri": "/studio/experiments/{
|
|
185
|
+
"uri": "/studio/experiments/{file_key}/recalculate-tracks",
|
|
186
186
|
"operation_id": "run_experiment_recalculate_tracks",
|
|
187
187
|
"type": "TRACE"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"method": "POST",
|
|
191
|
-
"uri": "/studio/experiments/{
|
|
191
|
+
"uri": "/studio/experiments/{file_key}/recalculate-stats",
|
|
192
192
|
"operation_id": "run_experiment_recalculate_stats",
|
|
193
193
|
"type": "TRACE"
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"method": "POST",
|
|
197
|
-
"uri": "/studio/experiments/{
|
|
197
|
+
"uri": "/studio/experiments/{file_key}/import/xlsx",
|
|
198
198
|
"operation_id": "import_xlsx",
|
|
199
199
|
"type": "TRACE"
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
"method": "POST",
|
|
203
|
-
"uri": "/studio/experiments/{
|
|
203
|
+
"uri": "/studio/experiments/{file_key}/import/json",
|
|
204
204
|
"operation_id": "import_json",
|
|
205
205
|
"type": "TRACE"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"method": "POST",
|
|
209
|
-
"uri": "/studio/experiments/{
|
|
209
|
+
"uri": "/studio/experiments/{file_key}/import/json-url",
|
|
210
210
|
"operation_id": "import_json_url",
|
|
211
211
|
"type": "TRACE"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"method": "POST",
|
|
215
|
-
"uri": "/studio/experiments/{
|
|
215
|
+
"uri": "/studio/experiments/{file_key}/import/json-tracedata/{source}/{process_code}/{sample}",
|
|
216
216
|
"operation_id": "import_json_tracedata",
|
|
217
217
|
"type": "TRACE"
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
"method": "POST",
|
|
221
|
-
"uri": "/studio/experiments/{
|
|
221
|
+
"uri": "/studio/experiments/{file_key}/export/xlsx",
|
|
222
222
|
"operation_id": "export_xlsx",
|
|
223
223
|
"type": "TRACE"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
"method": "POST",
|
|
227
|
-
"uri": "/studio/experiments/{
|
|
227
|
+
"uri": "/studio/experiments/{file_key}/export/json",
|
|
228
228
|
"operation_id": "export_json",
|
|
229
229
|
"type": "TRACE"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"method": "POST",
|
|
233
|
-
"uri": "/studio/experiments/{
|
|
233
|
+
"uri": "/studio/experiments/{file_key}/locations",
|
|
234
234
|
"operation_id": "create_location",
|
|
235
235
|
"type": "TRACE"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"method": "PUT",
|
|
239
|
-
"uri": "/studio/experiments/{
|
|
239
|
+
"uri": "/studio/experiments/{file_key}/locations",
|
|
240
240
|
"operation_id": "update_location",
|
|
241
241
|
"type": "TRACE"
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"method": "GET",
|
|
245
|
-
"uri": "/studio/experiments/{
|
|
245
|
+
"uri": "/studio/experiments/{file_key}/locations/{essence_key}",
|
|
246
246
|
"operation_id": "read_location",
|
|
247
247
|
"type": "NOTRACE"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"method": "DELETE",
|
|
251
|
-
"uri": "/studio/experiments/{
|
|
251
|
+
"uri": "/studio/experiments/{file_key}/locations/{essence_key}",
|
|
252
252
|
"operation_id": "delete_location",
|
|
253
253
|
"type": "TRACE"
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"method": "POST",
|
|
257
|
-
"uri": "/studio/experiments/{
|
|
258
|
-
"operation_id": "
|
|
257
|
+
"uri": "/studio/experiments/{file_key}/locations/batch/table",
|
|
258
|
+
"operation_id": "read_locations_table",
|
|
259
259
|
"type": "NOTRACE"
|
|
260
260
|
},
|
|
261
|
+
{
|
|
262
|
+
"method": "DELETE",
|
|
263
|
+
"uri": "/studio/experiments/{file_key}/locations/batch/table",
|
|
264
|
+
"operation_id": "delete_locations_batch",
|
|
265
|
+
"type": "TRACE"
|
|
266
|
+
},
|
|
261
267
|
{
|
|
262
268
|
"method": "POST",
|
|
263
|
-
"uri": "/studio/experiments/{
|
|
269
|
+
"uri": "/studio/experiments/{file_key}/locations/batch/geopoints",
|
|
264
270
|
"operation_id": "read_locations_geopoints",
|
|
265
271
|
"type": "NOTRACE"
|
|
266
272
|
},
|
|
267
273
|
{
|
|
268
274
|
"method": "POST",
|
|
269
|
-
"uri": "/studio/experiments/{
|
|
275
|
+
"uri": "/studio/experiments/{file_key}/locations/batch/metrics",
|
|
270
276
|
"operation_id": "read_locations_metrics",
|
|
271
277
|
"type": "NOTRACE"
|
|
272
278
|
},
|
|
273
279
|
{
|
|
274
280
|
"method": "POST",
|
|
275
|
-
"uri": "/studio/experiments/{
|
|
281
|
+
"uri": "/studio/experiments/{file_key}/performers",
|
|
276
282
|
"operation_id": "create_performer",
|
|
277
283
|
"type": "TRACE"
|
|
278
284
|
},
|
|
279
285
|
{
|
|
280
286
|
"method": "PUT",
|
|
281
|
-
"uri": "/studio/experiments/{
|
|
287
|
+
"uri": "/studio/experiments/{file_key}/performers",
|
|
282
288
|
"operation_id": "update_performer",
|
|
283
289
|
"type": "TRACE"
|
|
284
290
|
},
|
|
285
291
|
{
|
|
286
292
|
"method": "GET",
|
|
287
|
-
"uri": "/studio/experiments/{
|
|
293
|
+
"uri": "/studio/experiments/{file_key}/performers/{essence_key}",
|
|
288
294
|
"operation_id": "read_performer",
|
|
289
295
|
"type": "NOTRACE"
|
|
290
296
|
},
|
|
291
297
|
{
|
|
292
298
|
"method": "DELETE",
|
|
293
|
-
"uri": "/studio/experiments/{
|
|
299
|
+
"uri": "/studio/experiments/{file_key}/performers/{essence_key}",
|
|
294
300
|
"operation_id": "delete_performer",
|
|
295
301
|
"type": "TRACE"
|
|
296
302
|
},
|
|
297
303
|
{
|
|
298
304
|
"method": "POST",
|
|
299
|
-
"uri": "/studio/experiments/{
|
|
300
|
-
"operation_id": "
|
|
305
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/table",
|
|
306
|
+
"operation_id": "read_performers_table",
|
|
301
307
|
"type": "NOTRACE"
|
|
302
308
|
},
|
|
309
|
+
{
|
|
310
|
+
"method": "DELETE",
|
|
311
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/table",
|
|
312
|
+
"operation_id": "delete_performers_batch",
|
|
313
|
+
"type": "TRACE"
|
|
314
|
+
},
|
|
303
315
|
{
|
|
304
316
|
"method": "PUT",
|
|
305
|
-
"uri": "/studio/experiments/{
|
|
306
|
-
"operation_id": "
|
|
317
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/ability",
|
|
318
|
+
"operation_id": "enable_performers_batch",
|
|
307
319
|
"type": "NOTRACE"
|
|
308
320
|
},
|
|
309
321
|
{
|
|
310
322
|
"method": "DELETE",
|
|
311
|
-
"uri": "/studio/experiments/{
|
|
312
|
-
"operation_id": "
|
|
323
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/ability",
|
|
324
|
+
"operation_id": "disable_performers_batch",
|
|
313
325
|
"type": "NOTRACE"
|
|
314
326
|
},
|
|
315
327
|
{
|
|
316
328
|
"method": "POST",
|
|
317
|
-
"uri": "/studio/experiments/{
|
|
329
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/geopoints",
|
|
318
330
|
"operation_id": "read_performers_geopoints",
|
|
319
331
|
"type": "NOTRACE"
|
|
320
332
|
},
|
|
321
333
|
{
|
|
322
334
|
"method": "POST",
|
|
323
|
-
"uri": "/studio/experiments/{
|
|
335
|
+
"uri": "/studio/experiments/{file_key}/performers/batch/metrics",
|
|
324
336
|
"operation_id": "read_performers_metrics",
|
|
325
337
|
"type": "NOTRACE"
|
|
326
338
|
},
|
|
327
339
|
{
|
|
328
340
|
"method": "POST",
|
|
329
|
-
"uri": "/studio/experiments/{
|
|
341
|
+
"uri": "/studio/experiments/{file_key}/transports",
|
|
330
342
|
"operation_id": "create_transport",
|
|
331
343
|
"type": "TRACE"
|
|
332
344
|
},
|
|
333
345
|
{
|
|
334
346
|
"method": "PUT",
|
|
335
|
-
"uri": "/studio/experiments/{
|
|
347
|
+
"uri": "/studio/experiments/{file_key}/transports",
|
|
336
348
|
"operation_id": "update_transport",
|
|
337
349
|
"type": "TRACE"
|
|
338
350
|
},
|
|
339
351
|
{
|
|
340
352
|
"method": "GET",
|
|
341
|
-
"uri": "/studio/experiments/{
|
|
353
|
+
"uri": "/studio/experiments/{file_key}/transports/{essence_key}",
|
|
342
354
|
"operation_id": "read_transport",
|
|
343
355
|
"type": "NOTRACE"
|
|
344
356
|
},
|
|
345
357
|
{
|
|
346
358
|
"method": "DELETE",
|
|
347
|
-
"uri": "/studio/experiments/{
|
|
359
|
+
"uri": "/studio/experiments/{file_key}/transports/{essence_key}",
|
|
348
360
|
"operation_id": "delete_transport",
|
|
349
361
|
"type": "TRACE"
|
|
350
362
|
},
|
|
351
363
|
{
|
|
352
364
|
"method": "POST",
|
|
353
|
-
"uri": "/studio/experiments/{
|
|
354
|
-
"operation_id": "
|
|
365
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/table",
|
|
366
|
+
"operation_id": "read_transports_table",
|
|
355
367
|
"type": "NOTRACE"
|
|
356
368
|
},
|
|
369
|
+
{
|
|
370
|
+
"method": "DELETE",
|
|
371
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/table",
|
|
372
|
+
"operation_id": "delete_transports_batch",
|
|
373
|
+
"type": "TRACE"
|
|
374
|
+
},
|
|
357
375
|
{
|
|
358
376
|
"method": "PUT",
|
|
359
|
-
"uri": "/studio/experiments/{
|
|
360
|
-
"operation_id": "
|
|
377
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/ability",
|
|
378
|
+
"operation_id": "enable_transports_batch",
|
|
361
379
|
"type": "NOTRACE"
|
|
362
380
|
},
|
|
363
381
|
{
|
|
364
382
|
"method": "DELETE",
|
|
365
|
-
"uri": "/studio/experiments/{
|
|
366
|
-
"operation_id": "
|
|
383
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/ability",
|
|
384
|
+
"operation_id": "disable_transports_batch",
|
|
367
385
|
"type": "NOTRACE"
|
|
368
386
|
},
|
|
369
387
|
{
|
|
370
388
|
"method": "POST",
|
|
371
|
-
"uri": "/studio/experiments/{
|
|
389
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/geopoints",
|
|
372
390
|
"operation_id": "read_transports_geopoints",
|
|
373
391
|
"type": "NOTRACE"
|
|
374
392
|
},
|
|
375
393
|
{
|
|
376
394
|
"method": "POST",
|
|
377
|
-
"uri": "/studio/experiments/{
|
|
395
|
+
"uri": "/studio/experiments/{file_key}/transports/batch/metrics",
|
|
378
396
|
"operation_id": "read_transports_metrics",
|
|
379
397
|
"type": "NOTRACE"
|
|
380
398
|
},
|
|
381
399
|
{
|
|
382
400
|
"method": "POST",
|
|
383
|
-
"uri": "/studio/experiments/{
|
|
401
|
+
"uri": "/studio/experiments/{file_key}/orders",
|
|
384
402
|
"operation_id": "create_order",
|
|
385
403
|
"type": "TRACE"
|
|
386
404
|
},
|
|
387
405
|
{
|
|
388
406
|
"method": "PUT",
|
|
389
|
-
"uri": "/studio/experiments/{
|
|
407
|
+
"uri": "/studio/experiments/{file_key}/orders",
|
|
390
408
|
"operation_id": "update_order",
|
|
391
409
|
"type": "TRACE"
|
|
392
410
|
},
|
|
393
411
|
{
|
|
394
412
|
"method": "GET",
|
|
395
|
-
"uri": "/studio/experiments/{
|
|
413
|
+
"uri": "/studio/experiments/{file_key}/orders/{essence_key}",
|
|
396
414
|
"operation_id": "read_order",
|
|
397
415
|
"type": "NOTRACE"
|
|
398
416
|
},
|
|
399
417
|
{
|
|
400
418
|
"method": "DELETE",
|
|
401
|
-
"uri": "/studio/experiments/{
|
|
419
|
+
"uri": "/studio/experiments/{file_key}/orders/{essence_key}",
|
|
402
420
|
"operation_id": "delete_order",
|
|
403
421
|
"type": "TRACE"
|
|
404
422
|
},
|
|
405
423
|
{
|
|
406
424
|
"method": "POST",
|
|
407
|
-
"uri": "/studio/experiments/{
|
|
408
|
-
"operation_id": "
|
|
425
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/table",
|
|
426
|
+
"operation_id": "read_orders_table",
|
|
409
427
|
"type": "NOTRACE"
|
|
410
428
|
},
|
|
411
429
|
{
|
|
412
430
|
"method": "DELETE",
|
|
413
|
-
"uri": "/studio/experiments/{
|
|
414
|
-
"operation_id": "
|
|
431
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/table",
|
|
432
|
+
"operation_id": "delete_orders_batch",
|
|
415
433
|
"type": "TRACE"
|
|
416
434
|
},
|
|
417
435
|
{
|
|
418
436
|
"method": "PUT",
|
|
419
|
-
"uri": "/studio/experiments/{
|
|
420
|
-
"operation_id": "
|
|
437
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/ability",
|
|
438
|
+
"operation_id": "enable_orders_batch",
|
|
421
439
|
"type": "NOTRACE"
|
|
422
440
|
},
|
|
423
441
|
{
|
|
424
442
|
"method": "DELETE",
|
|
425
|
-
"uri": "/studio/experiments/{
|
|
426
|
-
"operation_id": "
|
|
443
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/ability",
|
|
444
|
+
"operation_id": "disable_orders_batch",
|
|
427
445
|
"type": "NOTRACE"
|
|
428
446
|
},
|
|
429
447
|
{
|
|
430
448
|
"method": "POST",
|
|
431
|
-
"uri": "/studio/experiments/{
|
|
449
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/geopoints",
|
|
432
450
|
"operation_id": "read_orders_geopoints",
|
|
433
451
|
"type": "NOTRACE"
|
|
434
452
|
},
|
|
435
453
|
{
|
|
436
454
|
"method": "POST",
|
|
437
|
-
"uri": "/studio/experiments/{
|
|
455
|
+
"uri": "/studio/experiments/{file_key}/orders/batch/metrics",
|
|
438
456
|
"operation_id": "read_orders_metrics",
|
|
439
457
|
"type": "NOTRACE"
|
|
440
458
|
},
|
|
441
459
|
{
|
|
442
460
|
"method": "POST",
|
|
443
|
-
"uri": "/studio/experiments/{
|
|
461
|
+
"uri": "/studio/experiments/{file_key}/hardlinks",
|
|
444
462
|
"operation_id": "create_hardlink",
|
|
445
463
|
"type": "TRACE"
|
|
446
464
|
},
|
|
447
465
|
{
|
|
448
466
|
"method": "PUT",
|
|
449
|
-
"uri": "/studio/experiments/{
|
|
467
|
+
"uri": "/studio/experiments/{file_key}/hardlinks",
|
|
450
468
|
"operation_id": "update_hardlink",
|
|
451
469
|
"type": "TRACE"
|
|
452
470
|
},
|
|
453
471
|
{
|
|
454
472
|
"method": "GET",
|
|
455
|
-
"uri": "/studio/experiments/{
|
|
473
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/{essence_key}",
|
|
456
474
|
"operation_id": "read_hardlink",
|
|
457
475
|
"type": "NOTRACE"
|
|
458
476
|
},
|
|
459
477
|
{
|
|
460
478
|
"method": "DELETE",
|
|
461
|
-
"uri": "/studio/experiments/{
|
|
479
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/{essence_key}",
|
|
462
480
|
"operation_id": "delete_hardlink",
|
|
463
481
|
"type": "TRACE"
|
|
464
482
|
},
|
|
465
483
|
{
|
|
466
484
|
"method": "POST",
|
|
467
|
-
"uri": "/studio/experiments/{
|
|
468
|
-
"operation_id": "
|
|
485
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/batch/table",
|
|
486
|
+
"operation_id": "read_hardlinks_table",
|
|
469
487
|
"type": "NOTRACE"
|
|
470
488
|
},
|
|
489
|
+
{
|
|
490
|
+
"method": "DELETE",
|
|
491
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/batch/table",
|
|
492
|
+
"operation_id": "delete_hardlinks_batch",
|
|
493
|
+
"type": "TRACE"
|
|
494
|
+
},
|
|
471
495
|
{
|
|
472
496
|
"method": "PUT",
|
|
473
|
-
"uri": "/studio/experiments/{
|
|
474
|
-
"operation_id": "
|
|
497
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/batch/ability",
|
|
498
|
+
"operation_id": "enable_hardlinks_batch",
|
|
475
499
|
"type": "NOTRACE"
|
|
476
500
|
},
|
|
477
501
|
{
|
|
478
502
|
"method": "DELETE",
|
|
479
|
-
"uri": "/studio/experiments/{
|
|
480
|
-
"operation_id": "
|
|
503
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/batch/ability",
|
|
504
|
+
"operation_id": "disable_hardlinks_batch",
|
|
481
505
|
"type": "NOTRACE"
|
|
482
506
|
},
|
|
483
507
|
{
|
|
484
508
|
"method": "POST",
|
|
485
|
-
"uri": "/studio/experiments/{
|
|
509
|
+
"uri": "/studio/experiments/{file_key}/hardlinks/batch/metrics",
|
|
486
510
|
"operation_id": "read_hardlinks_metrics",
|
|
487
511
|
"type": "NOTRACE"
|
|
488
512
|
},
|
|
489
513
|
{
|
|
490
514
|
"method": "POST",
|
|
491
|
-
"uri": "/studio/experiments/{
|
|
515
|
+
"uri": "/studio/experiments/{file_key}/facts",
|
|
492
516
|
"operation_id": "create_fact",
|
|
493
517
|
"type": "TRACE"
|
|
494
518
|
},
|
|
495
519
|
{
|
|
496
520
|
"method": "PUT",
|
|
497
|
-
"uri": "/studio/experiments/{
|
|
521
|
+
"uri": "/studio/experiments/{file_key}/facts",
|
|
498
522
|
"operation_id": "update_fact",
|
|
499
523
|
"type": "TRACE"
|
|
500
524
|
},
|
|
501
525
|
{
|
|
502
526
|
"method": "GET",
|
|
503
|
-
"uri": "/studio/experiments/{
|
|
527
|
+
"uri": "/studio/experiments/{file_key}/facts/{essence_key}",
|
|
504
528
|
"operation_id": "read_fact",
|
|
505
529
|
"type": "NOTRACE"
|
|
506
530
|
},
|
|
507
531
|
{
|
|
508
532
|
"method": "DELETE",
|
|
509
|
-
"uri": "/studio/experiments/{
|
|
533
|
+
"uri": "/studio/experiments/{file_key}/facts/{essence_key}",
|
|
510
534
|
"operation_id": "delete_fact",
|
|
511
535
|
"type": "TRACE"
|
|
512
536
|
},
|
|
513
537
|
{
|
|
514
538
|
"method": "POST",
|
|
515
|
-
"uri": "/studio/experiments/{
|
|
516
|
-
"operation_id": "
|
|
539
|
+
"uri": "/studio/experiments/{file_key}/facts/batch/table",
|
|
540
|
+
"operation_id": "read_facts_table",
|
|
517
541
|
"type": "NOTRACE"
|
|
518
542
|
},
|
|
519
543
|
{
|
|
520
544
|
"method": "DELETE",
|
|
521
|
-
"uri": "/studio/experiments/{
|
|
522
|
-
"operation_id": "
|
|
545
|
+
"uri": "/studio/experiments/{file_key}/facts/batch/table",
|
|
546
|
+
"operation_id": "delete_facts_batch",
|
|
523
547
|
"type": "TRACE"
|
|
524
548
|
},
|
|
525
549
|
{
|
|
526
550
|
"method": "PUT",
|
|
527
|
-
"uri": "/studio/experiments/{
|
|
528
|
-
"operation_id": "
|
|
551
|
+
"uri": "/studio/experiments/{file_key}/facts/batch/ability",
|
|
552
|
+
"operation_id": "enable_facts_batch",
|
|
529
553
|
"type": "NOTRACE"
|
|
530
554
|
},
|
|
531
555
|
{
|
|
532
556
|
"method": "DELETE",
|
|
533
|
-
"uri": "/studio/experiments/{
|
|
534
|
-
"operation_id": "
|
|
557
|
+
"uri": "/studio/experiments/{file_key}/facts/batch/ability",
|
|
558
|
+
"operation_id": "disable_facts_batch",
|
|
535
559
|
"type": "NOTRACE"
|
|
536
560
|
},
|
|
537
561
|
{
|
|
538
562
|
"method": "POST",
|
|
539
|
-
"uri": "/studio/experiments/{
|
|
563
|
+
"uri": "/studio/experiments/{file_key}/facts/batch/metrics",
|
|
540
564
|
"operation_id": "read_facts_metrics",
|
|
541
565
|
"type": "NOTRACE"
|
|
542
566
|
},
|
|
543
567
|
{
|
|
544
568
|
"method": "POST",
|
|
545
|
-
"uri": "/studio/experiments/{
|
|
569
|
+
"uri": "/studio/experiments/{file_key}/externalrouting",
|
|
546
570
|
"operation_id": "create_externalrouting",
|
|
547
571
|
"type": "TRACE"
|
|
548
572
|
},
|
|
549
573
|
{
|
|
550
574
|
"method": "GET",
|
|
551
|
-
"uri": "/studio/experiments/{
|
|
575
|
+
"uri": "/studio/experiments/{file_key}/externalrouting",
|
|
552
576
|
"operation_id": "read_externalrouting",
|
|
553
577
|
"type": "NOTRACE"
|
|
554
578
|
},
|
|
555
579
|
{
|
|
556
580
|
"method": "PUT",
|
|
557
|
-
"uri": "/studio/experiments/{
|
|
581
|
+
"uri": "/studio/experiments/{file_key}/externalrouting",
|
|
558
582
|
"operation_id": "update_externalrouting",
|
|
559
583
|
"type": "TRACE"
|
|
560
584
|
},
|
|
561
585
|
{
|
|
562
586
|
"method": "DELETE",
|
|
563
|
-
"uri": "/studio/experiments/{
|
|
587
|
+
"uri": "/studio/experiments/{file_key}/externalrouting",
|
|
564
588
|
"operation_id": "delete_externalrouting",
|
|
565
589
|
"type": "TRACE"
|
|
566
590
|
},
|
|
567
591
|
{
|
|
568
592
|
"method": "POST",
|
|
569
|
-
"uri": "/studio/experiments/{
|
|
593
|
+
"uri": "/studio/experiments/{file_key}/trips",
|
|
570
594
|
"operation_id": "create_trip",
|
|
571
595
|
"type": "TRACE"
|
|
572
596
|
},
|
|
573
597
|
{
|
|
574
598
|
"method": "PUT",
|
|
575
|
-
"uri": "/studio/experiments/{
|
|
599
|
+
"uri": "/studio/experiments/{file_key}/trips",
|
|
576
600
|
"operation_id": "update_trip",
|
|
577
601
|
"type": "TRACE"
|
|
578
602
|
},
|
|
579
603
|
{
|
|
580
604
|
"method": "GET",
|
|
581
|
-
"uri": "/studio/experiments/{
|
|
605
|
+
"uri": "/studio/experiments/{file_key}/trips/{essence_key}",
|
|
582
606
|
"operation_id": "read_trip",
|
|
583
607
|
"type": "NOTRACE"
|
|
584
608
|
},
|
|
585
609
|
{
|
|
586
610
|
"method": "DELETE",
|
|
587
|
-
"uri": "/studio/experiments/{
|
|
611
|
+
"uri": "/studio/experiments/{file_key}/trips/{essence_key}",
|
|
588
612
|
"operation_id": "delete_trip",
|
|
589
613
|
"type": "TRACE"
|
|
590
614
|
},
|
|
591
615
|
{
|
|
592
616
|
"method": "POST",
|
|
593
|
-
"uri": "/studio/experiments/{
|
|
594
|
-
"operation_id": "
|
|
617
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/table",
|
|
618
|
+
"operation_id": "read_trips_table",
|
|
595
619
|
"type": "NOTRACE"
|
|
596
620
|
},
|
|
597
621
|
{
|
|
598
622
|
"method": "DELETE",
|
|
599
|
-
"uri": "/studio/experiments/{
|
|
623
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/table",
|
|
600
624
|
"operation_id": "delete_trips_batch",
|
|
601
625
|
"type": "TRACE"
|
|
602
626
|
},
|
|
603
627
|
{
|
|
604
628
|
"method": "POST",
|
|
605
|
-
"uri": "/studio/experiments/{
|
|
606
|
-
"operation_id": "
|
|
629
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/charts",
|
|
630
|
+
"operation_id": "read_trips_charts",
|
|
607
631
|
"type": "NOTRACE"
|
|
608
632
|
},
|
|
609
633
|
{
|
|
610
634
|
"method": "POST",
|
|
611
|
-
"uri": "/studio/experiments/{
|
|
612
|
-
"operation_id": "
|
|
635
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/tracks/{tracks_type}",
|
|
636
|
+
"operation_id": "read_trips_tracks",
|
|
613
637
|
"type": "NOTRACE"
|
|
614
638
|
},
|
|
615
639
|
{
|
|
616
640
|
"method": "POST",
|
|
617
|
-
"uri": "/studio/experiments/{
|
|
641
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/tracks-custom",
|
|
618
642
|
"operation_id": "load_custom_tracks",
|
|
619
643
|
"type": "TRACE"
|
|
620
644
|
},
|
|
621
645
|
{
|
|
622
646
|
"method": "DELETE",
|
|
623
|
-
"uri": "/studio/experiments/{
|
|
647
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/tracks-custom",
|
|
624
648
|
"operation_id": "delete_custom_tracks",
|
|
625
649
|
"type": "TRACE"
|
|
626
650
|
},
|
|
627
651
|
{
|
|
628
652
|
"method": "POST",
|
|
629
|
-
"uri": "/studio/experiments/{
|
|
653
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/metrics",
|
|
630
654
|
"operation_id": "read_trips_metrics",
|
|
631
655
|
"type": "NOTRACE"
|
|
632
656
|
},
|
|
633
657
|
{
|
|
634
658
|
"method": "POST",
|
|
635
|
-
"uri": "/studio/experiments/{
|
|
659
|
+
"uri": "/studio/experiments/{file_key}/trips/{essence_key}/stops/batch/table",
|
|
636
660
|
"operation_id": "read_trip_stops",
|
|
637
661
|
"type": "NOTRACE"
|
|
638
662
|
},
|
|
663
|
+
{
|
|
664
|
+
"method": "POST",
|
|
665
|
+
"uri": "/studio/experiments/{file_key}/roundtrips/batch/table",
|
|
666
|
+
"operation_id": "read_roundtrips_table",
|
|
667
|
+
"type": "NOTRACE"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"method": "POST",
|
|
671
|
+
"uri": "/studio/experiments/{file_key}/roundtrips/batch/metrics",
|
|
672
|
+
"operation_id": "read_roundtrips_metrics",
|
|
673
|
+
"type": "NOTRACE"
|
|
674
|
+
},
|
|
639
675
|
{
|
|
640
676
|
"method": "PUT",
|
|
641
|
-
"uri": "/studio/experiments/{
|
|
677
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/verification",
|
|
642
678
|
"operation_id": "approve_trips_batch",
|
|
643
679
|
"type": "TRACE"
|
|
644
680
|
},
|
|
645
681
|
{
|
|
646
682
|
"method": "DELETE",
|
|
647
|
-
"uri": "/studio/experiments/{
|
|
683
|
+
"uri": "/studio/experiments/{file_key}/trips/batch/verification",
|
|
648
684
|
"operation_id": "reject_trips_batch",
|
|
649
685
|
"type": "TRACE"
|
|
650
686
|
},
|