@veeroute/lss-studio-angular 7.23.2926 → 7.24.2983
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsService.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +6 -6
- package/api/explorerService.d.ts +23 -1
- package/api/explorerServiceInterface.d.ts +11 -1
- package/api/externalRoutingServiceInterface.d.ts +1 -1
- package/api/factsServiceInterface.d.ts +1 -1
- package/api/hardlinksServiceInterface.d.ts +1 -1
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersServiceInterface.d.ts +1 -1
- package/api/performersServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +1 -1
- package/api/tripsServiceInterface.d.ts +1 -1
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/cfg/entity_error_type.yaml +2 -2
- package/cfg/entity_warning_type.yaml +8 -4
- package/cfg/process_types.json +6 -0
- package/cfg/table_settings.json +1726 -46
- package/esm2022/api/backupsService.mjs +2 -2
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +2 -2
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/customIconsService.mjs +2 -2
- package/esm2022/api/customIconsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +14 -14
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +51 -2
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +2 -2
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +2 -2
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +2 -2
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +2 -2
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +2 -2
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +2 -2
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +2 -2
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +2 -2
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +2 -2
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- package/esm2022/model/actualizeSettings.mjs +2 -2
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/basicProcess.mjs +2 -2
- package/esm2022/model/basicState.mjs +2 -2
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +2 -2
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +2 -2
- package/esm2022/model/breakRules.mjs +1 -1
- package/esm2022/model/calculationHistoryElement.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityCost.mjs +2 -2
- package/esm2022/model/capacityLimit.mjs +2 -2
- package/esm2022/model/capacityMultiplier.mjs +2 -2
- package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
- package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
- package/esm2022/model/capacityStatisticsSum.mjs +2 -2
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +2 -2
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoRotationType.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/compatibilityPenalty.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +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 +3 -3
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentNeighbors.mjs +2 -2
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +2 -2
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factType.mjs +2 -2
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/fileNamePath.mjs +11 -0
- package/esm2022/model/fileSpecification.mjs +11 -0
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +3 -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 +3 -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 +4 -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 +32 -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/fesm2022/veeroute-lss-studio-angular.mjs +209 -117
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +1 -1
- package/model/assignedTransport.d.ts +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/basicProcess.d.ts +1 -1
- package/model/basicState.d.ts +1 -1
- package/model/box.d.ts +6 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/breakRules.d.ts +1 -1
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +1 -1
- package/model/customfieldsSettings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +2 -2
- 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 +5 -5
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/extensionSettings.d.ts +13 -1
- package/model/fact.d.ts +1 -1
- package/model/factType.d.ts +1 -1
- package/model/featureLifetime.d.ts +1 -1
- package/model/fileNamePath.d.ts +23 -0
- package/model/{experimentSpecification.d.ts → fileSpecification.d.ts} +5 -5
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +2 -1
- package/model/filesystemCounters.d.ts +1 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.d.ts +5 -1
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +5 -1
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/generalStatistics.d.ts +1 -1
- package/model/geoSettings.d.ts +1 -1
- package/model/geopoint.d.ts +1 -1
- package/model/hardlink.d.ts +1 -1
- package/model/hardlinkElement.d.ts +1 -1
- package/model/hardlinkElementType.d.ts +1 -1
- package/model/importSample.d.ts +1 -1
- package/model/importSource.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/loadStatistics.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCargosLimit.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/locationLimit.d.ts +1 -1
- package/model/locationLimitStatistics.d.ts +1 -1
- package/model/locationStatistics.d.ts +1 -1
- package/model/locationTimetableElement.d.ts +1 -1
- package/model/locationTransportsLimit.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +2 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerLimits.d.ts +1 -1
- package/model/performerShift.d.ts +1 -1
- package/model/performerTariff.d.ts +1 -1
- package/model/performerTariffConstraint.d.ts +1 -1
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/possibleEvent.d.ts +1 -1
- package/model/quality.d.ts +1 -1
- package/model/removedItems.d.ts +1 -1
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/rest.d.ts +1 -1
- package/model/restRules.d.ts +1 -1
- package/model/roundtripStatistics.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingMatrixWaypoint.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +4 -2
- package/model/settingsKeyList.d.ts +1 -1
- package/model/stopDemand.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableCustomfields.d.ts +121 -1
- package/model/tableCustomfieldsColumnType.d.ts +32 -2
- 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 +1 -1
- package/model/tableFactMetricsFilterList.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterDurationRange.d.ts +1 -1
- package/model/tableFilterEnumList.d.ts +1 -1
- package/model/tableFilterFloatRange.d.ts +1 -1
- package/model/tableFilterIntRange.d.ts +1 -1
- package/model/tableFilterStringList.d.ts +1 -1
- package/model/tableFilterStringSearch.d.ts +1 -1
- package/model/tableFilterType.d.ts +1 -1
- package/model/tableHardlink.d.ts +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 +1 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +1 -1
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableLocationMetrics.d.ts +1 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +1 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tableOrderMetrics.d.ts +1 -1
- package/model/tableOrderMetricsFilterList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +1 -1
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tablePerformerMetrics.d.ts +1 -1
- package/model/tablePerformerMetricsFilterList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +1 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTransportMetrics.d.ts +1 -1
- package/model/tableTransportMetricsFilterList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +1 -1
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/tableTripMetrics.d.ts +1 -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 +1 -1
- package/model/tableTripStopFilter.d.ts +1 -1
- package/model/tableTripStopFilterList.d.ts +1 -1
- package/model/tableTripStopList.d.ts +1 -1
- package/model/taskStatistics.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/track.d.ts +1 -1
- package/model/trackList.d.ts +1 -1
- package/model/trackListCustom.d.ts +1 -1
- package/model/trackType.d.ts +1 -1
- package/model/trackpoint.d.ts +1 -1
- package/model/translations.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCapacityMultiplier.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportSpeedMultiplier.d.ts +1 -1
- package/model/transportTariff.d.ts +1 -1
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +1 -1
- package/model/tripAssumptions.d.ts +1 -1
- package/model/tripExpectations.d.ts +1 -1
- package/model/tripPenalties.d.ts +1 -1
- package/model/tripStartTimeStrategy.d.ts +1 -1
- package/model/tripState.d.ts +1 -1
- package/model/tripStateFlag.d.ts +1 -1
- package/model/tripStatistics.d.ts +1 -1
- package/model/tripsSettings.d.ts +1 -1
- package/model/universalData.d.ts +1 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/webFact.d.ts +1 -1
- package/model/webHardlink.d.ts +1 -1
- package/model/webLocation.d.ts +1 -1
- package/model/webLocationGeopoint.d.ts +1 -1
- package/model/webLocationGeopointList.d.ts +1 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripChart.d.ts +1 -1
- package/model/webTripChartDemand.d.ts +1 -1
- package/model/webTripChartList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
- package/esm2022/model/experimentSpecification.mjs +0 -11
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Studio [ST]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
182
182
|
* Contact: servicedesk@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Studio [ST]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
258
258
|
* Contact: servicedesk@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
381
381
|
/**
|
|
382
382
|
* VRt.Studio [ST]
|
|
383
383
|
*
|
|
384
|
-
* The version of the OpenAPI document: 7.
|
|
384
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
385
385
|
* Contact: servicedesk@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
685
685
|
/**
|
|
686
686
|
* VRt.Studio [ST]
|
|
687
687
|
*
|
|
688
|
-
* The version of the OpenAPI document: 7.
|
|
688
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
689
689
|
* Contact: servicedesk@veeroute.com
|
|
690
690
|
*
|
|
691
691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -990,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
990
990
|
/**
|
|
991
991
|
* VRt.Studio [ST]
|
|
992
992
|
*
|
|
993
|
-
* The version of the OpenAPI document: 7.
|
|
993
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
994
994
|
* Contact: servicedesk@veeroute.com
|
|
995
995
|
*
|
|
996
996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1004,9 +1004,9 @@ class ExperimentsService extends BaseService {
|
|
|
1004
1004
|
this.httpClient = httpClient;
|
|
1005
1005
|
}
|
|
1006
1006
|
createExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1007
|
-
const
|
|
1008
|
-
if (
|
|
1009
|
-
throw new Error('Required parameter
|
|
1007
|
+
const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
|
|
1008
|
+
if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
|
|
1009
|
+
throw new Error('Required parameter fileSpecificationStudio was null or undefined when calling createExperiment.');
|
|
1010
1010
|
}
|
|
1011
1011
|
let localVarHeaders = this.defaultHeaders;
|
|
1012
1012
|
// authentication (ApiKeyAuth) required
|
|
@@ -1043,7 +1043,7 @@ class ExperimentsService extends BaseService {
|
|
|
1043
1043
|
const { basePath, withCredentials } = this.configuration;
|
|
1044
1044
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1045
1045
|
context: localVarHttpContext,
|
|
1046
|
-
body:
|
|
1046
|
+
body: fileSpecificationStudio,
|
|
1047
1047
|
responseType: responseType_,
|
|
1048
1048
|
...(withCredentials ? { withCredentials } : {}),
|
|
1049
1049
|
headers: localVarHeaders,
|
|
@@ -1097,9 +1097,9 @@ class ExperimentsService extends BaseService {
|
|
|
1097
1097
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1098
1098
|
throw new Error('Required parameter experimentKey was null or undefined when calling duplicateExperiment.');
|
|
1099
1099
|
}
|
|
1100
|
-
const
|
|
1101
|
-
if (
|
|
1102
|
-
throw new Error('Required parameter
|
|
1100
|
+
const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
|
|
1101
|
+
if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
|
|
1102
|
+
throw new Error('Required parameter fileSpecificationStudio was null or undefined when calling duplicateExperiment.');
|
|
1103
1103
|
}
|
|
1104
1104
|
let localVarHeaders = this.defaultHeaders;
|
|
1105
1105
|
// authentication (ApiKeyAuth) required
|
|
@@ -1136,7 +1136,7 @@ class ExperimentsService extends BaseService {
|
|
|
1136
1136
|
const { basePath, withCredentials } = this.configuration;
|
|
1137
1137
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1138
1138
|
context: localVarHttpContext,
|
|
1139
|
-
body:
|
|
1139
|
+
body: fileSpecificationStudio,
|
|
1140
1140
|
responseType: responseType_,
|
|
1141
1141
|
...(withCredentials ? { withCredentials } : {}),
|
|
1142
1142
|
headers: localVarHeaders,
|
|
@@ -1971,9 +1971,9 @@ class ExperimentsService extends BaseService {
|
|
|
1971
1971
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1972
1972
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperiment.');
|
|
1973
1973
|
}
|
|
1974
|
-
const
|
|
1975
|
-
if (
|
|
1976
|
-
throw new Error('Required parameter
|
|
1974
|
+
const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
|
|
1975
|
+
if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
|
|
1976
|
+
throw new Error('Required parameter fileSpecificationStudio was null or undefined when calling updateExperiment.');
|
|
1977
1977
|
}
|
|
1978
1978
|
let localVarHeaders = this.defaultHeaders;
|
|
1979
1979
|
// authentication (ApiKeyAuth) required
|
|
@@ -2010,7 +2010,7 @@ class ExperimentsService extends BaseService {
|
|
|
2010
2010
|
const { basePath, withCredentials } = this.configuration;
|
|
2011
2011
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2012
2012
|
context: localVarHttpContext,
|
|
2013
|
-
body:
|
|
2013
|
+
body: fileSpecificationStudio,
|
|
2014
2014
|
responseType: responseType_,
|
|
2015
2015
|
...(withCredentials ? { withCredentials } : {}),
|
|
2016
2016
|
headers: localVarHeaders,
|
|
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2145
2145
|
/**
|
|
2146
2146
|
* VRt.Studio [ST]
|
|
2147
2147
|
*
|
|
2148
|
-
* The version of the OpenAPI document: 7.
|
|
2148
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
2149
2149
|
* Contact: servicedesk@veeroute.com
|
|
2150
2150
|
*
|
|
2151
2151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2394,6 +2394,55 @@ class ExplorerService extends BaseService {
|
|
|
2394
2394
|
reportProgress: reportProgress
|
|
2395
2395
|
});
|
|
2396
2396
|
}
|
|
2397
|
+
readFileKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2398
|
+
const fileNamePathStudio = requestParameters?.fileNamePathStudio;
|
|
2399
|
+
if (fileNamePathStudio === null || fileNamePathStudio === undefined) {
|
|
2400
|
+
throw new Error('Required parameter fileNamePathStudio was null or undefined when calling readFileKey.');
|
|
2401
|
+
}
|
|
2402
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2403
|
+
// authentication (ApiKeyAuth) required
|
|
2404
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
2405
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2406
|
+
'application/json'
|
|
2407
|
+
]);
|
|
2408
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2409
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2410
|
+
}
|
|
2411
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2412
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2413
|
+
// to determine the Content-Type header
|
|
2414
|
+
const consumes = [
|
|
2415
|
+
'application/json'
|
|
2416
|
+
];
|
|
2417
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2418
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2419
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2420
|
+
}
|
|
2421
|
+
let responseType_ = 'json';
|
|
2422
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2423
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2424
|
+
responseType_ = 'text';
|
|
2425
|
+
}
|
|
2426
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2427
|
+
responseType_ = 'json';
|
|
2428
|
+
}
|
|
2429
|
+
else {
|
|
2430
|
+
responseType_ = 'blob';
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
let localVarPath = `/studio/explorer/batch/files`;
|
|
2434
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2435
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2436
|
+
context: localVarHttpContext,
|
|
2437
|
+
body: fileNamePathStudio,
|
|
2438
|
+
responseType: responseType_,
|
|
2439
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2440
|
+
headers: localVarHeaders,
|
|
2441
|
+
observe: observe,
|
|
2442
|
+
transferCache: localVarTransferCache,
|
|
2443
|
+
reportProgress: reportProgress
|
|
2444
|
+
});
|
|
2445
|
+
}
|
|
2397
2446
|
readFilesystem(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2398
2447
|
const folderKey = requestParameters?.folderKey;
|
|
2399
2448
|
const filter = requestParameters?.filter;
|
|
@@ -2682,7 +2731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2682
2731
|
/**
|
|
2683
2732
|
* VRt.Studio [ST]
|
|
2684
2733
|
*
|
|
2685
|
-
* The version of the OpenAPI document: 7.
|
|
2734
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
2686
2735
|
* Contact: servicedesk@veeroute.com
|
|
2687
2736
|
*
|
|
2688
2737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2901,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2901
2950
|
/**
|
|
2902
2951
|
* VRt.Studio [ST]
|
|
2903
2952
|
*
|
|
2904
|
-
* The version of the OpenAPI document: 7.
|
|
2953
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
2905
2954
|
* Contact: servicedesk@veeroute.com
|
|
2906
2955
|
*
|
|
2907
2956
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3402,7 +3451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3402
3451
|
/**
|
|
3403
3452
|
* VRt.Studio [ST]
|
|
3404
3453
|
*
|
|
3405
|
-
* The version of the OpenAPI document: 7.
|
|
3454
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
3406
3455
|
* Contact: servicedesk@veeroute.com
|
|
3407
3456
|
*
|
|
3408
3457
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3850,7 +3899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3850
3899
|
/**
|
|
3851
3900
|
* VRt.Studio [ST]
|
|
3852
3901
|
*
|
|
3853
|
-
* The version of the OpenAPI document: 7.
|
|
3902
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
3854
3903
|
* Contact: servicedesk@veeroute.com
|
|
3855
3904
|
*
|
|
3856
3905
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4248,7 +4297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4248
4297
|
/**
|
|
4249
4298
|
* VRt.Studio [ST]
|
|
4250
4299
|
*
|
|
4251
|
-
* The version of the OpenAPI document: 7.
|
|
4300
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
4252
4301
|
* Contact: servicedesk@veeroute.com
|
|
4253
4302
|
*
|
|
4254
4303
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4805,7 +4854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4805
4854
|
/**
|
|
4806
4855
|
* VRt.Studio [ST]
|
|
4807
4856
|
*
|
|
4808
|
-
* The version of the OpenAPI document: 7.
|
|
4857
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
4809
4858
|
* Contact: servicedesk@veeroute.com
|
|
4810
4859
|
*
|
|
4811
4860
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5309,7 +5358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5309
5358
|
/**
|
|
5310
5359
|
* VRt.Studio [ST]
|
|
5311
5360
|
*
|
|
5312
|
-
* The version of the OpenAPI document: 7.
|
|
5361
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
5313
5362
|
* Contact: servicedesk@veeroute.com
|
|
5314
5363
|
*
|
|
5315
5364
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5450,7 +5499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5450
5499
|
/**
|
|
5451
5500
|
* VRt.Studio [ST]
|
|
5452
5501
|
*
|
|
5453
|
-
* The version of the OpenAPI document: 7.
|
|
5502
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
5454
5503
|
* Contact: servicedesk@veeroute.com
|
|
5455
5504
|
*
|
|
5456
5505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5954,7 +6003,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5954
6003
|
/**
|
|
5955
6004
|
* VRt.Studio [ST]
|
|
5956
6005
|
*
|
|
5957
|
-
* The version of the OpenAPI document: 7.
|
|
6006
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
5958
6007
|
* Contact: servicedesk@veeroute.com
|
|
5959
6008
|
*
|
|
5960
6009
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6625,7 +6674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6625
6674
|
/**
|
|
6626
6675
|
* VRt.Studio [ST]
|
|
6627
6676
|
*
|
|
6628
|
-
* The version of the OpenAPI document: 7.
|
|
6677
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6629
6678
|
* Contact: servicedesk@veeroute.com
|
|
6630
6679
|
*
|
|
6631
6680
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6931,7 +6980,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
6931
6980
|
/**
|
|
6932
6981
|
* VRt.Studio [ST]
|
|
6933
6982
|
*
|
|
6934
|
-
* The version of the OpenAPI document: 7.
|
|
6983
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6935
6984
|
* Contact: servicedesk@veeroute.com
|
|
6936
6985
|
*
|
|
6937
6986
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6941,7 +6990,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
6941
6990
|
/**
|
|
6942
6991
|
* VRt.Studio [ST]
|
|
6943
6992
|
*
|
|
6944
|
-
* The version of the OpenAPI document: 7.
|
|
6993
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6945
6994
|
* Contact: servicedesk@veeroute.com
|
|
6946
6995
|
*
|
|
6947
6996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6951,7 +7000,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
6951
7000
|
/**
|
|
6952
7001
|
* VRt.Studio [ST]
|
|
6953
7002
|
*
|
|
6954
|
-
* The version of the OpenAPI document: 7.
|
|
7003
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6955
7004
|
* Contact: servicedesk@veeroute.com
|
|
6956
7005
|
*
|
|
6957
7006
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6970,7 +7019,7 @@ var BasicProcessStudio;
|
|
|
6970
7019
|
/**
|
|
6971
7020
|
* VRt.Studio [ST]
|
|
6972
7021
|
*
|
|
6973
|
-
* The version of the OpenAPI document: 7.
|
|
7022
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6974
7023
|
* Contact: servicedesk@veeroute.com
|
|
6975
7024
|
*
|
|
6976
7025
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6990,7 +7039,7 @@ var BasicStateStudio;
|
|
|
6990
7039
|
/**
|
|
6991
7040
|
* VRt.Studio [ST]
|
|
6992
7041
|
*
|
|
6993
|
-
* The version of the OpenAPI document: 7.
|
|
7042
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
6994
7043
|
* Contact: servicedesk@veeroute.com
|
|
6995
7044
|
*
|
|
6996
7045
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7007,7 +7056,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7007
7056
|
/**
|
|
7008
7057
|
* VRt.Studio [ST]
|
|
7009
7058
|
*
|
|
7010
|
-
* The version of the OpenAPI document: 7.
|
|
7059
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7011
7060
|
* Contact: servicedesk@veeroute.com
|
|
7012
7061
|
*
|
|
7013
7062
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7017,7 +7066,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7017
7066
|
/**
|
|
7018
7067
|
* VRt.Studio [ST]
|
|
7019
7068
|
*
|
|
7020
|
-
* The version of the OpenAPI document: 7.
|
|
7069
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7021
7070
|
* Contact: servicedesk@veeroute.com
|
|
7022
7071
|
*
|
|
7023
7072
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7027,7 +7076,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7027
7076
|
/**
|
|
7028
7077
|
* VRt.Studio [ST]
|
|
7029
7078
|
*
|
|
7030
|
-
* The version of the OpenAPI document: 7.
|
|
7079
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7031
7080
|
* Contact: servicedesk@veeroute.com
|
|
7032
7081
|
*
|
|
7033
7082
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7051,7 +7100,7 @@ var CalculationStatusStudio;
|
|
|
7051
7100
|
/**
|
|
7052
7101
|
* VRt.Studio [ST]
|
|
7053
7102
|
*
|
|
7054
|
-
* The version of the OpenAPI document: 7.
|
|
7103
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7055
7104
|
* Contact: servicedesk@veeroute.com
|
|
7056
7105
|
*
|
|
7057
7106
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7061,7 +7110,7 @@ var CalculationStatusStudio;
|
|
|
7061
7110
|
/**
|
|
7062
7111
|
* VRt.Studio [ST]
|
|
7063
7112
|
*
|
|
7064
|
-
* The version of the OpenAPI document: 7.
|
|
7113
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7065
7114
|
* Contact: servicedesk@veeroute.com
|
|
7066
7115
|
*
|
|
7067
7116
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7071,7 +7120,7 @@ var CalculationStatusStudio;
|
|
|
7071
7120
|
/**
|
|
7072
7121
|
* VRt.Studio [ST]
|
|
7073
7122
|
*
|
|
7074
|
-
* The version of the OpenAPI document: 7.
|
|
7123
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7075
7124
|
* Contact: servicedesk@veeroute.com
|
|
7076
7125
|
*
|
|
7077
7126
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7081,7 +7130,7 @@ var CalculationStatusStudio;
|
|
|
7081
7130
|
/**
|
|
7082
7131
|
* VRt.Studio [ST]
|
|
7083
7132
|
*
|
|
7084
|
-
* The version of the OpenAPI document: 7.
|
|
7133
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7085
7134
|
* Contact: servicedesk@veeroute.com
|
|
7086
7135
|
*
|
|
7087
7136
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7091,7 +7140,7 @@ var CalculationStatusStudio;
|
|
|
7091
7140
|
/**
|
|
7092
7141
|
* VRt.Studio [ST]
|
|
7093
7142
|
*
|
|
7094
|
-
* The version of the OpenAPI document: 7.
|
|
7143
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7095
7144
|
* Contact: servicedesk@veeroute.com
|
|
7096
7145
|
*
|
|
7097
7146
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7101,7 +7150,7 @@ var CalculationStatusStudio;
|
|
|
7101
7150
|
/**
|
|
7102
7151
|
* VRt.Studio [ST]
|
|
7103
7152
|
*
|
|
7104
|
-
* The version of the OpenAPI document: 7.
|
|
7153
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7105
7154
|
* Contact: servicedesk@veeroute.com
|
|
7106
7155
|
*
|
|
7107
7156
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7111,7 +7160,7 @@ var CalculationStatusStudio;
|
|
|
7111
7160
|
/**
|
|
7112
7161
|
* VRt.Studio [ST]
|
|
7113
7162
|
*
|
|
7114
|
-
* The version of the OpenAPI document: 7.
|
|
7163
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7115
7164
|
* Contact: servicedesk@veeroute.com
|
|
7116
7165
|
*
|
|
7117
7166
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7121,7 +7170,7 @@ var CalculationStatusStudio;
|
|
|
7121
7170
|
/**
|
|
7122
7171
|
* VRt.Studio [ST]
|
|
7123
7172
|
*
|
|
7124
|
-
* The version of the OpenAPI document: 7.
|
|
7173
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7125
7174
|
* Contact: servicedesk@veeroute.com
|
|
7126
7175
|
*
|
|
7127
7176
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7139,7 +7188,7 @@ var CargoActionTypeStudio;
|
|
|
7139
7188
|
/**
|
|
7140
7189
|
* VRt.Studio [ST]
|
|
7141
7190
|
*
|
|
7142
|
-
* The version of the OpenAPI document: 7.
|
|
7191
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7143
7192
|
* Contact: servicedesk@veeroute.com
|
|
7144
7193
|
*
|
|
7145
7194
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7159,7 +7208,7 @@ var CargoRotationTypeStudio;
|
|
|
7159
7208
|
/**
|
|
7160
7209
|
* VRt.Studio [ST]
|
|
7161
7210
|
*
|
|
7162
|
-
* The version of the OpenAPI document: 7.
|
|
7211
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7163
7212
|
* Contact: servicedesk@veeroute.com
|
|
7164
7213
|
*
|
|
7165
7214
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7169,7 +7218,7 @@ var CargoRotationTypeStudio;
|
|
|
7169
7218
|
/**
|
|
7170
7219
|
* VRt.Studio [ST]
|
|
7171
7220
|
*
|
|
7172
|
-
* The version of the OpenAPI document: 7.
|
|
7221
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7173
7222
|
* Contact: servicedesk@veeroute.com
|
|
7174
7223
|
*
|
|
7175
7224
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7179,7 +7228,7 @@ var CargoRotationTypeStudio;
|
|
|
7179
7228
|
/**
|
|
7180
7229
|
* VRt.Studio [ST]
|
|
7181
7230
|
*
|
|
7182
|
-
* The version of the OpenAPI document: 7.
|
|
7231
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7183
7232
|
* Contact: servicedesk@veeroute.com
|
|
7184
7233
|
*
|
|
7185
7234
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7206,7 +7255,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7206
7255
|
/**
|
|
7207
7256
|
* VRt.Studio [ST]
|
|
7208
7257
|
*
|
|
7209
|
-
* The version of the OpenAPI document: 7.
|
|
7258
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7210
7259
|
* Contact: servicedesk@veeroute.com
|
|
7211
7260
|
*
|
|
7212
7261
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7216,7 +7265,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7216
7265
|
/**
|
|
7217
7266
|
* VRt.Studio [ST]
|
|
7218
7267
|
*
|
|
7219
|
-
* The version of the OpenAPI document: 7.
|
|
7268
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7220
7269
|
* Contact: servicedesk@veeroute.com
|
|
7221
7270
|
*
|
|
7222
7271
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7237,14 +7286,14 @@ var DemandTypeStudio;
|
|
|
7237
7286
|
/**
|
|
7238
7287
|
* VRt.Studio [ST]
|
|
7239
7288
|
*
|
|
7240
|
-
* The version of the OpenAPI document: 7.
|
|
7289
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7241
7290
|
* Contact: servicedesk@veeroute.com
|
|
7242
7291
|
*
|
|
7243
7292
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7244
7293
|
* Do not edit the class manually.
|
|
7245
7294
|
*/
|
|
7246
7295
|
/**
|
|
7247
|
-
* Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `MEANINGLESS_RESTRICTIONS` - the specified restrictions do not make sense * `LOCATION_LIMITS_VIOLATION` - the time windows of the
|
|
7296
|
+
* Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `MEANINGLESS_RESTRICTIONS` - the specified restrictions do not make sense * `LOCATION_LIMITS_VIOLATION` - the time windows of the constraint\'s validity must not overlap and their union must correspond to the location availability window `work_window`; if the `min_cargos`/`min_transports` constraint is specified, then the `max_cargos`/`max_transports` constraint must be specified; the `min_cargos`/`min_transports` constraints must be less than all the `max_cargos`/`max_transports` constraints; the `LOWEST_COST` time selection strategy is specified (currently not supported) * `TOO_MANY_WARNINGS` - the number of warnings is greater than 15001
|
|
7248
7297
|
*/
|
|
7249
7298
|
var EntityErrorTypeStudio;
|
|
7250
7299
|
(function (EntityErrorTypeStudio) {
|
|
@@ -7266,7 +7315,7 @@ var EntityErrorTypeStudio;
|
|
|
7266
7315
|
/**
|
|
7267
7316
|
* VRt.Studio [ST]
|
|
7268
7317
|
*
|
|
7269
|
-
* The version of the OpenAPI document: 7.
|
|
7318
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7270
7319
|
* Contact: servicedesk@veeroute.com
|
|
7271
7320
|
*
|
|
7272
7321
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7310,7 +7359,7 @@ var EntityTypeStudio;
|
|
|
7310
7359
|
/**
|
|
7311
7360
|
* VRt.Studio [ST]
|
|
7312
7361
|
*
|
|
7313
|
-
* The version of the OpenAPI document: 7.
|
|
7362
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7314
7363
|
* Contact: servicedesk@veeroute.com
|
|
7315
7364
|
*
|
|
7316
7365
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7367,7 +7416,7 @@ var EntityWarningTypeStudio;
|
|
|
7367
7416
|
/**
|
|
7368
7417
|
* VRt.Studio [ST]
|
|
7369
7418
|
*
|
|
7370
|
-
* The version of the OpenAPI document: 7.
|
|
7419
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7371
7420
|
* Contact: servicedesk@veeroute.com
|
|
7372
7421
|
*
|
|
7373
7422
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7377,7 +7426,7 @@ var EntityWarningTypeStudio;
|
|
|
7377
7426
|
/**
|
|
7378
7427
|
* VRt.Studio [ST]
|
|
7379
7428
|
*
|
|
7380
|
-
* The version of the OpenAPI document: 7.
|
|
7429
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7381
7430
|
* Contact: servicedesk@veeroute.com
|
|
7382
7431
|
*
|
|
7383
7432
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7387,37 +7436,47 @@ var EntityWarningTypeStudio;
|
|
|
7387
7436
|
/**
|
|
7388
7437
|
* VRt.Studio [ST]
|
|
7389
7438
|
*
|
|
7390
|
-
* The version of the OpenAPI document: 7.
|
|
7439
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7391
7440
|
* Contact: servicedesk@veeroute.com
|
|
7392
7441
|
*
|
|
7393
7442
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7394
7443
|
* Do not edit the class manually.
|
|
7395
7444
|
*/
|
|
7445
|
+
/**
|
|
7446
|
+
* Possible order (demand) fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand
|
|
7447
|
+
*/
|
|
7448
|
+
var FactTypeStudio;
|
|
7449
|
+
(function (FactTypeStudio) {
|
|
7450
|
+
FactTypeStudio["NEW_LOCATION"] = "NEW_LOCATION";
|
|
7451
|
+
FactTypeStudio["ORDER_DONE"] = "ORDER_DONE";
|
|
7452
|
+
FactTypeStudio["DEMAND_START"] = "DEMAND_START";
|
|
7453
|
+
FactTypeStudio["DEMAND_DONE"] = "DEMAND_DONE";
|
|
7454
|
+
})(FactTypeStudio || (FactTypeStudio = {}));
|
|
7396
7455
|
|
|
7397
7456
|
/**
|
|
7398
7457
|
* VRt.Studio [ST]
|
|
7399
7458
|
*
|
|
7400
|
-
* The version of the OpenAPI document: 7.
|
|
7459
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7401
7460
|
* Contact: servicedesk@veeroute.com
|
|
7402
7461
|
*
|
|
7403
7462
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7404
7463
|
* Do not edit the class manually.
|
|
7405
7464
|
*/
|
|
7465
|
+
|
|
7406
7466
|
/**
|
|
7407
|
-
*
|
|
7467
|
+
* VRt.Studio [ST]
|
|
7468
|
+
*
|
|
7469
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7470
|
+
* Contact: servicedesk@veeroute.com
|
|
7471
|
+
*
|
|
7472
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7473
|
+
* Do not edit the class manually.
|
|
7408
7474
|
*/
|
|
7409
|
-
var FactTypeStudio;
|
|
7410
|
-
(function (FactTypeStudio) {
|
|
7411
|
-
FactTypeStudio["NEW_LOCATION"] = "NEW_LOCATION";
|
|
7412
|
-
FactTypeStudio["ORDER_DONE"] = "ORDER_DONE";
|
|
7413
|
-
FactTypeStudio["DEMAND_START"] = "DEMAND_START";
|
|
7414
|
-
FactTypeStudio["DEMAND_DONE"] = "DEMAND_DONE";
|
|
7415
|
-
})(FactTypeStudio || (FactTypeStudio = {}));
|
|
7416
7475
|
|
|
7417
7476
|
/**
|
|
7418
7477
|
* VRt.Studio [ST]
|
|
7419
7478
|
*
|
|
7420
|
-
* The version of the OpenAPI document: 7.
|
|
7479
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7421
7480
|
* Contact: servicedesk@veeroute.com
|
|
7422
7481
|
*
|
|
7423
7482
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7432,6 +7491,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7432
7491
|
FilesystemColumnTypeStudio["OWNER_COMPANY_KEY"] = "OWNER_COMPANY_KEY";
|
|
7433
7492
|
FilesystemColumnTypeStudio["OWNER_USERNAME"] = "OWNER_USERNAME";
|
|
7434
7493
|
FilesystemColumnTypeStudio["CREATION_DATE"] = "CREATION_DATE";
|
|
7494
|
+
FilesystemColumnTypeStudio["EXPIRATION_DATE"] = "EXPIRATION_DATE";
|
|
7435
7495
|
FilesystemColumnTypeStudio["FOLDERS_COUNT"] = "FOLDERS_COUNT";
|
|
7436
7496
|
FilesystemColumnTypeStudio["FILES_COUNT"] = "FILES_COUNT";
|
|
7437
7497
|
})(FilesystemColumnTypeStudio || (FilesystemColumnTypeStudio = {}));
|
|
@@ -7439,7 +7499,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7439
7499
|
/**
|
|
7440
7500
|
* VRt.Studio [ST]
|
|
7441
7501
|
*
|
|
7442
|
-
* The version of the OpenAPI document: 7.
|
|
7502
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7443
7503
|
* Contact: servicedesk@veeroute.com
|
|
7444
7504
|
*
|
|
7445
7505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7449,7 +7509,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7449
7509
|
/**
|
|
7450
7510
|
* VRt.Studio [ST]
|
|
7451
7511
|
*
|
|
7452
|
-
* The version of the OpenAPI document: 7.
|
|
7512
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7453
7513
|
* Contact: servicedesk@veeroute.com
|
|
7454
7514
|
*
|
|
7455
7515
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7467,7 +7527,7 @@ var FolderTypeStudio;
|
|
|
7467
7527
|
/**
|
|
7468
7528
|
* VRt.Studio [ST]
|
|
7469
7529
|
*
|
|
7470
|
-
* The version of the OpenAPI document: 7.
|
|
7530
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7471
7531
|
* Contact: servicedesk@veeroute.com
|
|
7472
7532
|
*
|
|
7473
7533
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7477,7 +7537,7 @@ var FolderTypeStudio;
|
|
|
7477
7537
|
/**
|
|
7478
7538
|
* VRt.Studio [ST]
|
|
7479
7539
|
*
|
|
7480
|
-
* The version of the OpenAPI document: 7.
|
|
7540
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7481
7541
|
* Contact: servicedesk@veeroute.com
|
|
7482
7542
|
*
|
|
7483
7543
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7496,7 +7556,7 @@ var HardlinkElementTypeStudio;
|
|
|
7496
7556
|
/**
|
|
7497
7557
|
* VRt.Studio [ST]
|
|
7498
7558
|
*
|
|
7499
|
-
* The version of the OpenAPI document: 7.
|
|
7559
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7500
7560
|
* Contact: servicedesk@veeroute.com
|
|
7501
7561
|
*
|
|
7502
7562
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7514,7 +7574,7 @@ var ImportSampleStudio;
|
|
|
7514
7574
|
/**
|
|
7515
7575
|
* VRt.Studio [ST]
|
|
7516
7576
|
*
|
|
7517
|
-
* The version of the OpenAPI document: 7.
|
|
7577
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7518
7578
|
* Contact: servicedesk@veeroute.com
|
|
7519
7579
|
*
|
|
7520
7580
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7532,7 +7592,7 @@ var ImportSourceStudio;
|
|
|
7532
7592
|
/**
|
|
7533
7593
|
* VRt.Studio [ST]
|
|
7534
7594
|
*
|
|
7535
|
-
* The version of the OpenAPI document: 7.
|
|
7595
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7536
7596
|
* Contact: servicedesk@veeroute.com
|
|
7537
7597
|
*
|
|
7538
7598
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7555,7 +7615,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7555
7615
|
/**
|
|
7556
7616
|
* VRt.Studio [ST]
|
|
7557
7617
|
*
|
|
7558
|
-
* The version of the OpenAPI document: 7.
|
|
7618
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7559
7619
|
* Contact: servicedesk@veeroute.com
|
|
7560
7620
|
*
|
|
7561
7621
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7565,7 +7625,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7565
7625
|
/**
|
|
7566
7626
|
* VRt.Studio [ST]
|
|
7567
7627
|
*
|
|
7568
|
-
* The version of the OpenAPI document: 7.
|
|
7628
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7569
7629
|
* Contact: servicedesk@veeroute.com
|
|
7570
7630
|
*
|
|
7571
7631
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7575,7 +7635,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7575
7635
|
/**
|
|
7576
7636
|
* VRt.Studio [ST]
|
|
7577
7637
|
*
|
|
7578
|
-
* The version of the OpenAPI document: 7.
|
|
7638
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7579
7639
|
* Contact: servicedesk@veeroute.com
|
|
7580
7640
|
*
|
|
7581
7641
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7585,7 +7645,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7585
7645
|
/**
|
|
7586
7646
|
* VRt.Studio [ST]
|
|
7587
7647
|
*
|
|
7588
|
-
* The version of the OpenAPI document: 7.
|
|
7648
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7589
7649
|
* Contact: servicedesk@veeroute.com
|
|
7590
7650
|
*
|
|
7591
7651
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7595,7 +7655,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7595
7655
|
/**
|
|
7596
7656
|
* VRt.Studio [ST]
|
|
7597
7657
|
*
|
|
7598
|
-
* The version of the OpenAPI document: 7.
|
|
7658
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7599
7659
|
* Contact: servicedesk@veeroute.com
|
|
7600
7660
|
*
|
|
7601
7661
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7605,7 +7665,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7605
7665
|
/**
|
|
7606
7666
|
* VRt.Studio [ST]
|
|
7607
7667
|
*
|
|
7608
|
-
* The version of the OpenAPI document: 7.
|
|
7668
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7609
7669
|
* Contact: servicedesk@veeroute.com
|
|
7610
7670
|
*
|
|
7611
7671
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7615,7 +7675,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7615
7675
|
/**
|
|
7616
7676
|
* VRt.Studio [ST]
|
|
7617
7677
|
*
|
|
7618
|
-
* The version of the OpenAPI document: 7.
|
|
7678
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7619
7679
|
* Contact: servicedesk@veeroute.com
|
|
7620
7680
|
*
|
|
7621
7681
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7625,7 +7685,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7625
7685
|
/**
|
|
7626
7686
|
* VRt.Studio [ST]
|
|
7627
7687
|
*
|
|
7628
|
-
* The version of the OpenAPI document: 7.
|
|
7688
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7629
7689
|
* Contact: servicedesk@veeroute.com
|
|
7630
7690
|
*
|
|
7631
7691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7635,7 +7695,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7635
7695
|
/**
|
|
7636
7696
|
* VRt.Studio [ST]
|
|
7637
7697
|
*
|
|
7638
|
-
* The version of the OpenAPI document: 7.
|
|
7698
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7639
7699
|
* Contact: servicedesk@veeroute.com
|
|
7640
7700
|
*
|
|
7641
7701
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7654,12 +7714,14 @@ var ServiceStudio;
|
|
|
7654
7714
|
ServiceStudio["MONITOR"] = "MONITOR";
|
|
7655
7715
|
ServiceStudio["PACKER"] = "PACKER";
|
|
7656
7716
|
ServiceStudio["AGRO"] = "AGRO";
|
|
7717
|
+
ServiceStudio["REGISTRY"] = "REGISTRY";
|
|
7718
|
+
ServiceStudio["SUPPORT"] = "SUPPORT";
|
|
7657
7719
|
})(ServiceStudio || (ServiceStudio = {}));
|
|
7658
7720
|
|
|
7659
7721
|
/**
|
|
7660
7722
|
* VRt.Studio [ST]
|
|
7661
7723
|
*
|
|
7662
|
-
* The version of the OpenAPI document: 7.
|
|
7724
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7663
7725
|
* Contact: servicedesk@veeroute.com
|
|
7664
7726
|
*
|
|
7665
7727
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7669,7 +7731,7 @@ var ServiceStudio;
|
|
|
7669
7731
|
/**
|
|
7670
7732
|
* VRt.Studio [ST]
|
|
7671
7733
|
*
|
|
7672
|
-
* The version of the OpenAPI document: 7.
|
|
7734
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7673
7735
|
* Contact: servicedesk@veeroute.com
|
|
7674
7736
|
*
|
|
7675
7737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7680,42 +7742,72 @@ var ServiceStudio;
|
|
|
7680
7742
|
*/
|
|
7681
7743
|
var TableCustomfieldsColumnTypeStudio;
|
|
7682
7744
|
(function (TableCustomfieldsColumnTypeStudio) {
|
|
7745
|
+
TableCustomfieldsColumnTypeStudio["DATETIME_0"] = "DATETIME_0";
|
|
7683
7746
|
TableCustomfieldsColumnTypeStudio["DATETIME_1"] = "DATETIME_1";
|
|
7684
7747
|
TableCustomfieldsColumnTypeStudio["DATETIME_2"] = "DATETIME_2";
|
|
7685
7748
|
TableCustomfieldsColumnTypeStudio["DATETIME_3"] = "DATETIME_3";
|
|
7686
7749
|
TableCustomfieldsColumnTypeStudio["DATETIME_4"] = "DATETIME_4";
|
|
7687
7750
|
TableCustomfieldsColumnTypeStudio["DATETIME_5"] = "DATETIME_5";
|
|
7751
|
+
TableCustomfieldsColumnTypeStudio["DATETIME_6"] = "DATETIME_6";
|
|
7752
|
+
TableCustomfieldsColumnTypeStudio["DATETIME_7"] = "DATETIME_7";
|
|
7753
|
+
TableCustomfieldsColumnTypeStudio["DATETIME_8"] = "DATETIME_8";
|
|
7754
|
+
TableCustomfieldsColumnTypeStudio["DATETIME_9"] = "DATETIME_9";
|
|
7755
|
+
TableCustomfieldsColumnTypeStudio["INT_0"] = "INT_0";
|
|
7688
7756
|
TableCustomfieldsColumnTypeStudio["INT_1"] = "INT_1";
|
|
7689
7757
|
TableCustomfieldsColumnTypeStudio["INT_2"] = "INT_2";
|
|
7690
7758
|
TableCustomfieldsColumnTypeStudio["INT_3"] = "INT_3";
|
|
7691
7759
|
TableCustomfieldsColumnTypeStudio["INT_4"] = "INT_4";
|
|
7692
7760
|
TableCustomfieldsColumnTypeStudio["INT_5"] = "INT_5";
|
|
7761
|
+
TableCustomfieldsColumnTypeStudio["INT_6"] = "INT_6";
|
|
7762
|
+
TableCustomfieldsColumnTypeStudio["INT_7"] = "INT_7";
|
|
7763
|
+
TableCustomfieldsColumnTypeStudio["INT_8"] = "INT_8";
|
|
7764
|
+
TableCustomfieldsColumnTypeStudio["INT_9"] = "INT_9";
|
|
7765
|
+
TableCustomfieldsColumnTypeStudio["FLOAT_0"] = "FLOAT_0";
|
|
7693
7766
|
TableCustomfieldsColumnTypeStudio["FLOAT_1"] = "FLOAT_1";
|
|
7694
7767
|
TableCustomfieldsColumnTypeStudio["FLOAT_2"] = "FLOAT_2";
|
|
7695
7768
|
TableCustomfieldsColumnTypeStudio["FLOAT_3"] = "FLOAT_3";
|
|
7696
7769
|
TableCustomfieldsColumnTypeStudio["FLOAT_4"] = "FLOAT_4";
|
|
7697
7770
|
TableCustomfieldsColumnTypeStudio["FLOAT_5"] = "FLOAT_5";
|
|
7771
|
+
TableCustomfieldsColumnTypeStudio["FLOAT_6"] = "FLOAT_6";
|
|
7772
|
+
TableCustomfieldsColumnTypeStudio["FLOAT_7"] = "FLOAT_7";
|
|
7773
|
+
TableCustomfieldsColumnTypeStudio["FLOAT_8"] = "FLOAT_8";
|
|
7774
|
+
TableCustomfieldsColumnTypeStudio["FLOAT_9"] = "FLOAT_9";
|
|
7775
|
+
TableCustomfieldsColumnTypeStudio["DURATION_0"] = "DURATION_0";
|
|
7698
7776
|
TableCustomfieldsColumnTypeStudio["DURATION_1"] = "DURATION_1";
|
|
7699
7777
|
TableCustomfieldsColumnTypeStudio["DURATION_2"] = "DURATION_2";
|
|
7700
7778
|
TableCustomfieldsColumnTypeStudio["DURATION_3"] = "DURATION_3";
|
|
7701
7779
|
TableCustomfieldsColumnTypeStudio["DURATION_4"] = "DURATION_4";
|
|
7702
7780
|
TableCustomfieldsColumnTypeStudio["DURATION_5"] = "DURATION_5";
|
|
7781
|
+
TableCustomfieldsColumnTypeStudio["DURATION_6"] = "DURATION_6";
|
|
7782
|
+
TableCustomfieldsColumnTypeStudio["DURATION_7"] = "DURATION_7";
|
|
7783
|
+
TableCustomfieldsColumnTypeStudio["DURATION_8"] = "DURATION_8";
|
|
7784
|
+
TableCustomfieldsColumnTypeStudio["DURATION_9"] = "DURATION_9";
|
|
7785
|
+
TableCustomfieldsColumnTypeStudio["BOOL_0"] = "BOOL_0";
|
|
7703
7786
|
TableCustomfieldsColumnTypeStudio["BOOL_1"] = "BOOL_1";
|
|
7704
7787
|
TableCustomfieldsColumnTypeStudio["BOOL_2"] = "BOOL_2";
|
|
7705
7788
|
TableCustomfieldsColumnTypeStudio["BOOL_3"] = "BOOL_3";
|
|
7706
7789
|
TableCustomfieldsColumnTypeStudio["BOOL_4"] = "BOOL_4";
|
|
7707
7790
|
TableCustomfieldsColumnTypeStudio["BOOL_5"] = "BOOL_5";
|
|
7791
|
+
TableCustomfieldsColumnTypeStudio["BOOL_6"] = "BOOL_6";
|
|
7792
|
+
TableCustomfieldsColumnTypeStudio["BOOL_7"] = "BOOL_7";
|
|
7793
|
+
TableCustomfieldsColumnTypeStudio["BOOL_8"] = "BOOL_8";
|
|
7794
|
+
TableCustomfieldsColumnTypeStudio["BOOL_9"] = "BOOL_9";
|
|
7795
|
+
TableCustomfieldsColumnTypeStudio["STRING_0"] = "STRING_0";
|
|
7708
7796
|
TableCustomfieldsColumnTypeStudio["STRING_1"] = "STRING_1";
|
|
7709
7797
|
TableCustomfieldsColumnTypeStudio["STRING_2"] = "STRING_2";
|
|
7710
7798
|
TableCustomfieldsColumnTypeStudio["STRING_3"] = "STRING_3";
|
|
7711
7799
|
TableCustomfieldsColumnTypeStudio["STRING_4"] = "STRING_4";
|
|
7712
7800
|
TableCustomfieldsColumnTypeStudio["STRING_5"] = "STRING_5";
|
|
7801
|
+
TableCustomfieldsColumnTypeStudio["STRING_6"] = "STRING_6";
|
|
7802
|
+
TableCustomfieldsColumnTypeStudio["STRING_7"] = "STRING_7";
|
|
7803
|
+
TableCustomfieldsColumnTypeStudio["STRING_8"] = "STRING_8";
|
|
7804
|
+
TableCustomfieldsColumnTypeStudio["STRING_9"] = "STRING_9";
|
|
7713
7805
|
})(TableCustomfieldsColumnTypeStudio || (TableCustomfieldsColumnTypeStudio = {}));
|
|
7714
7806
|
|
|
7715
7807
|
/**
|
|
7716
7808
|
* VRt.Studio [ST]
|
|
7717
7809
|
*
|
|
7718
|
-
* The version of the OpenAPI document: 7.
|
|
7810
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7719
7811
|
* Contact: servicedesk@veeroute.com
|
|
7720
7812
|
*
|
|
7721
7813
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7725,7 +7817,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7725
7817
|
/**
|
|
7726
7818
|
* VRt.Studio [ST]
|
|
7727
7819
|
*
|
|
7728
|
-
* The version of the OpenAPI document: 7.
|
|
7820
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7729
7821
|
* Contact: servicedesk@veeroute.com
|
|
7730
7822
|
*
|
|
7731
7823
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7735,7 +7827,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7735
7827
|
/**
|
|
7736
7828
|
* VRt.Studio [ST]
|
|
7737
7829
|
*
|
|
7738
|
-
* The version of the OpenAPI document: 7.
|
|
7830
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7739
7831
|
* Contact: servicedesk@veeroute.com
|
|
7740
7832
|
*
|
|
7741
7833
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7756,7 +7848,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
7756
7848
|
/**
|
|
7757
7849
|
* VRt.Studio [ST]
|
|
7758
7850
|
*
|
|
7759
|
-
* The version of the OpenAPI document: 7.
|
|
7851
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7760
7852
|
* Contact: servicedesk@veeroute.com
|
|
7761
7853
|
*
|
|
7762
7854
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7789,7 +7881,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7789
7881
|
/**
|
|
7790
7882
|
* VRt.Studio [ST]
|
|
7791
7883
|
*
|
|
7792
|
-
* The version of the OpenAPI document: 7.
|
|
7884
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7793
7885
|
* Contact: servicedesk@veeroute.com
|
|
7794
7886
|
*
|
|
7795
7887
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7799,7 +7891,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7799
7891
|
/**
|
|
7800
7892
|
* VRt.Studio [ST]
|
|
7801
7893
|
*
|
|
7802
|
-
* The version of the OpenAPI document: 7.
|
|
7894
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7803
7895
|
* Contact: servicedesk@veeroute.com
|
|
7804
7896
|
*
|
|
7805
7897
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7809,7 +7901,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7809
7901
|
/**
|
|
7810
7902
|
* VRt.Studio [ST]
|
|
7811
7903
|
*
|
|
7812
|
-
* The version of the OpenAPI document: 7.
|
|
7904
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7813
7905
|
* Contact: servicedesk@veeroute.com
|
|
7814
7906
|
*
|
|
7815
7907
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7819,7 +7911,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7819
7911
|
/**
|
|
7820
7912
|
* VRt.Studio [ST]
|
|
7821
7913
|
*
|
|
7822
|
-
* The version of the OpenAPI document: 7.
|
|
7914
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7823
7915
|
* Contact: servicedesk@veeroute.com
|
|
7824
7916
|
*
|
|
7825
7917
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7829,7 +7921,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7829
7921
|
/**
|
|
7830
7922
|
* VRt.Studio [ST]
|
|
7831
7923
|
*
|
|
7832
|
-
* The version of the OpenAPI document: 7.
|
|
7924
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7833
7925
|
* Contact: servicedesk@veeroute.com
|
|
7834
7926
|
*
|
|
7835
7927
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7839,7 +7931,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7839
7931
|
/**
|
|
7840
7932
|
* VRt.Studio [ST]
|
|
7841
7933
|
*
|
|
7842
|
-
* The version of the OpenAPI document: 7.
|
|
7934
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7843
7935
|
* Contact: servicedesk@veeroute.com
|
|
7844
7936
|
*
|
|
7845
7937
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7849,7 +7941,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7849
7941
|
/**
|
|
7850
7942
|
* VRt.Studio [ST]
|
|
7851
7943
|
*
|
|
7852
|
-
* The version of the OpenAPI document: 7.
|
|
7944
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7853
7945
|
* Contact: servicedesk@veeroute.com
|
|
7854
7946
|
*
|
|
7855
7947
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7859,7 +7951,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7859
7951
|
/**
|
|
7860
7952
|
* VRt.Studio [ST]
|
|
7861
7953
|
*
|
|
7862
|
-
* The version of the OpenAPI document: 7.
|
|
7954
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7863
7955
|
* Contact: servicedesk@veeroute.com
|
|
7864
7956
|
*
|
|
7865
7957
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7869,7 +7961,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7869
7961
|
/**
|
|
7870
7962
|
* VRt.Studio [ST]
|
|
7871
7963
|
*
|
|
7872
|
-
* The version of the OpenAPI document: 7.
|
|
7964
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7873
7965
|
* Contact: servicedesk@veeroute.com
|
|
7874
7966
|
*
|
|
7875
7967
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7893,7 +7985,7 @@ var TableFilterTypeStudio;
|
|
|
7893
7985
|
/**
|
|
7894
7986
|
* VRt.Studio [ST]
|
|
7895
7987
|
*
|
|
7896
|
-
* The version of the OpenAPI document: 7.
|
|
7988
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7897
7989
|
* Contact: servicedesk@veeroute.com
|
|
7898
7990
|
*
|
|
7899
7991
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7924,7 +8016,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
7924
8016
|
/**
|
|
7925
8017
|
* VRt.Studio [ST]
|
|
7926
8018
|
*
|
|
7927
|
-
* The version of the OpenAPI document: 7.
|
|
8019
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7928
8020
|
* Contact: servicedesk@veeroute.com
|
|
7929
8021
|
*
|
|
7930
8022
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7934,7 +8026,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
7934
8026
|
/**
|
|
7935
8027
|
* VRt.Studio [ST]
|
|
7936
8028
|
*
|
|
7937
|
-
* The version of the OpenAPI document: 7.
|
|
8029
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7938
8030
|
* Contact: servicedesk@veeroute.com
|
|
7939
8031
|
*
|
|
7940
8032
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7964,7 +8056,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
7964
8056
|
/**
|
|
7965
8057
|
* VRt.Studio [ST]
|
|
7966
8058
|
*
|
|
7967
|
-
* The version of the OpenAPI document: 7.
|
|
8059
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
7968
8060
|
* Contact: servicedesk@veeroute.com
|
|
7969
8061
|
*
|
|
7970
8062
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8020,7 +8112,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8020
8112
|
/**
|
|
8021
8113
|
* VRt.Studio [ST]
|
|
8022
8114
|
*
|
|
8023
|
-
* The version of the OpenAPI document: 7.
|
|
8115
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8024
8116
|
* Contact: servicedesk@veeroute.com
|
|
8025
8117
|
*
|
|
8026
8118
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8058,7 +8150,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8058
8150
|
/**
|
|
8059
8151
|
* VRt.Studio [ST]
|
|
8060
8152
|
*
|
|
8061
|
-
* The version of the OpenAPI document: 7.
|
|
8153
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8062
8154
|
* Contact: servicedesk@veeroute.com
|
|
8063
8155
|
*
|
|
8064
8156
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8101,7 +8193,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8101
8193
|
/**
|
|
8102
8194
|
* VRt.Studio [ST]
|
|
8103
8195
|
*
|
|
8104
|
-
* The version of the OpenAPI document: 7.
|
|
8196
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8105
8197
|
* Contact: servicedesk@veeroute.com
|
|
8106
8198
|
*
|
|
8107
8199
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8158,7 +8250,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8158
8250
|
/**
|
|
8159
8251
|
* VRt.Studio [ST]
|
|
8160
8252
|
*
|
|
8161
|
-
* The version of the OpenAPI document: 7.
|
|
8253
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8162
8254
|
* Contact: servicedesk@veeroute.com
|
|
8163
8255
|
*
|
|
8164
8256
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8198,7 +8290,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8198
8290
|
/**
|
|
8199
8291
|
* VRt.Studio [ST]
|
|
8200
8292
|
*
|
|
8201
|
-
* The version of the OpenAPI document: 7.
|
|
8293
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8202
8294
|
* Contact: servicedesk@veeroute.com
|
|
8203
8295
|
*
|
|
8204
8296
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8208,7 +8300,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8208
8300
|
/**
|
|
8209
8301
|
* VRt.Studio [ST]
|
|
8210
8302
|
*
|
|
8211
|
-
* The version of the OpenAPI document: 7.
|
|
8303
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8212
8304
|
* Contact: servicedesk@veeroute.com
|
|
8213
8305
|
*
|
|
8214
8306
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8218,7 +8310,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8218
8310
|
/**
|
|
8219
8311
|
* VRt.Studio [ST]
|
|
8220
8312
|
*
|
|
8221
|
-
* The version of the OpenAPI document: 7.
|
|
8313
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8222
8314
|
* Contact: servicedesk@veeroute.com
|
|
8223
8315
|
*
|
|
8224
8316
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8237,7 +8329,7 @@ var TrackTypeStudio;
|
|
|
8237
8329
|
/**
|
|
8238
8330
|
* VRt.Studio [ST]
|
|
8239
8331
|
*
|
|
8240
|
-
* The version of the OpenAPI document: 7.
|
|
8332
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8241
8333
|
* Contact: servicedesk@veeroute.com
|
|
8242
8334
|
*
|
|
8243
8335
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8247,7 +8339,7 @@ var TrackTypeStudio;
|
|
|
8247
8339
|
/**
|
|
8248
8340
|
* VRt.Studio [ST]
|
|
8249
8341
|
*
|
|
8250
|
-
* The version of the OpenAPI document: 7.
|
|
8342
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8251
8343
|
* Contact: servicedesk@veeroute.com
|
|
8252
8344
|
*
|
|
8253
8345
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8257,7 +8349,7 @@ var TrackTypeStudio;
|
|
|
8257
8349
|
/**
|
|
8258
8350
|
* VRt.Studio [ST]
|
|
8259
8351
|
*
|
|
8260
|
-
* The version of the OpenAPI document: 7.
|
|
8352
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8261
8353
|
* Contact: servicedesk@veeroute.com
|
|
8262
8354
|
*
|
|
8263
8355
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8267,7 +8359,7 @@ var TrackTypeStudio;
|
|
|
8267
8359
|
/**
|
|
8268
8360
|
* VRt.Studio [ST]
|
|
8269
8361
|
*
|
|
8270
|
-
* The version of the OpenAPI document: 7.
|
|
8362
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8271
8363
|
* Contact: servicedesk@veeroute.com
|
|
8272
8364
|
*
|
|
8273
8365
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8299,7 +8391,7 @@ var TransportTypeStudio;
|
|
|
8299
8391
|
/**
|
|
8300
8392
|
* VRt.Studio [ST]
|
|
8301
8393
|
*
|
|
8302
|
-
* The version of the OpenAPI document: 7.
|
|
8394
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8303
8395
|
* Contact: servicedesk@veeroute.com
|
|
8304
8396
|
*
|
|
8305
8397
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8317,7 +8409,7 @@ var TripStartTimeStrategyStudio;
|
|
|
8317
8409
|
/**
|
|
8318
8410
|
* VRt.Studio [ST]
|
|
8319
8411
|
*
|
|
8320
|
-
* The version of the OpenAPI document: 7.
|
|
8412
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8321
8413
|
* Contact: servicedesk@veeroute.com
|
|
8322
8414
|
*
|
|
8323
8415
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8347,7 +8439,7 @@ var TripStateFlagStudio;
|
|
|
8347
8439
|
/**
|
|
8348
8440
|
* VRt.Studio [ST]
|
|
8349
8441
|
*
|
|
8350
|
-
* The version of the OpenAPI document: 7.
|
|
8442
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8351
8443
|
* Contact: servicedesk@veeroute.com
|
|
8352
8444
|
*
|
|
8353
8445
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8357,7 +8449,7 @@ var TripStateFlagStudio;
|
|
|
8357
8449
|
/**
|
|
8358
8450
|
* VRt.Studio [ST]
|
|
8359
8451
|
*
|
|
8360
|
-
* The version of the OpenAPI document: 7.
|
|
8452
|
+
* The version of the OpenAPI document: 7.24.2983
|
|
8361
8453
|
* Contact: servicedesk@veeroute.com
|
|
8362
8454
|
*
|
|
8363
8455
|
* NOTE: This class is auto generated by OpenAPI Generator.
|