@veeroute/lss-studio-angular 7.21.2852 → 7.23.2924
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 +118 -117
- package/api/backupsService.d.ts +4 -9
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsService.d.ts +4 -9
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsService.d.ts +4 -9
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsService.d.ts +4 -9
- package/api/experimentsServiceInterface.d.ts +2 -2
- package/api/explorerService.d.ts +27 -10
- package/api/explorerServiceInterface.d.ts +11 -2
- package/api/externalRoutingService.d.ts +4 -9
- package/api/externalRoutingServiceInterface.d.ts +1 -1
- package/api/factsService.d.ts +4 -9
- package/api/factsServiceInterface.d.ts +1 -1
- package/api/hardlinksService.d.ts +4 -9
- package/api/hardlinksServiceInterface.d.ts +1 -1
- package/api/locationsService.d.ts +4 -9
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersService.d.ts +4 -9
- package/api/ordersServiceInterface.d.ts +1 -1
- package/api/performersService.d.ts +4 -9
- package/api/performersServiceInterface.d.ts +1 -1
- package/api/systemService.d.ts +4 -9
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsService.d.ts +4 -9
- package/api/transportsServiceInterface.d.ts +1 -1
- package/api/tripsService.d.ts +4 -9
- package/api/tripsServiceInterface.d.ts +1 -1
- package/api/userService.d.ts +4 -9
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +21 -0
- package/cfg/process_types.json +6 -0
- package/configuration.d.ts +4 -2
- package/esm2022/api/backupsService.mjs +25 -109
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +60 -200
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/customIconsService.mjs +61 -201
- package/esm2022/api/customIconsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +240 -666
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +150 -309
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +42 -154
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +92 -284
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +83 -261
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +76 -244
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +103 -313
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +94 -290
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +32 -118
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +94 -290
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +130 -386
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +60 -200
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +79 -0
- package/esm2022/configuration.mjs +33 -17
- package/esm2022/index.mjs +2 -1
- package/esm2022/model/actualizeSettings.mjs +2 -2
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/basicProcess.mjs +2 -2
- package/esm2022/model/basicState.mjs +2 -2
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +2 -2
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +2 -2
- package/esm2022/model/breakRules.mjs +1 -1
- package/esm2022/model/calculationHistoryElement.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityCost.mjs +2 -2
- package/esm2022/model/capacityLimit.mjs +2 -2
- package/esm2022/model/capacityMultiplier.mjs +2 -2
- package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
- package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
- package/esm2022/model/capacityStatisticsSum.mjs +2 -2
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +2 -2
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoRotationType.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/compatibilityPenalty.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +2 -2
- package/esm2022/model/customfieldsSettings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +2 -2
- package/esm2022/model/demandType.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +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/experimentSpecification.mjs +2 -2
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +2 -2
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factType.mjs +2 -2
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +2 -2
- package/esm2022/model/filesystemCounters.mjs +1 -1
- package/esm2022/model/filesystemPath.mjs +1 -1
- package/esm2022/model/folder.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -1
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general400.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/generalStatistics.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +1 -1
- package/esm2022/model/geopoint.mjs +2 -2
- package/esm2022/model/hardlink.mjs +1 -1
- package/esm2022/model/hardlinkElement.mjs +1 -1
- package/esm2022/model/hardlinkElementType.mjs +2 -2
- package/esm2022/model/importSample.mjs +2 -2
- package/esm2022/model/importSource.mjs +2 -2
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/loadStatistics.mjs +1 -1
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCargosLimit.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/locationLimit.mjs +1 -1
- package/esm2022/model/locationLimitStatistics.mjs +1 -1
- package/esm2022/model/locationStatistics.mjs +1 -1
- package/esm2022/model/locationTimetableElement.mjs +1 -1
- package/esm2022/model/locationTransportsLimit.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +1 -2
- 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/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/esm2022/provide-api.mjs +15 -0
- package/fesm2022/veeroute-lss-studio-angular.mjs +1491 -4065
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +2 -2
- package/model/assignedTransport.d.ts +2 -2
- 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 +2 -2
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/breakRules.d.ts +5 -2
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +1 -1
- package/model/customfieldsSettings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/experiment.d.ts +1 -1
- package/model/experimentCheck.d.ts +2 -2
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +3 -3
- package/model/extensionSettings.d.ts +1 -1
- package/model/fact.d.ts +1 -1
- package/model/factType.d.ts +1 -1
- package/model/featureLifetime.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +1 -1
- package/model/filesystemCounters.d.ts +7 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.d.ts +2 -2
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +2 -2
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/generalStatistics.d.ts +13 -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 +10 -1
- package/model/location.d.ts +1 -1
- package/model/locationCargosLimit.d.ts +9 -3
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/locationLimit.d.ts +5 -2
- package/model/locationLimitStatistics.d.ts +7 -1
- package/model/locationStatistics.d.ts +9 -1
- package/model/locationTimetableElement.d.ts +5 -2
- package/model/locationTransportsLimit.d.ts +1 -1
- package/model/measurements.d.ts +2 -2
- package/model/models.d.ts +0 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/performer.d.ts +4 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerLimits.d.ts +2 -2
- package/model/performerShift.d.ts +9 -3
- 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 +3 -3
- package/model/possibleEvent.d.ts +5 -2
- package/model/quality.d.ts +7 -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 +5 -2
- package/model/roundtripStatistics.d.ts +4 -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 +5 -2
- package/model/stopStatistics.d.ts +23 -2
- package/model/tableCustomfields.d.ts +1 -1
- package/model/tableCustomfieldsColumnType.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableExperimentColumnType.d.ts +1 -1
- package/model/tableFact.d.ts +1 -1
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +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 +7 -1
- package/model/tableFactMetricsFilterList.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +2 -2
- package/model/tableFilterDurationRange.d.ts +1 -1
- package/model/tableFilterEnumList.d.ts +2 -2
- package/model/tableFilterFloatRange.d.ts +2 -2
- package/model/tableFilterIntRange.d.ts +2 -2
- 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/tableHardlinkMetrics.d.ts +7 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +7 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +3 -3
- 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 +7 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +7 -7
- 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 +7 -1
- package/model/tableOrderMetricsFilterList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +4 -4
- 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 +7 -1
- package/model/tablePerformerMetricsFilterList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +3 -3
- 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 +7 -1
- package/model/tableTransportMetricsFilterList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +3 -3
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/tableTripMetrics.d.ts +7 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +1 -1
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +6 -3
- 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 +5 -2
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +7 -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 +5 -2
- 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 +4 -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 +7 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +7 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +7 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +7 -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/provide-api.d.ts +3 -0
- package/esm2022/model/timeWindowNull.mjs +0 -11
- package/model/timeWindowNull.d.ts +0 -23
package/README.md
CHANGED
|
@@ -1,162 +1,163 @@
|
|
|
1
|
-
# @veeroute/lss-studio-angular@7.
|
|
1
|
+
# @veeroute/lss-studio-angular@7.23.2924
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
Veeroute Studio API. # Description Server part of the Veeroute Studio. ## Reserved attributes These attribute keys are reserved for specific business logic: | Attribute key | Parent entity | Purpose | |:---------------------|:--------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `ICON_NAME` | location | The attribute value is written to the `web_location_geopoint.icon_name` field | | `FORCED_GEOPROVIDER` | geo_settings | The attribute value determines the geodata provider for rendering flights on the map, which will be used instead of the one specified in the `plan_settings.geo_settings.geo_provider` field | ## Entity relationship diagram 
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The version of the OpenAPI document: 7.23.2924
|
|
6
6
|
|
|
7
|
+
## Building
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
// without configuring providers
|
|
10
|
-
import { LssStudioApiModule } from '@veeroute/lss-studio-angular';
|
|
11
|
-
import { HttpClientModule } from '@angular/common/http';
|
|
9
|
+
To install the required dependencies and to build the typescript sources run:
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// make sure to import the HttpClientModule in the AppModule only,
|
|
17
|
-
// see https://github.com/angular/angular/issues/20575
|
|
18
|
-
HttpClientModule
|
|
19
|
-
],
|
|
20
|
-
declarations: [ AppComponent ],
|
|
21
|
-
providers: [],
|
|
22
|
-
bootstrap: [ AppComponent ]
|
|
23
|
-
})
|
|
24
|
-
export class AppModule {}
|
|
11
|
+
```console
|
|
12
|
+
npm install
|
|
13
|
+
npm run build
|
|
25
14
|
```
|
|
26
15
|
|
|
27
|
-
|
|
28
|
-
// configuring providers
|
|
29
|
-
import { LssStudioApiModule, Configuration, ConfigurationParameters } from '@veeroute/lss-studio-angular';
|
|
30
|
-
|
|
31
|
-
export function apiConfigFactory (): Configuration {
|
|
32
|
-
const params: ConfigurationParameters = {
|
|
33
|
-
// set configuration parameters here.
|
|
34
|
-
}
|
|
35
|
-
return new Configuration(params);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@NgModule({
|
|
39
|
-
imports: [ LssStudioApiModule.forRoot(apiConfigFactory) ],
|
|
40
|
-
declarations: [ AppComponent ],
|
|
41
|
-
providers: [],
|
|
42
|
-
bootstrap: [ AppComponent ]
|
|
43
|
-
})
|
|
44
|
-
export class AppModule {}
|
|
45
|
-
```
|
|
16
|
+
## Publishing
|
|
46
17
|
|
|
47
|
-
|
|
48
|
-
// configuring providers with an authentication service that manages your access tokens
|
|
49
|
-
import { LssStudioApiModule, Configuration } from '@veeroute/lss-studio-angular';
|
|
18
|
+
First build the package then run `npm publish dist` (don't forget to specify the `dist` folder!)
|
|
50
19
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
basePath: environment.apiUrl,
|
|
60
|
-
accessToken: authService.getAccessToken.bind(authService)
|
|
61
|
-
}
|
|
62
|
-
),
|
|
63
|
-
deps: [AuthService],
|
|
64
|
-
multi: false
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
bootstrap: [ AppComponent ]
|
|
68
|
-
})
|
|
69
|
-
export class AppModule {}
|
|
20
|
+
## Consuming
|
|
21
|
+
|
|
22
|
+
Navigate to the folder of your consuming project and run one of next commands.
|
|
23
|
+
|
|
24
|
+
_published:_
|
|
25
|
+
|
|
26
|
+
```console
|
|
27
|
+
npm install @veeroute/lss-studio-angular@7.23.2924 --save
|
|
70
28
|
```
|
|
71
29
|
|
|
72
|
-
|
|
73
|
-
import { DefaultApi } from '@veeroute/lss-studio-angular';
|
|
30
|
+
_without publishing (not recommended):_
|
|
74
31
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
32
|
+
```console
|
|
33
|
+
npm install PATH_TO_GENERATED_PACKAGE/dist.tgz --save
|
|
78
34
|
```
|
|
79
35
|
|
|
80
|
-
|
|
81
|
-
This is to ensure that all services are treated as singletons.
|
|
36
|
+
_It's important to take the tgz file, otherwise you'll get trouble with links on windows_
|
|
82
37
|
|
|
83
|
-
|
|
38
|
+
_using `npm link`:_
|
|
84
39
|
|
|
85
|
-
In
|
|
86
|
-
you can create an alias name when importing the modules
|
|
87
|
-
in order to avoid naming conflicts:
|
|
40
|
+
In PATH_TO_GENERATED_PACKAGE/dist:
|
|
88
41
|
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
import { HttpClientModule } from '@angular/common/http';
|
|
42
|
+
```console
|
|
43
|
+
npm link
|
|
44
|
+
```
|
|
93
45
|
|
|
94
|
-
|
|
95
|
-
imports: [
|
|
96
|
-
LssStudioApiModule,
|
|
97
|
-
OtherApiModule,
|
|
98
|
-
// make sure to import the HttpClientModule in the AppModule only,
|
|
99
|
-
// see https://github.com/angular/angular/issues/20575
|
|
100
|
-
HttpClientModule
|
|
101
|
-
]
|
|
102
|
-
})
|
|
103
|
-
export class AppModule {
|
|
46
|
+
In your project:
|
|
104
47
|
|
|
105
|
-
|
|
48
|
+
```console
|
|
49
|
+
npm link @veeroute/lss-studio-angular
|
|
106
50
|
```
|
|
107
51
|
|
|
108
|
-
|
|
52
|
+
__Note for Windows users:__ The Angular CLI has troubles to use linked npm packages.
|
|
53
|
+
Please refer to this issue <https://github.com/angular/angular-cli/issues/8284> for a solution / workaround.
|
|
54
|
+
Published packages are not effected by this issue.
|
|
55
|
+
|
|
56
|
+
### General usage
|
|
109
57
|
|
|
110
|
-
|
|
58
|
+
In your Angular project:
|
|
111
59
|
|
|
112
60
|
```typescript
|
|
113
|
-
import { BASE_PATH } from '@veeroute/lss-studio-angular';
|
|
114
61
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
62
|
+
import { ApplicationConfig } from '@angular/core';
|
|
63
|
+
import { provideHttpClient } from '@angular/common/http';
|
|
64
|
+
import { provideApi } from '@veeroute/lss-studio-angular';
|
|
65
|
+
|
|
66
|
+
export const appConfig: ApplicationConfig = {
|
|
67
|
+
providers: [
|
|
68
|
+
// ...
|
|
69
|
+
provideHttpClient(),
|
|
70
|
+
provideApi()
|
|
71
|
+
],
|
|
72
|
+
};
|
|
118
73
|
```
|
|
119
74
|
|
|
120
|
-
|
|
75
|
+
**NOTE**
|
|
76
|
+
If you're still using `AppModule` and haven't [migrated](https://angular.dev/reference/migrations/standalone) yet, you can still import an Angular module:
|
|
77
|
+
```typescript
|
|
78
|
+
import { LssStudioApiModule } from '@veeroute/lss-studio-angular';
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
If different from the generated base path, during app bootstrap, you can provide the base path to your service.
|
|
121
82
|
|
|
122
83
|
```typescript
|
|
123
|
-
import {
|
|
84
|
+
import { ApplicationConfig } from '@angular/core';
|
|
85
|
+
import { provideHttpClient } from '@angular/common/http';
|
|
86
|
+
import { provideApi } from '@veeroute/lss-studio-angular';
|
|
124
87
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
88
|
+
export const appConfig: ApplicationConfig = {
|
|
89
|
+
providers: [
|
|
90
|
+
// ...
|
|
91
|
+
provideHttpClient(),
|
|
92
|
+
provideApi('http://localhost:9999')
|
|
93
|
+
],
|
|
94
|
+
};
|
|
132
95
|
```
|
|
133
96
|
|
|
134
|
-
|
|
97
|
+
```typescript
|
|
98
|
+
// with a custom configuration
|
|
99
|
+
import { ApplicationConfig } from '@angular/core';
|
|
100
|
+
import { provideHttpClient } from '@angular/common/http';
|
|
101
|
+
import { provideApi } from '@veeroute/lss-studio-angular';
|
|
135
102
|
|
|
136
|
-
|
|
103
|
+
export const appConfig: ApplicationConfig = {
|
|
104
|
+
providers: [
|
|
105
|
+
// ...
|
|
106
|
+
provideHttpClient(),
|
|
107
|
+
provideApi({
|
|
108
|
+
withCredentials: true,
|
|
109
|
+
username: 'user',
|
|
110
|
+
password: 'password'
|
|
111
|
+
})
|
|
112
|
+
],
|
|
113
|
+
};
|
|
114
|
+
```
|
|
137
115
|
|
|
138
116
|
```typescript
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
117
|
+
// with factory building a custom configuration
|
|
118
|
+
import { ApplicationConfig } from '@angular/core';
|
|
119
|
+
import { provideHttpClient } from '@angular/common/http';
|
|
120
|
+
import { provideApi, Configuration } from '@veeroute/lss-studio-angular';
|
|
121
|
+
|
|
122
|
+
export const appConfig: ApplicationConfig = {
|
|
123
|
+
providers: [
|
|
124
|
+
// ...
|
|
125
|
+
provideHttpClient(),
|
|
126
|
+
{
|
|
127
|
+
provide: Configuration,
|
|
128
|
+
useFactory: (authService: AuthService) => new Configuration({
|
|
129
|
+
basePath: 'http://localhost:9999',
|
|
130
|
+
withCredentials: true,
|
|
131
|
+
username: authService.getUsername(),
|
|
132
|
+
password: authService.getPassword(),
|
|
133
|
+
}),
|
|
134
|
+
deps: [AuthService],
|
|
135
|
+
multi: false
|
|
136
|
+
}
|
|
137
|
+
],
|
|
142
138
|
};
|
|
143
139
|
```
|
|
144
140
|
|
|
145
|
-
|
|
141
|
+
### Using multiple OpenAPI files / APIs
|
|
142
|
+
|
|
143
|
+
In order to use multiple APIs generated from different OpenAPI files,
|
|
144
|
+
you can create an alias name when importing the modules
|
|
145
|
+
in order to avoid naming conflicts:
|
|
146
146
|
|
|
147
147
|
```typescript
|
|
148
|
-
import {
|
|
148
|
+
import { provideApi as provideUserApi } from 'my-user-api-path';
|
|
149
|
+
import { provideApi as provideAdminApi } from 'my-admin-api-path';
|
|
150
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
149
151
|
import { environment } from '../environments/environment';
|
|
150
152
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
export class AppModule { }
|
|
153
|
+
export const appConfig: ApplicationConfig = {
|
|
154
|
+
providers: [
|
|
155
|
+
// ...
|
|
156
|
+
provideHttpClient(),
|
|
157
|
+
provideUserApi(environment.basePath),
|
|
158
|
+
provideAdminApi(environment.basePath),
|
|
159
|
+
],
|
|
160
|
+
};
|
|
160
161
|
```
|
|
161
162
|
|
|
162
163
|
### Customizing path parameter encoding
|
package/api/backupsService.d.ts
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { Configuration } from '../configuration';
|
|
4
|
+
import { BaseService } from '../api.base.service';
|
|
4
5
|
import { BackupsServiceInterface, CreateBackupRequestParams, RestoreBackupRequestParams } from './backupsServiceInterface';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BackupsService implements BackupsServiceInterface {
|
|
7
|
+
export declare class BackupsService extends BaseService implements BackupsServiceInterface {
|
|
7
8
|
protected httpClient: HttpClient;
|
|
8
|
-
|
|
9
|
-
defaultHeaders: HttpHeaders;
|
|
10
|
-
configuration: Configuration;
|
|
11
|
-
encoder: HttpParameterCodec;
|
|
12
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
13
|
-
private addToHttpParams;
|
|
14
|
-
private addToHttpParamsRecursive;
|
|
9
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
15
10
|
/**
|
|
16
11
|
* Folder export
|
|
17
12
|
* Export folder with experiments.
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { CustomfieldsSettingsStudio } from '../model/customfieldsSettings';
|
|
4
4
|
import { SettingsKeyListStudio } from '../model/settingsKeyList';
|
|
5
5
|
import { Configuration } from '../configuration';
|
|
6
|
+
import { BaseService } from '../api.base.service';
|
|
6
7
|
import { CustomFieldsServiceInterface, CreateCustomfieldsSettingsRequestParams, DeleteCustomfieldsSettingsRequestParams, ReadCustomfieldsSettingsRequestParams, SetCustomfieldsSettingsActiveKeyRequestParams, UpdateCustomfieldsSettingsRequestParams } from './customFieldsServiceInterface';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CustomFieldsService implements CustomFieldsServiceInterface {
|
|
9
|
+
export declare class CustomFieldsService extends BaseService implements CustomFieldsServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Create fields settings
|
|
19
14
|
* Create custom fields settings.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { SettingsKeyListStudio } from '../model/settingsKeyList';
|
|
4
4
|
import { Configuration } from '../configuration';
|
|
5
|
+
import { BaseService } from '../api.base.service';
|
|
5
6
|
import { CustomIconsServiceInterface, CreateCustomiconsSettingsRequestParams, DeleteCustomiconsSettingsRequestParams, ReadCustomiconsSettingsRequestParams, SetCustomiconsSettingsActiveKeyRequestParams, UpdateCustomiconsSettingsRequestParams } from './customIconsServiceInterface';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CustomIconsService implements CustomIconsServiceInterface {
|
|
8
|
+
export declare class CustomIconsService extends BaseService implements CustomIconsServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Update icons settings
|
|
18
13
|
* Create custom icons settings.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { CalculationHistoryElementStudio } from '../model/calculationHistoryElement';
|
|
4
4
|
import { ExperimentListStudio } from '../model/experimentList';
|
|
@@ -7,17 +7,12 @@ import { ExperimentStudio } from '../model/experiment';
|
|
|
7
7
|
import { FilesystemPathStudio } from '../model/filesystemPath';
|
|
8
8
|
import { UniversalDataStudio } from '../model/universalData';
|
|
9
9
|
import { Configuration } from '../configuration';
|
|
10
|
+
import { BaseService } from '../api.base.service';
|
|
10
11
|
import { ExperimentsServiceInterface, CreateExperimentRequestParams, DeleteExperimentRequestParams, DuplicateExperimentRequestParams, ExportJsonRequestParams, ExportXlsxRequestParams, GlobalSearchRequestParams, ImportJsonRequestParams, ImportJsonTracedataRequestParams, ImportJsonUrlRequestParams, ImportXlsxRequestParams, ReadExperimentRequestParams, ReadExperimentCalculationHistoryRequestParams, ReadExperimentNeighborsRequestParams, ReadExperimentPathRequestParams, ReadFolderRequestParams, RunExperimentCalculationRequestParams, RunExperimentRecalculateStatsRequestParams, RunExperimentRecalculateTracksRequestParams, RunExperimentRefineRequestParams, RunExperimentValidationRequestParams, StopExperimentCalculationRequestParams, UpdateExperimentRequestParams, UpdateExperimentIndicatorsRequestParams, UpdateExperimentSettingsRequestParams } from './experimentsServiceInterface';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ExperimentsService implements ExperimentsServiceInterface {
|
|
13
|
+
export declare class ExperimentsService extends BaseService implements ExperimentsServiceInterface {
|
|
13
14
|
protected httpClient: HttpClient;
|
|
14
|
-
|
|
15
|
-
defaultHeaders: HttpHeaders;
|
|
16
|
-
configuration: Configuration;
|
|
17
|
-
encoder: HttpParameterCodec;
|
|
18
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
19
|
-
private addToHttpParams;
|
|
20
|
-
private addToHttpParamsRecursive;
|
|
15
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
21
16
|
/**
|
|
22
17
|
* Create experiment
|
|
23
18
|
* Create new experiment.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Studio [ST]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.23.2924
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -79,7 +79,7 @@ export interface ReadExperimentPathRequestParams {
|
|
|
79
79
|
experimentKey: string;
|
|
80
80
|
}
|
|
81
81
|
export interface ReadFolderRequestParams {
|
|
82
|
-
folderKey?: string
|
|
82
|
+
folderKey?: string;
|
|
83
83
|
filter?: string;
|
|
84
84
|
offset?: number;
|
|
85
85
|
limit?: number;
|
package/api/explorerService.d.ts
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { FilesystemCountersStudio } from '../model/filesystemCounters';
|
|
4
4
|
import { FilesystemPathStudio } from '../model/filesystemPath';
|
|
5
5
|
import { FilesystemStudio } from '../model/filesystem';
|
|
6
6
|
import { FolderSpecificationStudio } from '../model/folderSpecification';
|
|
7
7
|
import { Configuration } from '../configuration';
|
|
8
|
-
import {
|
|
8
|
+
import { BaseService } from '../api.base.service';
|
|
9
|
+
import { ExplorerServiceInterface, CreateFolderRequestParams, CreateFoldersBatchRequestParams, DeleteFilesBatchRequestParams, DeleteFolderRequestParams, DeleteFoldersBatchRequestParams, ReadFilesystemRequestParams, ReadFolderKeyRequestParams, ReadFolderPathRequestParams, ReadFolderSpecificationRequestParams, UpdateFolderRequestParams } from './explorerServiceInterface';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ExplorerService implements ExplorerServiceInterface {
|
|
11
|
+
export declare class ExplorerService extends BaseService implements ExplorerServiceInterface {
|
|
11
12
|
protected httpClient: HttpClient;
|
|
12
|
-
|
|
13
|
-
defaultHeaders: HttpHeaders;
|
|
14
|
-
configuration: Configuration;
|
|
15
|
-
encoder: HttpParameterCodec;
|
|
16
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
17
|
-
private addToHttpParams;
|
|
18
|
-
private addToHttpParamsRecursive;
|
|
13
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
19
14
|
/**
|
|
20
15
|
* Create folder
|
|
21
16
|
* Create new folder.
|
|
@@ -169,6 +164,28 @@ export declare class ExplorerService implements ExplorerServiceInterface {
|
|
|
169
164
|
context?: HttpContext;
|
|
170
165
|
transferCache?: boolean;
|
|
171
166
|
}): Observable<HttpEvent<FilesystemCountersStudio>>;
|
|
167
|
+
/**
|
|
168
|
+
* Folder key
|
|
169
|
+
* Getting a folder key by path.
|
|
170
|
+
* @param requestParameters
|
|
171
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
172
|
+
* @param reportProgress flag to report request and response progress.
|
|
173
|
+
*/
|
|
174
|
+
readFolderKey(requestParameters: ReadFolderKeyRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
175
|
+
httpHeaderAccept?: 'application/json';
|
|
176
|
+
context?: HttpContext;
|
|
177
|
+
transferCache?: boolean;
|
|
178
|
+
}): Observable<string>;
|
|
179
|
+
readFolderKey(requestParameters: ReadFolderKeyRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
180
|
+
httpHeaderAccept?: 'application/json';
|
|
181
|
+
context?: HttpContext;
|
|
182
|
+
transferCache?: boolean;
|
|
183
|
+
}): Observable<HttpResponse<string>>;
|
|
184
|
+
readFolderKey(requestParameters: ReadFolderKeyRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
185
|
+
httpHeaderAccept?: 'application/json';
|
|
186
|
+
context?: HttpContext;
|
|
187
|
+
transferCache?: boolean;
|
|
188
|
+
}): Observable<HttpEvent<string>>;
|
|
172
189
|
/**
|
|
173
190
|
* Folder path
|
|
174
191
|
* Folder path.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Studio [ST]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.23.2924
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -31,13 +31,16 @@ export interface DeleteFoldersBatchRequestParams {
|
|
|
31
31
|
requestBody: Array<string>;
|
|
32
32
|
}
|
|
33
33
|
export interface ReadFilesystemRequestParams {
|
|
34
|
-
folderKey?: string
|
|
34
|
+
folderKey?: string;
|
|
35
35
|
filter?: string;
|
|
36
36
|
offset?: number;
|
|
37
37
|
limit?: number;
|
|
38
38
|
sortField?: FilesystemColumnTypeStudio;
|
|
39
39
|
sortDirection?: 'ASC' | 'DESC';
|
|
40
40
|
}
|
|
41
|
+
export interface ReadFolderKeyRequestParams {
|
|
42
|
+
requestBody: Array<string>;
|
|
43
|
+
}
|
|
41
44
|
export interface ReadFolderPathRequestParams {
|
|
42
45
|
folderKey: string;
|
|
43
46
|
}
|
|
@@ -92,6 +95,12 @@ export interface ExplorerServiceInterface {
|
|
|
92
95
|
* Getting a virtual filesystem counters.
|
|
93
96
|
*/
|
|
94
97
|
readFilesystemCounters(extraHttpRequestParams?: any): Observable<FilesystemCountersStudio>;
|
|
98
|
+
/**
|
|
99
|
+
* Folder key
|
|
100
|
+
* Getting a folder key by path.
|
|
101
|
+
* @param requestParameters
|
|
102
|
+
*/
|
|
103
|
+
readFolderKey(requestParameters: ReadFolderKeyRequestParams, extraHttpRequestParams?: any): Observable<string>;
|
|
95
104
|
/**
|
|
96
105
|
* Folder path
|
|
97
106
|
* Folder path.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { RoutingTransportMatrixStudio } from '../model/routingTransportMatrix';
|
|
4
4
|
import { Configuration } from '../configuration';
|
|
5
|
+
import { BaseService } from '../api.base.service';
|
|
5
6
|
import { ExternalRoutingServiceInterface, CreateExternalroutingRequestParams, DeleteExternalroutingRequestParams, ReadExternalroutingRequestParams, UpdateExternalroutingRequestParams } from './externalRoutingServiceInterface';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ExternalRoutingService implements ExternalRoutingServiceInterface {
|
|
8
|
+
export declare class ExternalRoutingService extends BaseService implements ExternalRoutingServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Create externalrouting
|
|
18
13
|
* Create new external routing.
|
package/api/factsService.d.ts
CHANGED
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { TableFactListStudio } from '../model/tableFactList';
|
|
4
4
|
import { TableFactMetricsStudio } from '../model/tableFactMetrics';
|
|
5
5
|
import { WebFactStudio } from '../model/webFact';
|
|
6
6
|
import { Configuration } from '../configuration';
|
|
7
|
+
import { BaseService } from '../api.base.service';
|
|
7
8
|
import { FactsServiceInterface, CreateFactRequestParams, DeleteFactRequestParams, DeleteFactsRequestParams, DisableFactsRequestParams, EnableFactsRequestParams, ReadFactRequestParams, ReadFactsRequestParams, ReadFactsMetricsRequestParams, UpdateFactRequestParams } from './factsServiceInterface';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class FactsService implements FactsServiceInterface {
|
|
10
|
+
export declare class FactsService extends BaseService implements FactsServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* Create fact
|
|
20
15
|
* Create new fact.
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { TableHardlinkListStudio } from '../model/tableHardlinkList';
|
|
4
4
|
import { TableHardlinkMetricsStudio } from '../model/tableHardlinkMetrics';
|
|
5
5
|
import { WebHardlinkStudio } from '../model/webHardlink';
|
|
6
6
|
import { Configuration } from '../configuration';
|
|
7
|
+
import { BaseService } from '../api.base.service';
|
|
7
8
|
import { HardlinksServiceInterface, CreateHardlinkRequestParams, DeleteHardlinkRequestParams, DisableHardlinksRequestParams, EnableHardlinksRequestParams, ReadHardlinkRequestParams, ReadHardlinksRequestParams, ReadHardlinksMetricsRequestParams, UpdateHardlinkRequestParams } from './hardlinksServiceInterface';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class HardlinksService implements HardlinksServiceInterface {
|
|
10
|
+
export declare class HardlinksService extends BaseService implements HardlinksServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* Create hardlink
|
|
20
15
|
* Create new hardlink.
|