@veeroute/lss-studio-angular 5.12.1836 → 6.2.1912
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/experimentsServiceInterface.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/hardlinksServiceInterface.d.ts +2 -2
- package/api/locationsServiceInterface.d.ts +2 -2
- package/api/ordersServiceInterface.d.ts +2 -2
- package/api/performersServiceInterface.d.ts +2 -2
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +2 -2
- package/api/tripsServiceInterface.d.ts +2 -2
- package/cfg/experiment_statistics.json +146 -49
- package/cfg/method_groups.json +11 -11
- package/cfg/table_settings.json +88 -29
- package/esm2020/api/experimentsService.mjs +2 -2
- package/esm2020/api/experimentsServiceInterface.mjs +1 -1
- package/esm2020/api/explorerService.mjs +2 -2
- package/esm2020/api/explorerServiceInterface.mjs +1 -1
- package/esm2020/api/hardlinksService.mjs +6 -6
- package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2020/api/locationsService.mjs +7 -7
- package/esm2020/api/locationsServiceInterface.mjs +1 -1
- package/esm2020/api/ordersService.mjs +7 -7
- package/esm2020/api/ordersServiceInterface.mjs +1 -1
- package/esm2020/api/performersService.mjs +7 -7
- package/esm2020/api/performersServiceInterface.mjs +1 -1
- package/esm2020/api/systemService.mjs +2 -2
- package/esm2020/api/systemServiceInterface.mjs +1 -1
- package/esm2020/api/transportsService.mjs +7 -7
- package/esm2020/api/transportsServiceInterface.mjs +1 -1
- package/esm2020/api/tripsService.mjs +7 -7
- package/esm2020/api/tripsServiceInterface.mjs +1 -1
- package/esm2020/model/actualizeSettings.mjs +1 -1
- package/esm2020/model/assignedPerformer.mjs +1 -1
- package/esm2020/model/assignedTransport.mjs +1 -1
- package/esm2020/model/attribute.mjs +2 -2
- package/esm2020/model/basicProcess.mjs +2 -2
- package/esm2020/model/basicState.mjs +2 -2
- package/esm2020/model/basicTimeWindow.mjs +2 -2
- package/esm2020/model/box.mjs +1 -1
- package/esm2020/model/boxCompatibilities.mjs +2 -2
- package/esm2020/model/boxLimits.mjs +1 -1
- package/esm2020/model/break.mjs +2 -2
- package/esm2020/model/calculationInfo.mjs +1 -1
- package/esm2020/model/calculationSettings.mjs +2 -2
- package/esm2020/model/calculationStatus.mjs +2 -2
- package/esm2020/model/capacity.mjs +2 -2
- package/esm2020/model/capacityFactor.mjs +1 -1
- package/esm2020/model/cargo.mjs +1 -1
- package/esm2020/model/cargoCompatibilities.mjs +1 -1
- package/esm2020/model/cargoPlacement.mjs +2 -2
- package/esm2020/model/cargoRotationType.mjs +2 -2
- package/esm2020/model/checkResult.mjs +2 -2
- package/esm2020/model/compatibilityPenalty.mjs +2 -2
- package/esm2020/model/demand.mjs +1 -1
- package/esm2020/model/demandFact.mjs +2 -2
- package/esm2020/model/entityError.mjs +1 -1
- package/esm2020/model/entityErrorType.mjs +2 -2
- package/esm2020/model/entityPath.mjs +1 -1
- package/esm2020/model/entityType.mjs +2 -2
- package/esm2020/model/entityWarning.mjs +2 -0
- package/esm2020/model/entityWarningType.mjs +39 -0
- package/esm2020/model/experiment.mjs +1 -1
- package/esm2020/model/experimentCalculation.mjs +1 -1
- package/esm2020/model/experimentCheck.mjs +1 -1
- package/esm2020/model/experimentList.mjs +1 -1
- package/esm2020/model/experimentSettings.mjs +1 -1
- package/esm2020/model/experimentSpecification.mjs +2 -2
- package/esm2020/model/experimentStatistics.mjs +1 -1
- package/esm2020/model/facts.mjs +1 -1
- package/esm2020/model/filesystem.mjs +1 -1
- package/esm2020/model/folderSpecification.mjs +2 -2
- package/esm2020/model/folderStats.mjs +2 -2
- package/esm2020/model/folderType.mjs +2 -2
- package/esm2020/model/geoSettings.mjs +2 -2
- package/esm2020/model/geopoint.mjs +2 -2
- package/esm2020/model/hardlink.mjs +1 -1
- package/esm2020/model/hardlinkElement.mjs +1 -1
- package/esm2020/model/hardlinkElementType.mjs +2 -2
- package/esm2020/model/inlineResponse400.mjs +1 -1
- package/esm2020/model/inlineResponse401.mjs +1 -1
- package/esm2020/model/inlineResponse402.mjs +1 -1
- package/esm2020/model/inlineResponse403.mjs +1 -1
- package/esm2020/model/inlineResponse404.mjs +1 -1
- package/esm2020/model/inlineResponse404Detail.mjs +1 -1
- package/esm2020/model/inlineResponse429.mjs +1 -1
- package/esm2020/model/inlineResponse500.mjs +1 -1
- package/esm2020/model/linkedEssence.mjs +2 -2
- package/esm2020/model/location.mjs +1 -1
- package/esm2020/model/locationCompatibilities.mjs +2 -2
- package/esm2020/model/measurements.mjs +1 -1
- package/esm2020/model/models.mjs +3 -3
- package/esm2020/model/objectMetrics.mjs +2 -2
- package/esm2020/model/order.mjs +1 -1
- package/esm2020/model/orderCompatibilities.mjs +2 -2
- package/esm2020/model/orderFact.mjs +2 -2
- package/esm2020/model/performer.mjs +1 -1
- package/esm2020/model/performerCompatibilities.mjs +2 -2
- package/esm2020/model/performerFact.mjs +1 -1
- package/esm2020/model/performerLimits.mjs +2 -2
- package/esm2020/model/performerShift.mjs +1 -1
- package/esm2020/model/performerTariff.mjs +1 -1
- package/esm2020/model/performerTariffConstraint.mjs +2 -2
- package/esm2020/model/planSettings.mjs +1 -1
- package/esm2020/model/planStatistics.mjs +1 -1
- package/esm2020/model/possibleEvent.mjs +1 -1
- package/esm2020/model/qualityStatistics.mjs +1 -1
- package/esm2020/model/replanSettings.mjs +1 -1
- package/esm2020/model/replanStrategy.mjs +2 -2
- package/esm2020/model/routingMatrix.mjs +1 -1
- package/esm2020/model/routingTransportMatrix.mjs +1 -1
- package/esm2020/model/schemaError.mjs +2 -2
- package/esm2020/model/serviceName.mjs +2 -2
- package/esm2020/model/statistics.mjs +1 -1
- package/esm2020/model/stopStatistics.mjs +1 -1
- package/esm2020/model/tableDataStats.mjs +2 -2
- package/esm2020/model/tableFilterBoolList.mjs +2 -2
- package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
- package/esm2020/model/tableFilterEnumList.mjs +2 -2
- package/esm2020/model/tableFilterFloatRange.mjs +2 -2
- package/esm2020/model/tableFilterIntRange.mjs +2 -2
- package/esm2020/model/tableFilterStringList.mjs +2 -2
- package/esm2020/model/tableFilterStringSearch.mjs +2 -2
- package/esm2020/model/tableFilterType.mjs +2 -2
- package/esm2020/model/tableHardlink.mjs +1 -1
- package/esm2020/model/tableHardlinkColumnType.mjs +2 -2
- package/esm2020/model/tableHardlinkFields.mjs +2 -2
- package/esm2020/model/tableHardlinkFilter.mjs +1 -1
- package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2020/model/tableHardlinkList.mjs +1 -1
- package/esm2020/model/tableListStats.mjs +1 -1
- package/esm2020/model/tableListStatsDetail.mjs +2 -2
- package/esm2020/model/tableLocation.mjs +1 -1
- package/esm2020/model/tableLocationColumnType.mjs +3 -2
- package/esm2020/model/tableLocationFields.mjs +1 -1
- package/esm2020/model/tableLocationFilter.mjs +1 -1
- package/esm2020/model/tableLocationFilterList.mjs +1 -1
- package/esm2020/model/tableLocationList.mjs +1 -1
- package/esm2020/model/tableOrder.mjs +1 -1
- package/esm2020/model/tableOrderColumnType.mjs +3 -2
- package/esm2020/model/tableOrderFields.mjs +1 -1
- package/esm2020/model/tableOrderFilter.mjs +1 -1
- package/esm2020/model/tableOrderFilterList.mjs +1 -1
- package/esm2020/model/tableOrderList.mjs +1 -1
- package/esm2020/model/tablePerformer.mjs +1 -1
- package/esm2020/model/tablePerformerColumnType.mjs +3 -2
- package/esm2020/model/tablePerformerFields.mjs +1 -1
- package/esm2020/model/tablePerformerFilter.mjs +1 -1
- package/esm2020/model/tablePerformerFilterList.mjs +1 -1
- package/esm2020/model/tablePerformerList.mjs +1 -1
- package/esm2020/model/tableTransport.mjs +1 -1
- package/esm2020/model/tableTransportColumnType.mjs +3 -2
- package/esm2020/model/tableTransportFields.mjs +1 -1
- package/esm2020/model/tableTransportFilter.mjs +1 -1
- package/esm2020/model/tableTransportFilterList.mjs +1 -1
- package/esm2020/model/tableTransportList.mjs +1 -1
- package/esm2020/model/tableTrip.mjs +1 -1
- package/esm2020/model/tableTripColumnType.mjs +4 -2
- package/esm2020/model/tableTripFields.mjs +1 -1
- package/esm2020/model/tableTripFilter.mjs +1 -1
- package/esm2020/model/tableTripFilterList.mjs +1 -1
- package/esm2020/model/tableTripList.mjs +1 -1
- package/esm2020/model/timeWindow.mjs +2 -2
- package/esm2020/model/timeWindowViolations.mjs +1 -1
- package/esm2020/model/tracedata.mjs +1 -1
- package/esm2020/model/trackPoint.mjs +1 -1
- package/esm2020/model/transport.mjs +1 -1
- package/esm2020/model/transportCompatibilities.mjs +2 -2
- package/esm2020/model/transportFact.mjs +1 -1
- package/esm2020/model/transportFactor.mjs +1 -1
- package/esm2020/model/transportLimits.mjs +1 -1
- package/esm2020/model/transportLoad.mjs +1 -1
- package/esm2020/model/transportShift.mjs +1 -1
- package/esm2020/model/transportTariff.mjs +1 -1
- package/esm2020/model/transportTariffConstraint.mjs +2 -2
- package/esm2020/model/transportType.mjs +2 -2
- package/esm2020/model/trip.mjs +1 -1
- package/esm2020/model/tripAssumptions.mjs +1 -1
- package/esm2020/model/tripPenalties.mjs +1 -1
- package/esm2020/model/tripStartTimeStrategy.mjs +2 -2
- package/esm2020/model/tripState.mjs +1 -1
- package/esm2020/model/tripStateFlag.mjs +2 -2
- package/esm2020/model/tripStatistics.mjs +1 -1
- package/esm2020/model/tripsSettings.mjs +1 -1
- package/esm2020/model/universalData.mjs +1 -1
- package/esm2020/model/unplannedItems.mjs +2 -2
- package/esm2020/model/versionResult.mjs +2 -2
- package/esm2020/model/waypoint.mjs +1 -1
- package/esm2020/model/webHardlink.mjs +1 -1
- package/esm2020/model/webLocation.mjs +1 -1
- package/esm2020/model/webLocationGeopoint.mjs +1 -1
- package/esm2020/model/webLocationGeopointList.mjs +1 -1
- package/esm2020/model/webOrder.mjs +1 -1
- package/esm2020/model/webOrderGeopoint.mjs +1 -1
- package/esm2020/model/webOrderGeopointList.mjs +1 -1
- package/esm2020/model/webPerformer.mjs +1 -1
- package/esm2020/model/webPerformerGeopoint.mjs +1 -1
- package/esm2020/model/webPerformerGeopointList.mjs +1 -1
- package/esm2020/model/webTransport.mjs +1 -1
- package/esm2020/model/webTransportGeopoint.mjs +1 -1
- package/esm2020/model/webTransportGeopointList.mjs +1 -1
- package/esm2020/model/webTrip.mjs +1 -1
- package/esm2020/model/webTripTrack.mjs +1 -1
- package/esm2020/model/webTripTrackList.mjs +1 -1
- package/esm2020/model/workAndRestRules.mjs +1 -1
- package/fesm2015/veeroute-lss-studio-angular.mjs +95 -89
- package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
- package/fesm2020/veeroute-lss-studio-angular.mjs +131 -125
- package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +1 -1
- package/model/assignedTransport.d.ts +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/basicProcess.d.ts +1 -1
- package/model/basicState.d.ts +1 -1
- package/model/basicTimeWindow.d.ts +1 -1
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/calculationInfo.d.ts +14 -2
- package/model/calculationSettings.d.ts +3 -3
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +4 -4
- package/model/capacityFactor.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoPlacement.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandFact.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 +25 -0
- package/model/entityWarningType.d.ts +36 -0
- package/model/experiment.d.ts +1 -1
- package/model/experimentCalculation.d.ts +1 -1
- package/model/experimentCheck.d.ts +4 -4
- package/model/experimentList.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/facts.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderStats.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/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/inlineResponse400.d.ts +12 -2
- package/model/inlineResponse401.d.ts +1 -1
- package/model/inlineResponse402.d.ts +1 -1
- package/model/inlineResponse403.d.ts +1 -1
- package/model/inlineResponse404.d.ts +1 -1
- package/model/inlineResponse404Detail.d.ts +1 -1
- package/model/inlineResponse429.d.ts +1 -1
- package/model/inlineResponse500.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/measurements.d.ts +5 -1
- package/model/models.d.ts +2 -2
- package/model/objectMetrics.d.ts +1 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/orderFact.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerFact.d.ts +1 -1
- package/model/performerLimits.d.ts +1 -1
- package/model/performerShift.d.ts +1 -1
- package/model/performerTariff.d.ts +1 -1
- package/model/performerTariffConstraint.d.ts +4 -4
- package/model/planSettings.d.ts +1 -6
- package/model/planStatistics.d.ts +1 -1
- package/model/possibleEvent.d.ts +1 -1
- package/model/qualityStatistics.d.ts +1 -1
- package/model/replanSettings.d.ts +2 -7
- package/model/replanStrategy.d.ts +1 -1
- package/model/routingMatrix.d.ts +2 -2
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +3 -3
- package/model/serviceName.d.ts +1 -1
- package/model/statistics.d.ts +3 -3
- package/model/stopStatistics.d.ts +3 -1
- package/model/tableDataStats.d.ts +11 -7
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.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 +1 -1
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +1 -1
- package/model/tableHardlinkFilter.d.ts +1 -1
- package/model/tableHardlinkFilterList.d.ts +1 -1
- package/model/tableHardlinkList.d.ts +1 -1
- package/model/tableListStats.d.ts +1 -1
- package/model/tableListStatsDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +3 -2
- package/model/tableLocationFields.d.ts +5 -1
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +3 -2
- package/model/tableOrderFields.d.ts +5 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +3 -2
- package/model/tablePerformerFields.d.ts +5 -1
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +3 -2
- package/model/tableTransportFields.d.ts +5 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +4 -2
- package/model/tableTripFields.d.ts +9 -1
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/trackPoint.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportFact.d.ts +1 -1
- package/model/transportFactor.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportTariff.d.ts +1 -1
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +5 -1
- package/model/tripAssumptions.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 +6 -1
- package/model/unplannedItems.d.ts +17 -1
- package/model/versionResult.d.ts +1 -1
- package/model/waypoint.d.ts +1 -1
- package/model/webHardlink.d.ts +1 -1
- package/model/webLocation.d.ts +1 -1
- package/model/webLocationGeopoint.d.ts +1 -1
- package/model/webLocationGeopointList.d.ts +1 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripTrack.d.ts +1 -1
- package/model/webTripTrackList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
- package/esm2020/model/entityValidation.mjs +0 -2
- package/esm2020/model/entityValidationType.mjs +0 -39
- package/model/entityValidation.d.ts +0 -25
- package/model/entityValidationType.d.ts +0 -36
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViVHJpcFRyYWNrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvd2ViVHJpcFRyYWNrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5TdHVkaW8gW1NUXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA2LjIuMTkxMlxuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgR2VvcG9pbnRTdHVkaW8gfSBmcm9tICcuL2dlb3BvaW50JztcblxuXG4vKipcbiAqIFRyYWNrIGZvciBtYXAuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgV2ViVHJpcFRyYWNrU3R1ZGlvIHsgXG4gICAgLyoqXG4gICAgICogQXJyYXkgb2YgZ2VvZ3JhcGhpY2FsIHBvaW50cyBkZXNjcmliaW5nIHRoZSByb3V0ZS5cbiAgICAgKi9cbiAgICBnZW9wb2ludHM6IEFycmF5PEdlb3BvaW50U3R1ZGlvPjtcbiAgICAvKipcbiAgICAgKiBUcmlwIGtleSwgdW5pcXVlIGlkZW50aWZpZXIuXG4gICAgICovXG4gICAgdHJpcF9rZXk6IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBQZXJmb3JtZXJcXCdzIGtleS5cbiAgICAgKi9cbiAgICBwZXJmb3JtZXJfa2V5OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogUGVyZm9ybWVyIHNoaWZ0IGtleSwgdW5pcXVlIGlkZW50aWZpZXIuXG4gICAgICovXG4gICAgcGVyZm9ybWVyX3NoaWZ0X2tleTogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFRyYW5zcG9ydFxcJ3Mga2V5LlxuICAgICAqL1xuICAgIHRyYW5zcG9ydF9rZXk6IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBUcmFuc3BvcnQgc2hpZnQga2V5LCB1bmlxdWUgaWRlbnRpZmllci5cbiAgICAgKi9cbiAgICB0cmFuc3BvcnRfc2hpZnRfa2V5OiBzdHJpbmc7XG59XG5cbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViVHJpcFRyYWNrTGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3dlYlRyaXBUcmFja0xpc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlN0dWRpbyBbU1RdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuMi4xOTEyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUYWJsZUxpc3RTdGF0c1N0dWRpbyB9IGZyb20gJy4vdGFibGVMaXN0U3RhdHMnO1xuaW1wb3J0IHsgV2ViVHJpcFRyYWNrU3R1ZGlvIH0gZnJvbSAnLi93ZWJUcmlwVHJhY2snO1xuXG5cbi8qKlxuICogVHJhY2tzIGZvciBtYXAuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgV2ViVHJpcFRyYWNrTGlzdFN0dWRpbyB7IFxuICAgIC8qKlxuICAgICAqIEEgbGlzdCBvZiB0cmFja3MuXG4gICAgICovXG4gICAgdHJhY2tzOiBBcnJheTxXZWJUcmlwVHJhY2tTdHVkaW8+O1xuICAgIHN0YXRpc3RpY3M6IFRhYmxlTGlzdFN0YXRzU3R1ZGlvO1xufVxuXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya0FuZFJlc3RSdWxlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3dvcmtBbmRSZXN0UnVsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlN0dWRpbyBbU1RdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuMi4xOTEyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBCcmVha1N0dWRpbyB9IGZyb20gJy4vYnJlYWsnO1xuXG5cbi8qKlxuICogV29yayBhbmQgcmVzdCBydWxlcy4gXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgV29ya0FuZFJlc3RSdWxlc1N0dWRpbyB7IFxuICAgIGZpcnN0X2JyZWFrPzogQnJlYWtTdHVkaW8gfCBudWxsO1xufVxuXG4iXX0=
|
|
@@ -113,7 +113,7 @@ class Configuration {
|
|
|
113
113
|
/**
|
|
114
114
|
* VRt.Studio [ST]
|
|
115
115
|
*
|
|
116
|
-
* The version of the OpenAPI document:
|
|
116
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
117
117
|
* Contact: servicedesk@veeroute.com
|
|
118
118
|
*
|
|
119
119
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1121,7 +1121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1121
1121
|
/**
|
|
1122
1122
|
* VRt.Studio [ST]
|
|
1123
1123
|
*
|
|
1124
|
-
* The version of the OpenAPI document:
|
|
1124
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
1125
1125
|
* Contact: servicedesk@veeroute.com
|
|
1126
1126
|
*
|
|
1127
1127
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1531,7 +1531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1531
1531
|
/**
|
|
1532
1532
|
* VRt.Studio [ST]
|
|
1533
1533
|
*
|
|
1534
|
-
* The version of the OpenAPI document:
|
|
1534
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
1535
1535
|
* Contact: servicedesk@veeroute.com
|
|
1536
1536
|
*
|
|
1537
1537
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1762,7 +1762,7 @@ class HardlinksService {
|
|
|
1762
1762
|
}
|
|
1763
1763
|
const offset = requestParameters.offset;
|
|
1764
1764
|
const limit = requestParameters.limit;
|
|
1765
|
-
const
|
|
1765
|
+
const sortField = requestParameters.sortField;
|
|
1766
1766
|
const sortDirection = requestParameters.sortDirection;
|
|
1767
1767
|
const tableHardlinkFilterListStudio = requestParameters.tableHardlinkFilterListStudio;
|
|
1768
1768
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -1772,8 +1772,8 @@ class HardlinksService {
|
|
|
1772
1772
|
if (limit !== undefined && limit !== null) {
|
|
1773
1773
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
1774
1774
|
}
|
|
1775
|
-
if (
|
|
1776
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1775
|
+
if (sortField !== undefined && sortField !== null) {
|
|
1776
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
1777
1777
|
}
|
|
1778
1778
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
1779
1779
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -1820,7 +1820,7 @@ class HardlinksService {
|
|
|
1820
1820
|
responseType_ = 'blob';
|
|
1821
1821
|
}
|
|
1822
1822
|
}
|
|
1823
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks/list`, tableHardlinkFilterListStudio, {
|
|
1823
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/hardlinks/batch/list`, tableHardlinkFilterListStudio, {
|
|
1824
1824
|
context: localVarHttpContext,
|
|
1825
1825
|
params: localVarQueryParameters,
|
|
1826
1826
|
responseType: responseType_,
|
|
@@ -1912,7 +1912,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1912
1912
|
/**
|
|
1913
1913
|
* VRt.Studio [ST]
|
|
1914
1914
|
*
|
|
1915
|
-
* The version of the OpenAPI document:
|
|
1915
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
1916
1916
|
* Contact: servicedesk@veeroute.com
|
|
1917
1917
|
*
|
|
1918
1918
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2143,7 +2143,7 @@ class LocationsService {
|
|
|
2143
2143
|
}
|
|
2144
2144
|
const offset = requestParameters.offset;
|
|
2145
2145
|
const limit = requestParameters.limit;
|
|
2146
|
-
const
|
|
2146
|
+
const sortField = requestParameters.sortField;
|
|
2147
2147
|
const sortDirection = requestParameters.sortDirection;
|
|
2148
2148
|
const tableLocationFilterListStudio = requestParameters.tableLocationFilterListStudio;
|
|
2149
2149
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -2153,8 +2153,8 @@ class LocationsService {
|
|
|
2153
2153
|
if (limit !== undefined && limit !== null) {
|
|
2154
2154
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
2155
2155
|
}
|
|
2156
|
-
if (
|
|
2157
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
2156
|
+
if (sortField !== undefined && sortField !== null) {
|
|
2157
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
2158
2158
|
}
|
|
2159
2159
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
2160
2160
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -2201,7 +2201,7 @@ class LocationsService {
|
|
|
2201
2201
|
responseType_ = 'blob';
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/list`, tableLocationFilterListStudio, {
|
|
2204
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/batch/list`, tableLocationFilterListStudio, {
|
|
2205
2205
|
context: localVarHttpContext,
|
|
2206
2206
|
params: localVarQueryParameters,
|
|
2207
2207
|
responseType: responseType_,
|
|
@@ -2259,7 +2259,7 @@ class LocationsService {
|
|
|
2259
2259
|
responseType_ = 'blob';
|
|
2260
2260
|
}
|
|
2261
2261
|
}
|
|
2262
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/geopoints`, tableLocationFilterListStudio, {
|
|
2262
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/locations/batch/geopoints`, tableLocationFilterListStudio, {
|
|
2263
2263
|
context: localVarHttpContext,
|
|
2264
2264
|
responseType: responseType_,
|
|
2265
2265
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2350,7 +2350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2350
2350
|
/**
|
|
2351
2351
|
* VRt.Studio [ST]
|
|
2352
2352
|
*
|
|
2353
|
-
* The version of the OpenAPI document:
|
|
2353
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
2354
2354
|
* Contact: servicedesk@veeroute.com
|
|
2355
2355
|
*
|
|
2356
2356
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2581,7 +2581,7 @@ class OrdersService {
|
|
|
2581
2581
|
}
|
|
2582
2582
|
const offset = requestParameters.offset;
|
|
2583
2583
|
const limit = requestParameters.limit;
|
|
2584
|
-
const
|
|
2584
|
+
const sortField = requestParameters.sortField;
|
|
2585
2585
|
const sortDirection = requestParameters.sortDirection;
|
|
2586
2586
|
const tableOrderFilterListStudio = requestParameters.tableOrderFilterListStudio;
|
|
2587
2587
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -2591,8 +2591,8 @@ class OrdersService {
|
|
|
2591
2591
|
if (limit !== undefined && limit !== null) {
|
|
2592
2592
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
2593
2593
|
}
|
|
2594
|
-
if (
|
|
2595
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
2594
|
+
if (sortField !== undefined && sortField !== null) {
|
|
2595
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
2596
2596
|
}
|
|
2597
2597
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
2598
2598
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -2639,7 +2639,7 @@ class OrdersService {
|
|
|
2639
2639
|
responseType_ = 'blob';
|
|
2640
2640
|
}
|
|
2641
2641
|
}
|
|
2642
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/list`, tableOrderFilterListStudio, {
|
|
2642
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/batch/list`, tableOrderFilterListStudio, {
|
|
2643
2643
|
context: localVarHttpContext,
|
|
2644
2644
|
params: localVarQueryParameters,
|
|
2645
2645
|
responseType: responseType_,
|
|
@@ -2697,7 +2697,7 @@ class OrdersService {
|
|
|
2697
2697
|
responseType_ = 'blob';
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/geopoints`, tableOrderFilterListStudio, {
|
|
2700
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/orders/batch/geopoints`, tableOrderFilterListStudio, {
|
|
2701
2701
|
context: localVarHttpContext,
|
|
2702
2702
|
responseType: responseType_,
|
|
2703
2703
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2788,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2788
2788
|
/**
|
|
2789
2789
|
* VRt.Studio [ST]
|
|
2790
2790
|
*
|
|
2791
|
-
* The version of the OpenAPI document:
|
|
2791
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
2792
2792
|
* Contact: servicedesk@veeroute.com
|
|
2793
2793
|
*
|
|
2794
2794
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3019,7 +3019,7 @@ class PerformersService {
|
|
|
3019
3019
|
}
|
|
3020
3020
|
const offset = requestParameters.offset;
|
|
3021
3021
|
const limit = requestParameters.limit;
|
|
3022
|
-
const
|
|
3022
|
+
const sortField = requestParameters.sortField;
|
|
3023
3023
|
const sortDirection = requestParameters.sortDirection;
|
|
3024
3024
|
const tablePerformerFilterListStudio = requestParameters.tablePerformerFilterListStudio;
|
|
3025
3025
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -3029,8 +3029,8 @@ class PerformersService {
|
|
|
3029
3029
|
if (limit !== undefined && limit !== null) {
|
|
3030
3030
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3031
3031
|
}
|
|
3032
|
-
if (
|
|
3033
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
3032
|
+
if (sortField !== undefined && sortField !== null) {
|
|
3033
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3034
3034
|
}
|
|
3035
3035
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
3036
3036
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -3077,7 +3077,7 @@ class PerformersService {
|
|
|
3077
3077
|
responseType_ = 'blob';
|
|
3078
3078
|
}
|
|
3079
3079
|
}
|
|
3080
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/list`, tablePerformerFilterListStudio, {
|
|
3080
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/batch/list`, tablePerformerFilterListStudio, {
|
|
3081
3081
|
context: localVarHttpContext,
|
|
3082
3082
|
params: localVarQueryParameters,
|
|
3083
3083
|
responseType: responseType_,
|
|
@@ -3135,7 +3135,7 @@ class PerformersService {
|
|
|
3135
3135
|
responseType_ = 'blob';
|
|
3136
3136
|
}
|
|
3137
3137
|
}
|
|
3138
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/geopoints`, tablePerformerFilterListStudio, {
|
|
3138
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/performers/batch/geopoints`, tablePerformerFilterListStudio, {
|
|
3139
3139
|
context: localVarHttpContext,
|
|
3140
3140
|
responseType: responseType_,
|
|
3141
3141
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3226,7 +3226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
3226
3226
|
/**
|
|
3227
3227
|
* VRt.Studio [ST]
|
|
3228
3228
|
*
|
|
3229
|
-
* The version of the OpenAPI document:
|
|
3229
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
3230
3230
|
* Contact: servicedesk@veeroute.com
|
|
3231
3231
|
*
|
|
3232
3232
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
3428
3428
|
/**
|
|
3429
3429
|
* VRt.Studio [ST]
|
|
3430
3430
|
*
|
|
3431
|
-
* The version of the OpenAPI document:
|
|
3431
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
3432
3432
|
* Contact: servicedesk@veeroute.com
|
|
3433
3433
|
*
|
|
3434
3434
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3659,7 +3659,7 @@ class TransportsService {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
const offset = requestParameters.offset;
|
|
3661
3661
|
const limit = requestParameters.limit;
|
|
3662
|
-
const
|
|
3662
|
+
const sortField = requestParameters.sortField;
|
|
3663
3663
|
const sortDirection = requestParameters.sortDirection;
|
|
3664
3664
|
const tableTransportFilterListStudio = requestParameters.tableTransportFilterListStudio;
|
|
3665
3665
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -3669,8 +3669,8 @@ class TransportsService {
|
|
|
3669
3669
|
if (limit !== undefined && limit !== null) {
|
|
3670
3670
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3671
3671
|
}
|
|
3672
|
-
if (
|
|
3673
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
3672
|
+
if (sortField !== undefined && sortField !== null) {
|
|
3673
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3674
3674
|
}
|
|
3675
3675
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
3676
3676
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -3717,7 +3717,7 @@ class TransportsService {
|
|
|
3717
3717
|
responseType_ = 'blob';
|
|
3718
3718
|
}
|
|
3719
3719
|
}
|
|
3720
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/list`, tableTransportFilterListStudio, {
|
|
3720
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/batch/list`, tableTransportFilterListStudio, {
|
|
3721
3721
|
context: localVarHttpContext,
|
|
3722
3722
|
params: localVarQueryParameters,
|
|
3723
3723
|
responseType: responseType_,
|
|
@@ -3775,7 +3775,7 @@ class TransportsService {
|
|
|
3775
3775
|
responseType_ = 'blob';
|
|
3776
3776
|
}
|
|
3777
3777
|
}
|
|
3778
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/geopoints`, tableTransportFilterListStudio, {
|
|
3778
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/transports/batch/geopoints`, tableTransportFilterListStudio, {
|
|
3779
3779
|
context: localVarHttpContext,
|
|
3780
3780
|
responseType: responseType_,
|
|
3781
3781
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3866,7 +3866,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* VRt.Studio [ST]
|
|
3868
3868
|
*
|
|
3869
|
-
* The version of the OpenAPI document:
|
|
3869
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
3870
3870
|
* Contact: servicedesk@veeroute.com
|
|
3871
3871
|
*
|
|
3872
3872
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4097,7 +4097,7 @@ class TripsService {
|
|
|
4097
4097
|
}
|
|
4098
4098
|
const offset = requestParameters.offset;
|
|
4099
4099
|
const limit = requestParameters.limit;
|
|
4100
|
-
const
|
|
4100
|
+
const sortField = requestParameters.sortField;
|
|
4101
4101
|
const sortDirection = requestParameters.sortDirection;
|
|
4102
4102
|
const tableTripFilterListStudio = requestParameters.tableTripFilterListStudio;
|
|
4103
4103
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -4107,8 +4107,8 @@ class TripsService {
|
|
|
4107
4107
|
if (limit !== undefined && limit !== null) {
|
|
4108
4108
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4109
4109
|
}
|
|
4110
|
-
if (
|
|
4111
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
4110
|
+
if (sortField !== undefined && sortField !== null) {
|
|
4111
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
4112
4112
|
}
|
|
4113
4113
|
if (sortDirection !== undefined && sortDirection !== null) {
|
|
4114
4114
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
@@ -4155,7 +4155,7 @@ class TripsService {
|
|
|
4155
4155
|
responseType_ = 'blob';
|
|
4156
4156
|
}
|
|
4157
4157
|
}
|
|
4158
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/list`, tableTripFilterListStudio, {
|
|
4158
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/batch/list`, tableTripFilterListStudio, {
|
|
4159
4159
|
context: localVarHttpContext,
|
|
4160
4160
|
params: localVarQueryParameters,
|
|
4161
4161
|
responseType: responseType_,
|
|
@@ -4213,7 +4213,7 @@ class TripsService {
|
|
|
4213
4213
|
responseType_ = 'blob';
|
|
4214
4214
|
}
|
|
4215
4215
|
}
|
|
4216
|
-
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/tracks`, tableTripFilterListStudio, {
|
|
4216
|
+
return this.httpClient.post(`${this.configuration.basePath}/studio/experiments/${encodeURIComponent(String(experimentKey))}/trips/batch/tracks`, tableTripFilterListStudio, {
|
|
4217
4217
|
context: localVarHttpContext,
|
|
4218
4218
|
responseType: responseType_,
|
|
4219
4219
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -4306,7 +4306,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
4306
4306
|
/**
|
|
4307
4307
|
* VRt.Studio [ST]
|
|
4308
4308
|
*
|
|
4309
|
-
* The version of the OpenAPI document:
|
|
4309
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4310
4310
|
* Contact: servicedesk@veeroute.com
|
|
4311
4311
|
*
|
|
4312
4312
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4326,7 +4326,7 @@ var BasicProcessStudio;
|
|
|
4326
4326
|
/**
|
|
4327
4327
|
* VRt.Studio [ST]
|
|
4328
4328
|
*
|
|
4329
|
-
* The version of the OpenAPI document:
|
|
4329
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4330
4330
|
* Contact: servicedesk@veeroute.com
|
|
4331
4331
|
*
|
|
4332
4332
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4347,7 +4347,7 @@ var BasicStateStudio;
|
|
|
4347
4347
|
/**
|
|
4348
4348
|
* VRt.Studio [ST]
|
|
4349
4349
|
*
|
|
4350
|
-
* The version of the OpenAPI document:
|
|
4350
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4351
4351
|
* Contact: servicedesk@veeroute.com
|
|
4352
4352
|
*
|
|
4353
4353
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4371,7 +4371,7 @@ var CalculationStatusStudio;
|
|
|
4371
4371
|
/**
|
|
4372
4372
|
* VRt.Studio [ST]
|
|
4373
4373
|
*
|
|
4374
|
-
* The version of the OpenAPI document:
|
|
4374
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4375
4375
|
* Contact: servicedesk@veeroute.com
|
|
4376
4376
|
*
|
|
4377
4377
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4392,7 +4392,7 @@ var CargoRotationTypeStudio;
|
|
|
4392
4392
|
/**
|
|
4393
4393
|
* VRt.Studio [ST]
|
|
4394
4394
|
*
|
|
4395
|
-
* The version of the OpenAPI document:
|
|
4395
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4396
4396
|
* Contact: servicedesk@veeroute.com
|
|
4397
4397
|
*
|
|
4398
4398
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4417,7 +4417,7 @@ var DemandStudioDemandTypeEnum;
|
|
|
4417
4417
|
/**
|
|
4418
4418
|
* VRt.Studio [ST]
|
|
4419
4419
|
*
|
|
4420
|
-
* The version of the OpenAPI document:
|
|
4420
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4421
4421
|
* Contact: servicedesk@veeroute.com
|
|
4422
4422
|
*
|
|
4423
4423
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4442,7 +4442,7 @@ var EntityErrorTypeStudio;
|
|
|
4442
4442
|
/**
|
|
4443
4443
|
* VRt.Studio [ST]
|
|
4444
4444
|
*
|
|
4445
|
-
* The version of the OpenAPI document:
|
|
4445
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4446
4446
|
* Contact: servicedesk@veeroute.com
|
|
4447
4447
|
*
|
|
4448
4448
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4485,46 +4485,46 @@ var EntityTypeStudio;
|
|
|
4485
4485
|
/**
|
|
4486
4486
|
* VRt.Studio [ST]
|
|
4487
4487
|
*
|
|
4488
|
-
* The version of the OpenAPI document:
|
|
4488
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4489
4489
|
* Contact: servicedesk@veeroute.com
|
|
4490
4490
|
*
|
|
4491
4491
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4492
4492
|
* Do not edit the class manually.
|
|
4493
4493
|
*/
|
|
4494
4494
|
/**
|
|
4495
|
-
*
|
|
4495
|
+
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order there must be exactly one loading and exactly one 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 * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type` DROP` / `PICKUP` * `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
|
|
4496
4496
|
*/
|
|
4497
|
-
var
|
|
4498
|
-
(function (
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
})(
|
|
4497
|
+
var EntityWarningTypeStudio;
|
|
4498
|
+
(function (EntityWarningTypeStudio) {
|
|
4499
|
+
EntityWarningTypeStudio["NO_AVAILABLE_TRANSPORT"] = "NO_AVAILABLE_TRANSPORT";
|
|
4500
|
+
EntityWarningTypeStudio["NO_AVAILABLE_PERFORMER"] = "NO_AVAILABLE_PERFORMER";
|
|
4501
|
+
EntityWarningTypeStudio["NO_COMPATIBLE_TRANSPORT"] = "NO_COMPATIBLE_TRANSPORT";
|
|
4502
|
+
EntityWarningTypeStudio["NO_COMPATIBLE_PERFORMER"] = "NO_COMPATIBLE_PERFORMER";
|
|
4503
|
+
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER";
|
|
4504
|
+
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP";
|
|
4505
|
+
EntityWarningTypeStudio["VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER"] = "VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER";
|
|
4506
|
+
EntityWarningTypeStudio["TIME_WINDOW_VIOLATION"] = "TIME_WINDOW_VIOLATION";
|
|
4507
|
+
EntityWarningTypeStudio["ORDER_WINDOWS_INTERSECTION_VIOLATION"] = "ORDER_WINDOWS_INTERSECTION_VIOLATION";
|
|
4508
|
+
EntityWarningTypeStudio["PERFORMER_SHIFTS_INTERSECTION_VIOLATION"] = "PERFORMER_SHIFTS_INTERSECTION_VIOLATION";
|
|
4509
|
+
EntityWarningTypeStudio["TRANSPORT_SHIFTS_INTERSECTION_VIOLATION"] = "TRANSPORT_SHIFTS_INTERSECTION_VIOLATION";
|
|
4510
|
+
EntityWarningTypeStudio["LOCATION_WINDOWS_INTERSECTION_VIOLATION"] = "LOCATION_WINDOWS_INTERSECTION_VIOLATION";
|
|
4511
|
+
EntityWarningTypeStudio["INVALID_LOCATION_DURATIONS"] = "INVALID_LOCATION_DURATIONS";
|
|
4512
|
+
EntityWarningTypeStudio["NO_TRANSPORT_BOXES"] = "NO_TRANSPORT_BOXES";
|
|
4513
|
+
EntityWarningTypeStudio["MAX_CAPACITY_VIOLATION"] = "MAX_CAPACITY_VIOLATION";
|
|
4514
|
+
EntityWarningTypeStudio["MAX_BOXES_VIOLATION"] = "MAX_BOXES_VIOLATION";
|
|
4515
|
+
EntityWarningTypeStudio["TOO_MANY_CARGOS_FOR_DROP_VIOLATION"] = "TOO_MANY_CARGOS_FOR_DROP_VIOLATION";
|
|
4516
|
+
EntityWarningTypeStudio["EMPTY_CARGOES_LIST"] = "EMPTY_CARGOES_LIST";
|
|
4517
|
+
EntityWarningTypeStudio["GEODATA_TIME_WINDOW_VIOLATION"] = "GEODATA_TIME_WINDOW_VIOLATION";
|
|
4518
|
+
EntityWarningTypeStudio["SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE"] = "SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE";
|
|
4519
|
+
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
|
|
4520
|
+
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
|
|
4521
|
+
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
4522
4522
|
;
|
|
4523
4523
|
|
|
4524
4524
|
/**
|
|
4525
4525
|
* VRt.Studio [ST]
|
|
4526
4526
|
*
|
|
4527
|
-
* The version of the OpenAPI document:
|
|
4527
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4528
4528
|
* Contact: servicedesk@veeroute.com
|
|
4529
4529
|
*
|
|
4530
4530
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4543,7 +4543,7 @@ var FolderTypeStudio;
|
|
|
4543
4543
|
/**
|
|
4544
4544
|
* VRt.Studio [ST]
|
|
4545
4545
|
*
|
|
4546
|
-
* The version of the OpenAPI document:
|
|
4546
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4547
4547
|
* Contact: servicedesk@veeroute.com
|
|
4548
4548
|
*
|
|
4549
4549
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4563,7 +4563,7 @@ var HardlinkElementTypeStudio;
|
|
|
4563
4563
|
/**
|
|
4564
4564
|
* VRt.Studio [ST]
|
|
4565
4565
|
*
|
|
4566
|
-
* The version of the OpenAPI document:
|
|
4566
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4567
4567
|
* Contact: servicedesk@veeroute.com
|
|
4568
4568
|
*
|
|
4569
4569
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4584,7 +4584,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4584
4584
|
/**
|
|
4585
4585
|
* VRt.Studio [ST]
|
|
4586
4586
|
*
|
|
4587
|
-
* The version of the OpenAPI document:
|
|
4587
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4588
4588
|
* Contact: servicedesk@veeroute.com
|
|
4589
4589
|
*
|
|
4590
4590
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4600,7 +4600,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4600
4600
|
/**
|
|
4601
4601
|
* VRt.Studio [ST]
|
|
4602
4602
|
*
|
|
4603
|
-
* The version of the OpenAPI document:
|
|
4603
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4604
4604
|
* Contact: servicedesk@veeroute.com
|
|
4605
4605
|
*
|
|
4606
4606
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4628,7 +4628,7 @@ var ServiceNameStudio;
|
|
|
4628
4628
|
/**
|
|
4629
4629
|
* VRt.Studio [ST]
|
|
4630
4630
|
*
|
|
4631
|
-
* The version of the OpenAPI document:
|
|
4631
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4632
4632
|
* Contact: servicedesk@veeroute.com
|
|
4633
4633
|
*
|
|
4634
4634
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4652,7 +4652,7 @@ var TableFilterTypeStudio;
|
|
|
4652
4652
|
/**
|
|
4653
4653
|
* VRt.Studio [ST]
|
|
4654
4654
|
*
|
|
4655
|
-
* The version of the OpenAPI document:
|
|
4655
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4656
4656
|
* Contact: servicedesk@veeroute.com
|
|
4657
4657
|
*
|
|
4658
4658
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4675,7 +4675,7 @@ var TableHardlinkColumnTypeStudio;
|
|
|
4675
4675
|
/**
|
|
4676
4676
|
* VRt.Studio [ST]
|
|
4677
4677
|
*
|
|
4678
|
-
* The version of the OpenAPI document:
|
|
4678
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4679
4679
|
* Contact: servicedesk@veeroute.com
|
|
4680
4680
|
*
|
|
4681
4681
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4698,7 +4698,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
4698
4698
|
/**
|
|
4699
4699
|
* VRt.Studio [ST]
|
|
4700
4700
|
*
|
|
4701
|
-
* The version of the OpenAPI document:
|
|
4701
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4702
4702
|
* Contact: servicedesk@veeroute.com
|
|
4703
4703
|
*
|
|
4704
4704
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4713,6 +4713,7 @@ var TableLocationColumnTypeStudio;
|
|
|
4713
4713
|
TableLocationColumnTypeStudio["ENABLED"] = "ENABLED";
|
|
4714
4714
|
TableLocationColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
4715
4715
|
TableLocationColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
4716
|
+
TableLocationColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
4716
4717
|
})(TableLocationColumnTypeStudio || (TableLocationColumnTypeStudio = {}));
|
|
4717
4718
|
;
|
|
4718
4719
|
|
|
@@ -4726,7 +4727,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
4726
4727
|
/**
|
|
4727
4728
|
* VRt.Studio [ST]
|
|
4728
4729
|
*
|
|
4729
|
-
* The version of the OpenAPI document:
|
|
4730
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4730
4731
|
* Contact: servicedesk@veeroute.com
|
|
4731
4732
|
*
|
|
4732
4733
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4763,6 +4764,7 @@ var TableOrderColumnTypeStudio;
|
|
|
4763
4764
|
TableOrderColumnTypeStudio["CARGO_RESTRICTIONS"] = "CARGO_RESTRICTIONS";
|
|
4764
4765
|
TableOrderColumnTypeStudio["DEMANDS_COUNT"] = "DEMANDS_COUNT";
|
|
4765
4766
|
TableOrderColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
4767
|
+
TableOrderColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
4766
4768
|
})(TableOrderColumnTypeStudio || (TableOrderColumnTypeStudio = {}));
|
|
4767
4769
|
;
|
|
4768
4770
|
|
|
@@ -4776,7 +4778,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
4776
4778
|
/**
|
|
4777
4779
|
* VRt.Studio [ST]
|
|
4778
4780
|
*
|
|
4779
|
-
* The version of the OpenAPI document:
|
|
4781
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4780
4782
|
* Contact: servicedesk@veeroute.com
|
|
4781
4783
|
*
|
|
4782
4784
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4795,6 +4797,7 @@ var TablePerformerColumnTypeStudio;
|
|
|
4795
4797
|
TablePerformerColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
4796
4798
|
TablePerformerColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
|
|
4797
4799
|
TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
4800
|
+
TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
4798
4801
|
})(TablePerformerColumnTypeStudio || (TablePerformerColumnTypeStudio = {}));
|
|
4799
4802
|
;
|
|
4800
4803
|
|
|
@@ -4808,7 +4811,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
4808
4811
|
/**
|
|
4809
4812
|
* VRt.Studio [ST]
|
|
4810
4813
|
*
|
|
4811
|
-
* The version of the OpenAPI document:
|
|
4814
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4812
4815
|
* Contact: servicedesk@veeroute.com
|
|
4813
4816
|
*
|
|
4814
4817
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4827,6 +4830,7 @@ var TableTransportColumnTypeStudio;
|
|
|
4827
4830
|
TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
4828
4831
|
TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
|
|
4829
4832
|
TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
4833
|
+
TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
4830
4834
|
})(TableTransportColumnTypeStudio || (TableTransportColumnTypeStudio = {}));
|
|
4831
4835
|
;
|
|
4832
4836
|
|
|
@@ -4840,7 +4844,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
4840
4844
|
/**
|
|
4841
4845
|
* VRt.Studio [ST]
|
|
4842
4846
|
*
|
|
4843
|
-
* The version of the OpenAPI document:
|
|
4847
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4844
4848
|
* Contact: servicedesk@veeroute.com
|
|
4845
4849
|
*
|
|
4846
4850
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4856,6 +4860,8 @@ var TableTripColumnTypeStudio;
|
|
|
4856
4860
|
TableTripColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
4857
4861
|
TableTripColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
4858
4862
|
TableTripColumnTypeStudio["ORDERS_COUNT"] = "ORDERS_COUNT";
|
|
4863
|
+
TableTripColumnTypeStudio["NAME"] = "NAME";
|
|
4864
|
+
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
4859
4865
|
})(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
|
|
4860
4866
|
;
|
|
4861
4867
|
|
|
@@ -4869,7 +4875,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
4869
4875
|
/**
|
|
4870
4876
|
* VRt.Studio [ST]
|
|
4871
4877
|
*
|
|
4872
|
-
* The version of the OpenAPI document:
|
|
4878
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4873
4879
|
* Contact: servicedesk@veeroute.com
|
|
4874
4880
|
*
|
|
4875
4881
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4896,7 +4902,7 @@ var TransportTypeStudio;
|
|
|
4896
4902
|
/**
|
|
4897
4903
|
* VRt.Studio [ST]
|
|
4898
4904
|
*
|
|
4899
|
-
* The version of the OpenAPI document:
|
|
4905
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4900
4906
|
* Contact: servicedesk@veeroute.com
|
|
4901
4907
|
*
|
|
4902
4908
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4915,7 +4921,7 @@ var TripStartTimeStrategyStudio;
|
|
|
4915
4921
|
/**
|
|
4916
4922
|
* VRt.Studio [ST]
|
|
4917
4923
|
*
|
|
4918
|
-
* The version of the OpenAPI document:
|
|
4924
|
+
* The version of the OpenAPI document: 6.2.1912
|
|
4919
4925
|
* Contact: servicedesk@veeroute.com
|
|
4920
4926
|
*
|
|
4921
4927
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5003,5 +5009,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
5003
5009
|
* Generated bundle index. Do not edit.
|
|
5004
5010
|
*/
|
|
5005
5011
|
|
|
5006
|
-
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandStudioDemandTypeEnum, EntityErrorTypeStudio, EntityTypeStudio,
|
|
5012
|
+
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandStudioDemandTypeEnum, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactStudioTypeEnum, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebOrderGeopointStudioDemandTypeEnum, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
5007
5013
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|