@veeroute/lss-studio-angular 7.30.3153 → 7.32.3215
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 +2 -2
- package/api/customFieldsServiceInterface.d.ts +2 -2
- package/api/customIconsServiceInterface.d.ts +2 -2
- package/api/experimentsServiceInterface.d.ts +2 -2
- package/api/explorerServiceInterface.d.ts +2 -2
- package/api/externalRoutingServiceInterface.d.ts +2 -2
- package/api/factsService.d.ts +1 -1
- package/api/factsServiceInterface.d.ts +3 -3
- package/api/hardlinksServiceInterface.d.ts +2 -2
- package/api/locationsServiceInterface.d.ts +2 -2
- package/api/ordersServiceInterface.d.ts +2 -2
- package/api/performersServiceInterface.d.ts +2 -2
- package/api/systemServiceInterface.d.ts +2 -2
- package/api/transportsServiceInterface.d.ts +2 -2
- package/api/tripsServiceInterface.d.ts +2 -2
- package/api/userServiceInterface.d.ts +2 -2
- package/api.base.service.d.ts +2 -2
- package/cfg/entity_error_type.yaml +1 -1
- package/esm2022/api/backupsService.mjs +3 -3
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +3 -3
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/customIconsService.mjs +3 -3
- package/esm2022/api/customIconsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +3 -3
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +3 -3
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +3 -3
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +3 -3
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +3 -3
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +3 -3
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +3 -3
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +3 -3
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +3 -3
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +3 -3
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +3 -3
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +3 -3
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +3 -3
- package/esm2022/model/actualizeSettings.mjs +3 -3
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +3 -3
- package/esm2022/model/basicProcess.mjs +3 -3
- package/esm2022/model/basicState.mjs +3 -3
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +3 -3
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +3 -3
- package/esm2022/model/capacity.mjs +3 -3
- package/esm2022/model/capacityCost.mjs +3 -3
- package/esm2022/model/capacityLimit.mjs +3 -3
- package/esm2022/model/capacityMultiplier.mjs +3 -3
- package/esm2022/model/capacityStatisticsLoad.mjs +3 -3
- package/esm2022/model/capacityStatisticsRatio.mjs +3 -3
- package/esm2022/model/capacityStatisticsSum.mjs +3 -3
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +3 -3
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoInvoice.mjs +2 -0
- package/esm2022/model/cargoInvoiceDetail.mjs +2 -0
- package/esm2022/model/cargoInvoiceHonestSign.mjs +11 -0
- package/esm2022/model/cargoInvoiceReceipt.mjs +11 -0
- package/esm2022/model/cargoInvoiceTax.mjs +28 -0
- package/esm2022/model/cargoRotationType.mjs +3 -3
- package/esm2022/model/checkResult.mjs +3 -3
- package/esm2022/model/compatibilityPenalty.mjs +3 -3
- package/esm2022/model/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +3 -3
- package/esm2022/model/customfieldsSettings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +3 -3
- package/esm2022/model/demandType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +3 -3
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factEssences.mjs +2 -0
- package/esm2022/model/factStatus.mjs +19 -0
- package/esm2022/model/factType.mjs +5 -4
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/fileNamePath.mjs +3 -3
- package/esm2022/model/fileSpecification.mjs +3 -3
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/folderSpecification.mjs +1 -1
- package/esm2022/model/folderType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/hardlink.mjs +1 -1
- package/esm2022/model/hardlinkElement.mjs +1 -1
- package/esm2022/model/hardlinkElementType.mjs +3 -3
- package/esm2022/model/importSample.mjs +3 -3
- package/esm2022/model/importSource.mjs +3 -3
- package/esm2022/model/linkedEssence.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +9 -2
- package/esm2022/model/order.mjs +1 -1
- package/esm2022/model/orderCompatibilities.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/model/replanSettings.mjs +1 -1
- package/esm2022/model/replanStrategy.mjs +3 -3
- package/esm2022/model/rest.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/service.mjs +3 -3
- package/esm2022/model/settingsKeyList.mjs +3 -3
- package/esm2022/model/stopDemand.mjs +1 -1
- package/esm2022/model/stopStatistics.mjs +1 -1
- package/esm2022/model/tableCustomfields.mjs +3 -3
- package/esm2022/model/tableCustomfieldsColumnType.mjs +3 -3
- package/esm2022/model/tableDataStats.mjs +3 -3
- package/esm2022/model/tableExperimentColumnType.mjs +3 -3
- package/esm2022/model/tableFact.mjs +1 -1
- package/esm2022/model/tableFactColumnType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/tableFilterDatetimeRange.mjs +3 -3
- package/esm2022/model/tableFilterDurationRange.mjs +3 -3
- package/esm2022/model/tableFilterEnumList.mjs +3 -3
- package/esm2022/model/tableFilterFloatRange.mjs +3 -3
- package/esm2022/model/tableFilterIntRange.mjs +3 -3
- package/esm2022/model/tableFilterStringList.mjs +3 -3
- package/esm2022/model/tableFilterStringSearch.mjs +3 -3
- package/esm2022/model/tableFilterType.mjs +3 -3
- package/esm2022/model/tableHardlink.mjs +1 -1
- package/esm2022/model/tableHardlinkColumnType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/tableLocation.mjs +1 -1
- package/esm2022/model/tableLocationColumnType.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/tableRoundtrip.mjs +1 -1
- package/esm2022/model/tableRoundtripColumnType.mjs +3 -3
- package/esm2022/model/tableRoundtripFields.mjs +1 -1
- package/esm2022/model/tableRoundtripFilter.mjs +1 -1
- package/esm2022/model/tableRoundtripFilterList.mjs +1 -1
- package/esm2022/model/tableRoundtripList.mjs +1 -1
- package/esm2022/model/tableRoundtripMetrics.mjs +1 -1
- package/esm2022/model/tableRoundtripMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableTransport.mjs +1 -1
- package/esm2022/model/tableTransportColumnType.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/model/timeWindowViolationDetail.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/trackpoint.mjs +3 -3
- package/esm2022/model/translations.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/transportType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/tripState.mjs +1 -1
- package/esm2022/model/tripStateFlag.mjs +3 -3
- package/esm2022/model/tripStatistics.mjs +1 -1
- package/esm2022/model/tripStatus.mjs +3 -3
- package/esm2022/model/tripsSettings.mjs +1 -1
- package/esm2022/model/universal400WithErrorsAndWarnings.mjs +2 -0
- package/esm2022/model/universalData.mjs +1 -1
- package/esm2022/model/unplannedItems.mjs +3 -3
- package/esm2022/model/versionResult.mjs +3 -3
- 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 +268 -200
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/model/actualizeSettings.d.ts +2 -2
- package/model/assignedPerformer.d.ts +2 -2
- package/model/assignedTransport.d.ts +2 -2
- package/model/attribute.d.ts +2 -2
- package/model/basicProcess.d.ts +2 -2
- package/model/basicState.d.ts +2 -2
- package/model/box.d.ts +2 -2
- package/model/boxCompatibilities.d.ts +2 -2
- package/model/boxLimits.d.ts +2 -2
- package/model/break.d.ts +2 -2
- package/model/breakRules.d.ts +2 -2
- package/model/calculationHistoryElement.d.ts +2 -2
- package/model/calculationInfo.d.ts +2 -2
- package/model/calculationSettings.d.ts +2 -2
- package/model/calculationState.d.ts +2 -2
- package/model/calculationStatus.d.ts +2 -2
- package/model/capacity.d.ts +2 -2
- package/model/capacityCost.d.ts +2 -2
- package/model/capacityLimit.d.ts +2 -2
- package/model/capacityMultiplier.d.ts +2 -2
- package/model/capacityStatisticsLoad.d.ts +2 -2
- package/model/capacityStatisticsRatio.d.ts +2 -2
- package/model/capacityStatisticsSum.d.ts +2 -2
- package/model/cargo.d.ts +9 -2
- package/model/cargoAction.d.ts +2 -2
- package/model/cargoActionType.d.ts +2 -2
- package/model/cargoCompatibilities.d.ts +2 -2
- package/model/cargoInvoice.d.ts +30 -0
- package/model/cargoInvoiceDetail.d.ts +55 -0
- package/model/cargoInvoiceHonestSign.d.ts +23 -0
- package/model/cargoInvoiceReceipt.d.ts +27 -0
- package/model/cargoInvoiceTax.d.ts +26 -0
- package/model/cargoRotationType.d.ts +2 -2
- package/model/checkResult.d.ts +2 -2
- package/model/compatibilityPenalty.d.ts +2 -2
- package/model/customfieldConvertRule.d.ts +2 -2
- package/model/customfieldEntityType.d.ts +2 -2
- package/model/customfieldsSettings.d.ts +2 -2
- package/model/demand.d.ts +2 -2
- package/model/demandExtraDuration.d.ts +2 -2
- package/model/demandType.d.ts +2 -2
- package/model/entityError.d.ts +2 -2
- package/model/entityErrorType.d.ts +2 -2
- package/model/entityPath.d.ts +2 -2
- package/model/entityType.d.ts +2 -2
- package/model/entityWarning.d.ts +2 -2
- package/model/entityWarningType.d.ts +2 -2
- package/model/experiment.d.ts +2 -2
- package/model/experimentCheck.d.ts +2 -2
- package/model/experimentList.d.ts +2 -2
- package/model/experimentNeighbors.d.ts +2 -2
- package/model/experimentSettings.d.ts +2 -2
- package/model/experimentStatistics.d.ts +2 -2
- package/model/extensionSettings.d.ts +2 -2
- package/model/fact.d.ts +11 -3
- package/model/factEssences.d.ts +20 -0
- package/model/factStatus.d.ts +17 -0
- package/model/factType.d.ts +4 -3
- package/model/featureLifetime.d.ts +2 -2
- package/model/fileNamePath.d.ts +2 -2
- package/model/fileSpecification.d.ts +2 -2
- package/model/filesystem.d.ts +2 -2
- package/model/filesystemColumnType.d.ts +2 -2
- package/model/filesystemCounters.d.ts +2 -2
- package/model/filesystemPath.d.ts +2 -2
- package/model/folder.d.ts +2 -2
- package/model/folderCounters.d.ts +2 -2
- package/model/folderSpecification.d.ts +2 -2
- package/model/folderType.d.ts +2 -2
- package/model/general400.d.ts +2 -2
- package/model/general402.d.ts +2 -2
- package/model/general403.d.ts +2 -2
- package/model/general404.d.ts +2 -2
- package/model/general404Detail.d.ts +2 -2
- package/model/general429.d.ts +2 -2
- package/model/general500.d.ts +2 -2
- package/model/generalStatistics.d.ts +2 -2
- package/model/geoSettings.d.ts +2 -2
- package/model/geopoint.d.ts +2 -2
- package/model/hardlink.d.ts +2 -2
- package/model/hardlinkElement.d.ts +2 -2
- package/model/hardlinkElementType.d.ts +2 -2
- package/model/importSample.d.ts +2 -2
- package/model/importSource.d.ts +2 -2
- package/model/linkedEssence.d.ts +2 -2
- package/model/loadStatistics.d.ts +2 -2
- package/model/location.d.ts +6 -2
- package/model/locationCargosLimit.d.ts +2 -2
- package/model/locationCompatibilities.d.ts +2 -2
- package/model/locationLimit.d.ts +2 -2
- package/model/locationLimitStatistics.d.ts +2 -2
- package/model/locationStatistics.d.ts +2 -2
- package/model/locationTimetableElement.d.ts +2 -2
- package/model/locationTransportsLimit.d.ts +2 -2
- package/model/measurements.d.ts +2 -2
- package/model/models.d.ts +8 -1
- package/model/order.d.ts +2 -2
- package/model/orderCompatibilities.d.ts +2 -2
- package/model/performer.d.ts +2 -2
- package/model/performerCompatibilities.d.ts +2 -2
- package/model/performerLimits.d.ts +2 -2
- package/model/performerShift.d.ts +2 -2
- package/model/performerTariff.d.ts +2 -2
- package/model/performerTariffConstraint.d.ts +2 -2
- package/model/planSettings.d.ts +2 -2
- package/model/planStatistics.d.ts +2 -2
- package/model/possibleEvent.d.ts +7 -2
- package/model/quality.d.ts +2 -2
- package/model/removedItems.d.ts +2 -2
- package/model/replanSettings.d.ts +2 -2
- package/model/replanStrategy.d.ts +2 -2
- package/model/rest.d.ts +2 -2
- package/model/restRules.d.ts +2 -2
- package/model/roundtripStatistics.d.ts +2 -2
- package/model/routingMatrix.d.ts +2 -2
- package/model/routingMatrixWaypoint.d.ts +2 -2
- package/model/routingTransportMatrix.d.ts +2 -2
- package/model/schemaError.d.ts +2 -2
- package/model/service.d.ts +2 -2
- package/model/settingsKeyList.d.ts +2 -2
- package/model/stopDemand.d.ts +2 -2
- package/model/stopStatistics.d.ts +2 -2
- package/model/tableCustomfields.d.ts +2 -2
- package/model/tableCustomfieldsColumnType.d.ts +2 -2
- package/model/tableDataStats.d.ts +2 -2
- package/model/tableExperimentColumnType.d.ts +2 -2
- package/model/tableFact.d.ts +2 -2
- package/model/tableFactColumnType.d.ts +2 -2
- package/model/tableFactFields.d.ts +2 -2
- package/model/tableFactFilter.d.ts +2 -2
- package/model/tableFactFilterList.d.ts +2 -2
- package/model/tableFactList.d.ts +2 -2
- package/model/tableFactMetrics.d.ts +2 -2
- package/model/tableFactMetricsFilterList.d.ts +2 -2
- package/model/tableFilterBoolList.d.ts +2 -2
- package/model/tableFilterDatetimeRange.d.ts +2 -2
- package/model/tableFilterDurationRange.d.ts +2 -2
- 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 +2 -2
- package/model/tableFilterStringSearch.d.ts +2 -2
- package/model/tableFilterType.d.ts +2 -2
- package/model/tableHardlink.d.ts +2 -2
- package/model/tableHardlinkColumnType.d.ts +2 -2
- package/model/tableHardlinkFields.d.ts +2 -2
- package/model/tableHardlinkFilter.d.ts +2 -2
- package/model/tableHardlinkFilterList.d.ts +2 -2
- package/model/tableHardlinkList.d.ts +2 -2
- package/model/tableHardlinkMetrics.d.ts +2 -2
- package/model/tableHardlinkMetricsFilterList.d.ts +2 -2
- package/model/tableListCounters.d.ts +2 -2
- package/model/tableListCountersDetail.d.ts +2 -2
- package/model/tableLocation.d.ts +2 -2
- package/model/tableLocationColumnType.d.ts +2 -2
- package/model/tableLocationFields.d.ts +2 -2
- package/model/tableLocationFilter.d.ts +2 -2
- package/model/tableLocationFilterList.d.ts +2 -2
- package/model/tableLocationList.d.ts +2 -2
- package/model/tableLocationMetrics.d.ts +2 -2
- package/model/tableLocationMetricsFilterList.d.ts +2 -2
- package/model/tableOrder.d.ts +2 -2
- package/model/tableOrderColumnType.d.ts +2 -2
- package/model/tableOrderFields.d.ts +2 -2
- package/model/tableOrderFilter.d.ts +2 -2
- package/model/tableOrderFilterList.d.ts +2 -2
- package/model/tableOrderList.d.ts +2 -2
- package/model/tableOrderMetrics.d.ts +2 -2
- package/model/tableOrderMetricsFilterList.d.ts +2 -2
- package/model/tablePerformer.d.ts +2 -2
- package/model/tablePerformerColumnType.d.ts +2 -2
- package/model/tablePerformerFields.d.ts +2 -2
- package/model/tablePerformerFilter.d.ts +2 -2
- package/model/tablePerformerFilterList.d.ts +2 -2
- package/model/tablePerformerList.d.ts +2 -2
- package/model/tablePerformerMetrics.d.ts +2 -2
- package/model/tablePerformerMetricsFilterList.d.ts +2 -2
- package/model/tableRoundtrip.d.ts +2 -2
- package/model/tableRoundtripColumnType.d.ts +2 -2
- package/model/tableRoundtripFields.d.ts +2 -2
- package/model/tableRoundtripFilter.d.ts +2 -2
- package/model/tableRoundtripFilterList.d.ts +2 -2
- package/model/tableRoundtripList.d.ts +2 -2
- package/model/tableRoundtripMetrics.d.ts +2 -2
- package/model/tableRoundtripMetricsFilterList.d.ts +2 -2
- package/model/tableTransport.d.ts +2 -2
- package/model/tableTransportColumnType.d.ts +2 -2
- package/model/tableTransportFields.d.ts +2 -2
- package/model/tableTransportFilter.d.ts +2 -2
- package/model/tableTransportFilterList.d.ts +2 -2
- package/model/tableTransportList.d.ts +2 -2
- package/model/tableTransportMetrics.d.ts +2 -2
- package/model/tableTransportMetricsFilterList.d.ts +2 -2
- package/model/tableTrip.d.ts +2 -2
- package/model/tableTripColumnType.d.ts +2 -2
- package/model/tableTripFields.d.ts +2 -2
- package/model/tableTripFilter.d.ts +2 -2
- package/model/tableTripFilterList.d.ts +2 -2
- package/model/tableTripList.d.ts +2 -2
- package/model/tableTripMetrics.d.ts +2 -2
- package/model/tableTripMetricsFilterList.d.ts +2 -2
- package/model/tableTripStop.d.ts +2 -2
- package/model/tableTripStopColumnType.d.ts +2 -2
- package/model/tableTripStopFields.d.ts +2 -2
- package/model/tableTripStopFilter.d.ts +2 -2
- package/model/tableTripStopFilterList.d.ts +2 -2
- package/model/tableTripStopList.d.ts +2 -2
- package/model/taskStatistics.d.ts +2 -2
- package/model/timeWindow.d.ts +2 -2
- package/model/timeWindowViolationDetail.d.ts +2 -2
- package/model/timeWindowViolations.d.ts +2 -2
- package/model/tracedata.d.ts +2 -2
- package/model/track.d.ts +2 -2
- package/model/trackList.d.ts +2 -2
- package/model/trackListCustom.d.ts +2 -2
- package/model/trackType.d.ts +2 -2
- package/model/trackpoint.d.ts +2 -2
- package/model/translations.d.ts +3 -3
- package/model/transport.d.ts +2 -2
- package/model/transportCapacityMultiplier.d.ts +2 -2
- package/model/transportCompatibilities.d.ts +2 -2
- package/model/transportLimits.d.ts +2 -2
- package/model/transportLoad.d.ts +2 -2
- package/model/transportShift.d.ts +2 -2
- package/model/transportSpeedMultiplier.d.ts +2 -2
- package/model/transportTariff.d.ts +2 -2
- package/model/transportTariffConstraint.d.ts +2 -2
- package/model/transportType.d.ts +2 -2
- package/model/trip.d.ts +2 -2
- package/model/tripAssumptions.d.ts +2 -2
- package/model/tripExpectations.d.ts +2 -2
- package/model/tripPenalties.d.ts +2 -2
- package/model/tripStartTimeStrategy.d.ts +2 -2
- package/model/tripState.d.ts +6 -2
- package/model/tripStateFlag.d.ts +2 -2
- package/model/tripStatistics.d.ts +2 -2
- package/model/tripStatus.d.ts +2 -2
- package/model/tripsSettings.d.ts +2 -2
- package/model/{custom400WithErrorsAndWarnings.d.ts → universal400WithErrorsAndWarnings.d.ts} +3 -3
- package/model/universalData.d.ts +2 -2
- package/model/unplannedItems.d.ts +2 -2
- package/model/versionResult.d.ts +2 -2
- package/model/webFact.d.ts +2 -2
- package/model/webHardlink.d.ts +2 -2
- package/model/webLocation.d.ts +2 -2
- package/model/webLocationGeopoint.d.ts +2 -2
- package/model/webLocationGeopointList.d.ts +2 -2
- package/model/webOrder.d.ts +2 -2
- package/model/webOrderGeopoint.d.ts +2 -2
- package/model/webOrderGeopointList.d.ts +2 -2
- package/model/webPerformer.d.ts +2 -2
- package/model/webPerformerGeopoint.d.ts +2 -2
- package/model/webPerformerGeopointList.d.ts +2 -2
- package/model/webTransport.d.ts +2 -2
- package/model/webTransportGeopoint.d.ts +2 -2
- package/model/webTransportGeopointList.d.ts +2 -2
- package/model/webTrip.d.ts +2 -2
- package/model/webTripChart.d.ts +2 -2
- package/model/webTripChartDemand.d.ts +2 -2
- package/model/webTripChartList.d.ts +2 -2
- package/model/workAndRestRules.d.ts +2 -2
- package/package.json +1 -1
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +0 -2
|
@@ -178,8 +178,8 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Studio [ST]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
182
|
-
* Contact:
|
|
181
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
182
|
+
* Contact: support@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
185
185
|
* Do not edit the class manually.
|
|
@@ -254,8 +254,8 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Studio [ST]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
258
|
-
* Contact:
|
|
257
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
258
|
+
* Contact: support@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
261
261
|
* Do not edit the class manually.
|
|
@@ -381,8 +381,8 @@ 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.
|
|
385
|
-
* Contact:
|
|
384
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
385
|
+
* Contact: support@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
388
388
|
* Do not edit the class manually.
|
|
@@ -685,8 +685,8 @@ 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.
|
|
689
|
-
* Contact:
|
|
688
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
689
|
+
* Contact: support@veeroute.com
|
|
690
690
|
*
|
|
691
691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
692
692
|
* Do not edit the class manually.
|
|
@@ -990,8 +990,8 @@ 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.
|
|
994
|
-
* Contact:
|
|
993
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
994
|
+
* Contact: support@veeroute.com
|
|
995
995
|
*
|
|
996
996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
997
997
|
* Do not edit the class manually.
|
|
@@ -2145,8 +2145,8 @@ 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.
|
|
2149
|
-
* Contact:
|
|
2148
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
2149
|
+
* Contact: support@veeroute.com
|
|
2150
2150
|
*
|
|
2151
2151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
2152
2152
|
* Do not edit the class manually.
|
|
@@ -2731,8 +2731,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2731
2731
|
/**
|
|
2732
2732
|
* VRt.Studio [ST]
|
|
2733
2733
|
*
|
|
2734
|
-
* The version of the OpenAPI document: 7.
|
|
2735
|
-
* Contact:
|
|
2734
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
2735
|
+
* Contact: support@veeroute.com
|
|
2736
2736
|
*
|
|
2737
2737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
2738
2738
|
* Do not edit the class manually.
|
|
@@ -2950,8 +2950,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2950
2950
|
/**
|
|
2951
2951
|
* VRt.Studio [ST]
|
|
2952
2952
|
*
|
|
2953
|
-
* The version of the OpenAPI document: 7.
|
|
2954
|
-
* Contact:
|
|
2953
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
2954
|
+
* Contact: support@veeroute.com
|
|
2955
2955
|
*
|
|
2956
2956
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
2957
2957
|
* Do not edit the class manually.
|
|
@@ -3451,8 +3451,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3451
3451
|
/**
|
|
3452
3452
|
* VRt.Studio [ST]
|
|
3453
3453
|
*
|
|
3454
|
-
* The version of the OpenAPI document: 7.
|
|
3455
|
-
* Contact:
|
|
3454
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
3455
|
+
* Contact: support@veeroute.com
|
|
3456
3456
|
*
|
|
3457
3457
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
3458
3458
|
* Do not edit the class manually.
|
|
@@ -3952,8 +3952,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3952
3952
|
/**
|
|
3953
3953
|
* VRt.Studio [ST]
|
|
3954
3954
|
*
|
|
3955
|
-
* The version of the OpenAPI document: 7.
|
|
3956
|
-
* Contact:
|
|
3955
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
3956
|
+
* Contact: support@veeroute.com
|
|
3957
3957
|
*
|
|
3958
3958
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
3959
3959
|
* Do not edit the class manually.
|
|
@@ -4403,8 +4403,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4403
4403
|
/**
|
|
4404
4404
|
* VRt.Studio [ST]
|
|
4405
4405
|
*
|
|
4406
|
-
* The version of the OpenAPI document: 7.
|
|
4407
|
-
* Contact:
|
|
4406
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
4407
|
+
* Contact: support@veeroute.com
|
|
4408
4408
|
*
|
|
4409
4409
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4410
4410
|
* Do not edit the class manually.
|
|
@@ -4960,8 +4960,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4960
4960
|
/**
|
|
4961
4961
|
* VRt.Studio [ST]
|
|
4962
4962
|
*
|
|
4963
|
-
* The version of the OpenAPI document: 7.
|
|
4964
|
-
* Contact:
|
|
4963
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
4964
|
+
* Contact: support@veeroute.com
|
|
4965
4965
|
*
|
|
4966
4966
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4967
4967
|
* Do not edit the class manually.
|
|
@@ -5517,8 +5517,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5517
5517
|
/**
|
|
5518
5518
|
* VRt.Studio [ST]
|
|
5519
5519
|
*
|
|
5520
|
-
* The version of the OpenAPI document: 7.
|
|
5521
|
-
* Contact:
|
|
5520
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
5521
|
+
* Contact: support@veeroute.com
|
|
5522
5522
|
*
|
|
5523
5523
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5524
5524
|
* Do not edit the class manually.
|
|
@@ -5658,8 +5658,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5658
5658
|
/**
|
|
5659
5659
|
* VRt.Studio [ST]
|
|
5660
5660
|
*
|
|
5661
|
-
* The version of the OpenAPI document: 7.
|
|
5662
|
-
* Contact:
|
|
5661
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
5662
|
+
* Contact: support@veeroute.com
|
|
5663
5663
|
*
|
|
5664
5664
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5665
5665
|
* Do not edit the class manually.
|
|
@@ -6215,8 +6215,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6215
6215
|
/**
|
|
6216
6216
|
* VRt.Studio [ST]
|
|
6217
6217
|
*
|
|
6218
|
-
* The version of the OpenAPI document: 7.
|
|
6219
|
-
* Contact:
|
|
6218
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
6219
|
+
* Contact: support@veeroute.com
|
|
6220
6220
|
*
|
|
6221
6221
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
6222
6222
|
* Do not edit the class manually.
|
|
@@ -7107,8 +7107,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7107
7107
|
/**
|
|
7108
7108
|
* VRt.Studio [ST]
|
|
7109
7109
|
*
|
|
7110
|
-
* The version of the OpenAPI document: 7.
|
|
7111
|
-
* Contact:
|
|
7110
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7111
|
+
* Contact: support@veeroute.com
|
|
7112
7112
|
*
|
|
7113
7113
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7114
7114
|
* Do not edit the class manually.
|
|
@@ -7413,8 +7413,8 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7413
7413
|
/**
|
|
7414
7414
|
* VRt.Studio [ST]
|
|
7415
7415
|
*
|
|
7416
|
-
* The version of the OpenAPI document: 7.
|
|
7417
|
-
* Contact:
|
|
7416
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7417
|
+
* Contact: support@veeroute.com
|
|
7418
7418
|
*
|
|
7419
7419
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7420
7420
|
* Do not edit the class manually.
|
|
@@ -7423,8 +7423,8 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7423
7423
|
/**
|
|
7424
7424
|
* VRt.Studio [ST]
|
|
7425
7425
|
*
|
|
7426
|
-
* The version of the OpenAPI document: 7.
|
|
7427
|
-
* Contact:
|
|
7426
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7427
|
+
* Contact: support@veeroute.com
|
|
7428
7428
|
*
|
|
7429
7429
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7430
7430
|
* Do not edit the class manually.
|
|
@@ -7433,8 +7433,8 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7433
7433
|
/**
|
|
7434
7434
|
* VRt.Studio [ST]
|
|
7435
7435
|
*
|
|
7436
|
-
* The version of the OpenAPI document: 7.
|
|
7437
|
-
* Contact:
|
|
7436
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7437
|
+
* Contact: support@veeroute.com
|
|
7438
7438
|
*
|
|
7439
7439
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7440
7440
|
* Do not edit the class manually.
|
|
@@ -7452,8 +7452,8 @@ var BasicProcessStudio;
|
|
|
7452
7452
|
/**
|
|
7453
7453
|
* VRt.Studio [ST]
|
|
7454
7454
|
*
|
|
7455
|
-
* The version of the OpenAPI document: 7.
|
|
7456
|
-
* Contact:
|
|
7455
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7456
|
+
* Contact: support@veeroute.com
|
|
7457
7457
|
*
|
|
7458
7458
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7459
7459
|
* Do not edit the class manually.
|
|
@@ -7472,8 +7472,8 @@ var BasicStateStudio;
|
|
|
7472
7472
|
/**
|
|
7473
7473
|
* VRt.Studio [ST]
|
|
7474
7474
|
*
|
|
7475
|
-
* The version of the OpenAPI document: 7.
|
|
7476
|
-
* Contact:
|
|
7475
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7476
|
+
* Contact: support@veeroute.com
|
|
7477
7477
|
*
|
|
7478
7478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7479
7479
|
* Do not edit the class manually.
|
|
@@ -7489,8 +7489,8 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7489
7489
|
/**
|
|
7490
7490
|
* VRt.Studio [ST]
|
|
7491
7491
|
*
|
|
7492
|
-
* The version of the OpenAPI document: 7.
|
|
7493
|
-
* Contact:
|
|
7492
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7493
|
+
* Contact: support@veeroute.com
|
|
7494
7494
|
*
|
|
7495
7495
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7496
7496
|
* Do not edit the class manually.
|
|
@@ -7499,8 +7499,8 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7499
7499
|
/**
|
|
7500
7500
|
* VRt.Studio [ST]
|
|
7501
7501
|
*
|
|
7502
|
-
* The version of the OpenAPI document: 7.
|
|
7503
|
-
* Contact:
|
|
7502
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7503
|
+
* Contact: support@veeroute.com
|
|
7504
7504
|
*
|
|
7505
7505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7506
7506
|
* Do not edit the class manually.
|
|
@@ -7509,8 +7509,8 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7509
7509
|
/**
|
|
7510
7510
|
* VRt.Studio [ST]
|
|
7511
7511
|
*
|
|
7512
|
-
* The version of the OpenAPI document: 7.
|
|
7513
|
-
* Contact:
|
|
7512
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7513
|
+
* Contact: support@veeroute.com
|
|
7514
7514
|
*
|
|
7515
7515
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7516
7516
|
* Do not edit the class manually.
|
|
@@ -7533,8 +7533,8 @@ var CalculationStatusStudio;
|
|
|
7533
7533
|
/**
|
|
7534
7534
|
* VRt.Studio [ST]
|
|
7535
7535
|
*
|
|
7536
|
-
* The version of the OpenAPI document: 7.
|
|
7537
|
-
* Contact:
|
|
7536
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7537
|
+
* Contact: support@veeroute.com
|
|
7538
7538
|
*
|
|
7539
7539
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7540
7540
|
* Do not edit the class manually.
|
|
@@ -7543,8 +7543,8 @@ var CalculationStatusStudio;
|
|
|
7543
7543
|
/**
|
|
7544
7544
|
* VRt.Studio [ST]
|
|
7545
7545
|
*
|
|
7546
|
-
* The version of the OpenAPI document: 7.
|
|
7547
|
-
* Contact:
|
|
7546
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7547
|
+
* Contact: support@veeroute.com
|
|
7548
7548
|
*
|
|
7549
7549
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7550
7550
|
* Do not edit the class manually.
|
|
@@ -7553,8 +7553,8 @@ var CalculationStatusStudio;
|
|
|
7553
7553
|
/**
|
|
7554
7554
|
* VRt.Studio [ST]
|
|
7555
7555
|
*
|
|
7556
|
-
* The version of the OpenAPI document: 7.
|
|
7557
|
-
* Contact:
|
|
7556
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7557
|
+
* Contact: support@veeroute.com
|
|
7558
7558
|
*
|
|
7559
7559
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7560
7560
|
* Do not edit the class manually.
|
|
@@ -7563,8 +7563,8 @@ var CalculationStatusStudio;
|
|
|
7563
7563
|
/**
|
|
7564
7564
|
* VRt.Studio [ST]
|
|
7565
7565
|
*
|
|
7566
|
-
* The version of the OpenAPI document: 7.
|
|
7567
|
-
* Contact:
|
|
7566
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7567
|
+
* Contact: support@veeroute.com
|
|
7568
7568
|
*
|
|
7569
7569
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7570
7570
|
* Do not edit the class manually.
|
|
@@ -7573,8 +7573,8 @@ var CalculationStatusStudio;
|
|
|
7573
7573
|
/**
|
|
7574
7574
|
* VRt.Studio [ST]
|
|
7575
7575
|
*
|
|
7576
|
-
* The version of the OpenAPI document: 7.
|
|
7577
|
-
* Contact:
|
|
7576
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7577
|
+
* Contact: support@veeroute.com
|
|
7578
7578
|
*
|
|
7579
7579
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7580
7580
|
* Do not edit the class manually.
|
|
@@ -7583,8 +7583,8 @@ var CalculationStatusStudio;
|
|
|
7583
7583
|
/**
|
|
7584
7584
|
* VRt.Studio [ST]
|
|
7585
7585
|
*
|
|
7586
|
-
* The version of the OpenAPI document: 7.
|
|
7587
|
-
* Contact:
|
|
7586
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7587
|
+
* Contact: support@veeroute.com
|
|
7588
7588
|
*
|
|
7589
7589
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7590
7590
|
* Do not edit the class manually.
|
|
@@ -7593,8 +7593,8 @@ var CalculationStatusStudio;
|
|
|
7593
7593
|
/**
|
|
7594
7594
|
* VRt.Studio [ST]
|
|
7595
7595
|
*
|
|
7596
|
-
* The version of the OpenAPI document: 7.
|
|
7597
|
-
* Contact:
|
|
7596
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7597
|
+
* Contact: support@veeroute.com
|
|
7598
7598
|
*
|
|
7599
7599
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7600
7600
|
* Do not edit the class manually.
|
|
@@ -7603,8 +7603,8 @@ var CalculationStatusStudio;
|
|
|
7603
7603
|
/**
|
|
7604
7604
|
* VRt.Studio [ST]
|
|
7605
7605
|
*
|
|
7606
|
-
* The version of the OpenAPI document: 7.
|
|
7607
|
-
* Contact:
|
|
7606
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7607
|
+
* Contact: support@veeroute.com
|
|
7608
7608
|
*
|
|
7609
7609
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7610
7610
|
* Do not edit the class manually.
|
|
@@ -7621,8 +7621,56 @@ var CargoActionTypeStudio;
|
|
|
7621
7621
|
/**
|
|
7622
7622
|
* VRt.Studio [ST]
|
|
7623
7623
|
*
|
|
7624
|
-
* The version of the OpenAPI document: 7.
|
|
7625
|
-
* Contact:
|
|
7624
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7625
|
+
* Contact: support@veeroute.com
|
|
7626
|
+
*
|
|
7627
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7628
|
+
* Do not edit the class manually.
|
|
7629
|
+
*/
|
|
7630
|
+
|
|
7631
|
+
/**
|
|
7632
|
+
* VRt.Studio [ST]
|
|
7633
|
+
*
|
|
7634
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7635
|
+
* Contact: support@veeroute.com
|
|
7636
|
+
*
|
|
7637
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7638
|
+
* Do not edit the class manually.
|
|
7639
|
+
*/
|
|
7640
|
+
|
|
7641
|
+
/**
|
|
7642
|
+
* VRt.Studio [ST]
|
|
7643
|
+
*
|
|
7644
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7645
|
+
* Contact: support@veeroute.com
|
|
7646
|
+
*
|
|
7647
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7648
|
+
* Do not edit the class manually.
|
|
7649
|
+
*/
|
|
7650
|
+
/**
|
|
7651
|
+
* Value-added tax (VAT).
|
|
7652
|
+
*/
|
|
7653
|
+
var CargoInvoiceTaxStudio;
|
|
7654
|
+
(function (CargoInvoiceTaxStudio) {
|
|
7655
|
+
CargoInvoiceTaxStudio["VAT_NA"] = "VAT_NA";
|
|
7656
|
+
CargoInvoiceTaxStudio["VAT_00"] = "VAT_00";
|
|
7657
|
+
CargoInvoiceTaxStudio["VAT_05"] = "VAT_05";
|
|
7658
|
+
CargoInvoiceTaxStudio["VAT_07"] = "VAT_07";
|
|
7659
|
+
CargoInvoiceTaxStudio["VAT_10"] = "VAT_10";
|
|
7660
|
+
CargoInvoiceTaxStudio["VAT_20"] = "VAT_20";
|
|
7661
|
+
CargoInvoiceTaxStudio["VAT_22"] = "VAT_22";
|
|
7662
|
+
CargoInvoiceTaxStudio["VAT_05_105"] = "VAT_05_105";
|
|
7663
|
+
CargoInvoiceTaxStudio["VAT_07_107"] = "VAT_07_107";
|
|
7664
|
+
CargoInvoiceTaxStudio["VAT_10_110"] = "VAT_10_110";
|
|
7665
|
+
CargoInvoiceTaxStudio["VAT_20_120"] = "VAT_20_120";
|
|
7666
|
+
CargoInvoiceTaxStudio["VAT_22_122"] = "VAT_22_122";
|
|
7667
|
+
})(CargoInvoiceTaxStudio || (CargoInvoiceTaxStudio = {}));
|
|
7668
|
+
|
|
7669
|
+
/**
|
|
7670
|
+
* VRt.Studio [ST]
|
|
7671
|
+
*
|
|
7672
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7673
|
+
* Contact: support@veeroute.com
|
|
7626
7674
|
*
|
|
7627
7675
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7628
7676
|
* Do not edit the class manually.
|
|
@@ -7641,8 +7689,8 @@ var CargoRotationTypeStudio;
|
|
|
7641
7689
|
/**
|
|
7642
7690
|
* VRt.Studio [ST]
|
|
7643
7691
|
*
|
|
7644
|
-
* The version of the OpenAPI document: 7.
|
|
7645
|
-
* Contact:
|
|
7692
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7693
|
+
* Contact: support@veeroute.com
|
|
7646
7694
|
*
|
|
7647
7695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7648
7696
|
* Do not edit the class manually.
|
|
@@ -7651,8 +7699,8 @@ var CargoRotationTypeStudio;
|
|
|
7651
7699
|
/**
|
|
7652
7700
|
* VRt.Studio [ST]
|
|
7653
7701
|
*
|
|
7654
|
-
* The version of the OpenAPI document: 7.
|
|
7655
|
-
* Contact:
|
|
7702
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7703
|
+
* Contact: support@veeroute.com
|
|
7656
7704
|
*
|
|
7657
7705
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7658
7706
|
* Do not edit the class manually.
|
|
@@ -7661,8 +7709,8 @@ var CargoRotationTypeStudio;
|
|
|
7661
7709
|
/**
|
|
7662
7710
|
* VRt.Studio [ST]
|
|
7663
7711
|
*
|
|
7664
|
-
* The version of the OpenAPI document: 7.
|
|
7665
|
-
* Contact:
|
|
7712
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7713
|
+
* Contact: support@veeroute.com
|
|
7666
7714
|
*
|
|
7667
7715
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7668
7716
|
* Do not edit the class manually.
|
|
@@ -7689,8 +7737,8 @@ var CustomfieldEntityTypeStudio;
|
|
|
7689
7737
|
/**
|
|
7690
7738
|
* VRt.Studio [ST]
|
|
7691
7739
|
*
|
|
7692
|
-
* The version of the OpenAPI document: 7.
|
|
7693
|
-
* Contact:
|
|
7740
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7741
|
+
* Contact: support@veeroute.com
|
|
7694
7742
|
*
|
|
7695
7743
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7696
7744
|
* Do not edit the class manually.
|
|
@@ -7699,8 +7747,8 @@ var CustomfieldEntityTypeStudio;
|
|
|
7699
7747
|
/**
|
|
7700
7748
|
* VRt.Studio [ST]
|
|
7701
7749
|
*
|
|
7702
|
-
* The version of the OpenAPI document: 7.
|
|
7703
|
-
* Contact:
|
|
7750
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7751
|
+
* Contact: support@veeroute.com
|
|
7704
7752
|
*
|
|
7705
7753
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7706
7754
|
* Do not edit the class manually.
|
|
@@ -7720,8 +7768,8 @@ var DemandTypeStudio;
|
|
|
7720
7768
|
/**
|
|
7721
7769
|
* VRt.Studio [ST]
|
|
7722
7770
|
*
|
|
7723
|
-
* The version of the OpenAPI document: 7.
|
|
7724
|
-
* Contact:
|
|
7771
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7772
|
+
* Contact: support@veeroute.com
|
|
7725
7773
|
*
|
|
7726
7774
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7727
7775
|
* Do not edit the class manually.
|
|
@@ -7756,8 +7804,8 @@ var EntityErrorTypeStudio;
|
|
|
7756
7804
|
/**
|
|
7757
7805
|
* VRt.Studio [ST]
|
|
7758
7806
|
*
|
|
7759
|
-
* The version of the OpenAPI document: 7.
|
|
7760
|
-
* Contact:
|
|
7807
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7808
|
+
* Contact: support@veeroute.com
|
|
7761
7809
|
*
|
|
7762
7810
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7763
7811
|
* Do not edit the class manually.
|
|
@@ -7800,8 +7848,8 @@ var EntityTypeStudio;
|
|
|
7800
7848
|
/**
|
|
7801
7849
|
* VRt.Studio [ST]
|
|
7802
7850
|
*
|
|
7803
|
-
* The version of the OpenAPI document: 7.
|
|
7804
|
-
* Contact:
|
|
7851
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7852
|
+
* Contact: support@veeroute.com
|
|
7805
7853
|
*
|
|
7806
7854
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7807
7855
|
* Do not edit the class manually.
|
|
@@ -7858,8 +7906,8 @@ var EntityWarningTypeStudio;
|
|
|
7858
7906
|
/**
|
|
7859
7907
|
* VRt.Studio [ST]
|
|
7860
7908
|
*
|
|
7861
|
-
* The version of the OpenAPI document: 7.
|
|
7862
|
-
* Contact:
|
|
7909
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7910
|
+
* Contact: support@veeroute.com
|
|
7863
7911
|
*
|
|
7864
7912
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7865
7913
|
* Do not edit the class manually.
|
|
@@ -7868,8 +7916,8 @@ var EntityWarningTypeStudio;
|
|
|
7868
7916
|
/**
|
|
7869
7917
|
* VRt.Studio [ST]
|
|
7870
7918
|
*
|
|
7871
|
-
* The version of the OpenAPI document: 7.
|
|
7872
|
-
* Contact:
|
|
7919
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7920
|
+
* Contact: support@veeroute.com
|
|
7873
7921
|
*
|
|
7874
7922
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7875
7923
|
* Do not edit the class manually.
|
|
@@ -7878,14 +7926,33 @@ var EntityWarningTypeStudio;
|
|
|
7878
7926
|
/**
|
|
7879
7927
|
* VRt.Studio [ST]
|
|
7880
7928
|
*
|
|
7881
|
-
* The version of the OpenAPI document: 7.
|
|
7882
|
-
* Contact:
|
|
7929
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7930
|
+
* Contact: support@veeroute.com
|
|
7931
|
+
*
|
|
7932
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7933
|
+
* Do not edit the class manually.
|
|
7934
|
+
*/
|
|
7935
|
+
/**
|
|
7936
|
+
* Current fact status: * `NEW` - the fact has been created and is awaiting system processing * `APPLIED` - the fact has been processed by the system and applied to the data * `ERROR` - an error occurred while processing the fact; the sender must correct the fact and resubmit
|
|
7937
|
+
*/
|
|
7938
|
+
var FactStatusStudio;
|
|
7939
|
+
(function (FactStatusStudio) {
|
|
7940
|
+
FactStatusStudio["NEW"] = "NEW";
|
|
7941
|
+
FactStatusStudio["APPLIED"] = "APPLIED";
|
|
7942
|
+
FactStatusStudio["ERROR"] = "ERROR";
|
|
7943
|
+
})(FactStatusStudio || (FactStatusStudio = {}));
|
|
7944
|
+
|
|
7945
|
+
/**
|
|
7946
|
+
* VRt.Studio [ST]
|
|
7947
|
+
*
|
|
7948
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7949
|
+
* Contact: support@veeroute.com
|
|
7883
7950
|
*
|
|
7884
7951
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7885
7952
|
* Do not edit the class manually.
|
|
7886
7953
|
*/
|
|
7887
7954
|
/**
|
|
7888
|
-
* Possible 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 * `TRIP_RECEIVED` - the performer has received the trip * `TRIP_CONFIRMED` - the performer has agreed to perform the trip * `TRIP_REJECTED` - the performer has refused to perform the trip * `TRIP_EXECUTED` - the performer has started performing the trip
|
|
7955
|
+
* Possible 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 * `DEMAND_CANCELED` - the performer canceled the request * `TRIP_RECEIVED` - the performer has received the trip * `TRIP_CONFIRMED` - the performer has agreed to perform the trip * `TRIP_REJECTED` - the performer has refused to perform the trip * `TRIP_EXECUTED` - the performer has started performing the trip
|
|
7889
7956
|
*/
|
|
7890
7957
|
var FactTypeStudio;
|
|
7891
7958
|
(function (FactTypeStudio) {
|
|
@@ -7893,6 +7960,7 @@ var FactTypeStudio;
|
|
|
7893
7960
|
FactTypeStudio["ORDER_DONE"] = "ORDER_DONE";
|
|
7894
7961
|
FactTypeStudio["DEMAND_START"] = "DEMAND_START";
|
|
7895
7962
|
FactTypeStudio["DEMAND_DONE"] = "DEMAND_DONE";
|
|
7963
|
+
FactTypeStudio["DEMAND_CANCELED"] = "DEMAND_CANCELED";
|
|
7896
7964
|
FactTypeStudio["TRIP_RECEIVED"] = "TRIP_RECEIVED";
|
|
7897
7965
|
FactTypeStudio["TRIP_CONFIRMED"] = "TRIP_CONFIRMED";
|
|
7898
7966
|
FactTypeStudio["TRIP_REJECTED"] = "TRIP_REJECTED";
|
|
@@ -7902,8 +7970,8 @@ var FactTypeStudio;
|
|
|
7902
7970
|
/**
|
|
7903
7971
|
* VRt.Studio [ST]
|
|
7904
7972
|
*
|
|
7905
|
-
* The version of the OpenAPI document: 7.
|
|
7906
|
-
* Contact:
|
|
7973
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7974
|
+
* Contact: support@veeroute.com
|
|
7907
7975
|
*
|
|
7908
7976
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7909
7977
|
* Do not edit the class manually.
|
|
@@ -7912,8 +7980,8 @@ var FactTypeStudio;
|
|
|
7912
7980
|
/**
|
|
7913
7981
|
* VRt.Studio [ST]
|
|
7914
7982
|
*
|
|
7915
|
-
* The version of the OpenAPI document: 7.
|
|
7916
|
-
* Contact:
|
|
7983
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7984
|
+
* Contact: support@veeroute.com
|
|
7917
7985
|
*
|
|
7918
7986
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7919
7987
|
* Do not edit the class manually.
|
|
@@ -7922,8 +7990,8 @@ var FactTypeStudio;
|
|
|
7922
7990
|
/**
|
|
7923
7991
|
* VRt.Studio [ST]
|
|
7924
7992
|
*
|
|
7925
|
-
* The version of the OpenAPI document: 7.
|
|
7926
|
-
* Contact:
|
|
7993
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
7994
|
+
* Contact: support@veeroute.com
|
|
7927
7995
|
*
|
|
7928
7996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7929
7997
|
* Do not edit the class manually.
|
|
@@ -7945,8 +8013,8 @@ var FilesystemColumnTypeStudio;
|
|
|
7945
8013
|
/**
|
|
7946
8014
|
* VRt.Studio [ST]
|
|
7947
8015
|
*
|
|
7948
|
-
* The version of the OpenAPI document: 7.
|
|
7949
|
-
* Contact:
|
|
8016
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8017
|
+
* Contact: support@veeroute.com
|
|
7950
8018
|
*
|
|
7951
8019
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7952
8020
|
* Do not edit the class manually.
|
|
@@ -7955,8 +8023,8 @@ var FilesystemColumnTypeStudio;
|
|
|
7955
8023
|
/**
|
|
7956
8024
|
* VRt.Studio [ST]
|
|
7957
8025
|
*
|
|
7958
|
-
* The version of the OpenAPI document: 7.
|
|
7959
|
-
* Contact:
|
|
8026
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8027
|
+
* Contact: support@veeroute.com
|
|
7960
8028
|
*
|
|
7961
8029
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7962
8030
|
* Do not edit the class manually.
|
|
@@ -7973,8 +8041,8 @@ var FolderTypeStudio;
|
|
|
7973
8041
|
/**
|
|
7974
8042
|
* VRt.Studio [ST]
|
|
7975
8043
|
*
|
|
7976
|
-
* The version of the OpenAPI document: 7.
|
|
7977
|
-
* Contact:
|
|
8044
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8045
|
+
* Contact: support@veeroute.com
|
|
7978
8046
|
*
|
|
7979
8047
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7980
8048
|
* Do not edit the class manually.
|
|
@@ -7983,8 +8051,8 @@ var FolderTypeStudio;
|
|
|
7983
8051
|
/**
|
|
7984
8052
|
* VRt.Studio [ST]
|
|
7985
8053
|
*
|
|
7986
|
-
* The version of the OpenAPI document: 7.
|
|
7987
|
-
* Contact:
|
|
8054
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8055
|
+
* Contact: support@veeroute.com
|
|
7988
8056
|
*
|
|
7989
8057
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7990
8058
|
* Do not edit the class manually.
|
|
@@ -8002,8 +8070,8 @@ var HardlinkElementTypeStudio;
|
|
|
8002
8070
|
/**
|
|
8003
8071
|
* VRt.Studio [ST]
|
|
8004
8072
|
*
|
|
8005
|
-
* The version of the OpenAPI document: 7.
|
|
8006
|
-
* Contact:
|
|
8073
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8074
|
+
* Contact: support@veeroute.com
|
|
8007
8075
|
*
|
|
8008
8076
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8009
8077
|
* Do not edit the class manually.
|
|
@@ -8020,8 +8088,8 @@ var ImportSampleStudio;
|
|
|
8020
8088
|
/**
|
|
8021
8089
|
* VRt.Studio [ST]
|
|
8022
8090
|
*
|
|
8023
|
-
* The version of the OpenAPI document: 7.
|
|
8024
|
-
* Contact:
|
|
8091
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8092
|
+
* Contact: support@veeroute.com
|
|
8025
8093
|
*
|
|
8026
8094
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8027
8095
|
* Do not edit the class manually.
|
|
@@ -8038,8 +8106,8 @@ var ImportSourceStudio;
|
|
|
8038
8106
|
/**
|
|
8039
8107
|
* VRt.Studio [ST]
|
|
8040
8108
|
*
|
|
8041
|
-
* The version of the OpenAPI document: 7.
|
|
8042
|
-
* Contact:
|
|
8109
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8110
|
+
* Contact: support@veeroute.com
|
|
8043
8111
|
*
|
|
8044
8112
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8045
8113
|
* Do not edit the class manually.
|
|
@@ -8061,8 +8129,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8061
8129
|
/**
|
|
8062
8130
|
* VRt.Studio [ST]
|
|
8063
8131
|
*
|
|
8064
|
-
* The version of the OpenAPI document: 7.
|
|
8065
|
-
* Contact:
|
|
8132
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8133
|
+
* Contact: support@veeroute.com
|
|
8066
8134
|
*
|
|
8067
8135
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8068
8136
|
* Do not edit the class manually.
|
|
@@ -8071,8 +8139,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8071
8139
|
/**
|
|
8072
8140
|
* VRt.Studio [ST]
|
|
8073
8141
|
*
|
|
8074
|
-
* The version of the OpenAPI document: 7.
|
|
8075
|
-
* Contact:
|
|
8142
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8143
|
+
* Contact: support@veeroute.com
|
|
8076
8144
|
*
|
|
8077
8145
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8078
8146
|
* Do not edit the class manually.
|
|
@@ -8081,8 +8149,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8081
8149
|
/**
|
|
8082
8150
|
* VRt.Studio [ST]
|
|
8083
8151
|
*
|
|
8084
|
-
* The version of the OpenAPI document: 7.
|
|
8085
|
-
* Contact:
|
|
8152
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8153
|
+
* Contact: support@veeroute.com
|
|
8086
8154
|
*
|
|
8087
8155
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8088
8156
|
* Do not edit the class manually.
|
|
@@ -8091,8 +8159,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8091
8159
|
/**
|
|
8092
8160
|
* VRt.Studio [ST]
|
|
8093
8161
|
*
|
|
8094
|
-
* The version of the OpenAPI document: 7.
|
|
8095
|
-
* Contact:
|
|
8162
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8163
|
+
* Contact: support@veeroute.com
|
|
8096
8164
|
*
|
|
8097
8165
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8098
8166
|
* Do not edit the class manually.
|
|
@@ -8101,8 +8169,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8101
8169
|
/**
|
|
8102
8170
|
* VRt.Studio [ST]
|
|
8103
8171
|
*
|
|
8104
|
-
* The version of the OpenAPI document: 7.
|
|
8105
|
-
* Contact:
|
|
8172
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8173
|
+
* Contact: support@veeroute.com
|
|
8106
8174
|
*
|
|
8107
8175
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8108
8176
|
* Do not edit the class manually.
|
|
@@ -8111,8 +8179,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8111
8179
|
/**
|
|
8112
8180
|
* VRt.Studio [ST]
|
|
8113
8181
|
*
|
|
8114
|
-
* The version of the OpenAPI document: 7.
|
|
8115
|
-
* Contact:
|
|
8182
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8183
|
+
* Contact: support@veeroute.com
|
|
8116
8184
|
*
|
|
8117
8185
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8118
8186
|
* Do not edit the class manually.
|
|
@@ -8121,8 +8189,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8121
8189
|
/**
|
|
8122
8190
|
* VRt.Studio [ST]
|
|
8123
8191
|
*
|
|
8124
|
-
* The version of the OpenAPI document: 7.
|
|
8125
|
-
* Contact:
|
|
8192
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8193
|
+
* Contact: support@veeroute.com
|
|
8126
8194
|
*
|
|
8127
8195
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8128
8196
|
* Do not edit the class manually.
|
|
@@ -8131,8 +8199,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8131
8199
|
/**
|
|
8132
8200
|
* VRt.Studio [ST]
|
|
8133
8201
|
*
|
|
8134
|
-
* The version of the OpenAPI document: 7.
|
|
8135
|
-
* Contact:
|
|
8202
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8203
|
+
* Contact: support@veeroute.com
|
|
8136
8204
|
*
|
|
8137
8205
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8138
8206
|
* Do not edit the class manually.
|
|
@@ -8141,8 +8209,8 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8141
8209
|
/**
|
|
8142
8210
|
* VRt.Studio [ST]
|
|
8143
8211
|
*
|
|
8144
|
-
* The version of the OpenAPI document: 7.
|
|
8145
|
-
* Contact:
|
|
8212
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8213
|
+
* Contact: support@veeroute.com
|
|
8146
8214
|
*
|
|
8147
8215
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8148
8216
|
* Do not edit the class manually.
|
|
@@ -8167,8 +8235,8 @@ var ServiceStudio;
|
|
|
8167
8235
|
/**
|
|
8168
8236
|
* VRt.Studio [ST]
|
|
8169
8237
|
*
|
|
8170
|
-
* The version of the OpenAPI document: 7.
|
|
8171
|
-
* Contact:
|
|
8238
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8239
|
+
* Contact: support@veeroute.com
|
|
8172
8240
|
*
|
|
8173
8241
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8174
8242
|
* Do not edit the class manually.
|
|
@@ -8177,8 +8245,8 @@ var ServiceStudio;
|
|
|
8177
8245
|
/**
|
|
8178
8246
|
* VRt.Studio [ST]
|
|
8179
8247
|
*
|
|
8180
|
-
* The version of the OpenAPI document: 7.
|
|
8181
|
-
* Contact:
|
|
8248
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8249
|
+
* Contact: support@veeroute.com
|
|
8182
8250
|
*
|
|
8183
8251
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8184
8252
|
* Do not edit the class manually.
|
|
@@ -8253,8 +8321,8 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8253
8321
|
/**
|
|
8254
8322
|
* VRt.Studio [ST]
|
|
8255
8323
|
*
|
|
8256
|
-
* The version of the OpenAPI document: 7.
|
|
8257
|
-
* Contact:
|
|
8324
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8325
|
+
* Contact: support@veeroute.com
|
|
8258
8326
|
*
|
|
8259
8327
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8260
8328
|
* Do not edit the class manually.
|
|
@@ -8263,8 +8331,8 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8263
8331
|
/**
|
|
8264
8332
|
* VRt.Studio [ST]
|
|
8265
8333
|
*
|
|
8266
|
-
* The version of the OpenAPI document: 7.
|
|
8267
|
-
* Contact:
|
|
8334
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8335
|
+
* Contact: support@veeroute.com
|
|
8268
8336
|
*
|
|
8269
8337
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8270
8338
|
* Do not edit the class manually.
|
|
@@ -8273,8 +8341,8 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8273
8341
|
/**
|
|
8274
8342
|
* VRt.Studio [ST]
|
|
8275
8343
|
*
|
|
8276
|
-
* The version of the OpenAPI document: 7.
|
|
8277
|
-
* Contact:
|
|
8344
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8345
|
+
* Contact: support@veeroute.com
|
|
8278
8346
|
*
|
|
8279
8347
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8280
8348
|
* Do not edit the class manually.
|
|
@@ -8294,8 +8362,8 @@ var TableExperimentColumnTypeStudio;
|
|
|
8294
8362
|
/**
|
|
8295
8363
|
* VRt.Studio [ST]
|
|
8296
8364
|
*
|
|
8297
|
-
* The version of the OpenAPI document: 7.
|
|
8298
|
-
* Contact:
|
|
8365
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8366
|
+
* Contact: support@veeroute.com
|
|
8299
8367
|
*
|
|
8300
8368
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8301
8369
|
* Do not edit the class manually.
|
|
@@ -8327,8 +8395,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8327
8395
|
/**
|
|
8328
8396
|
* VRt.Studio [ST]
|
|
8329
8397
|
*
|
|
8330
|
-
* The version of the OpenAPI document: 7.
|
|
8331
|
-
* Contact:
|
|
8398
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8399
|
+
* Contact: support@veeroute.com
|
|
8332
8400
|
*
|
|
8333
8401
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8334
8402
|
* Do not edit the class manually.
|
|
@@ -8337,8 +8405,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8337
8405
|
/**
|
|
8338
8406
|
* VRt.Studio [ST]
|
|
8339
8407
|
*
|
|
8340
|
-
* The version of the OpenAPI document: 7.
|
|
8341
|
-
* Contact:
|
|
8408
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8409
|
+
* Contact: support@veeroute.com
|
|
8342
8410
|
*
|
|
8343
8411
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8344
8412
|
* Do not edit the class manually.
|
|
@@ -8347,8 +8415,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8347
8415
|
/**
|
|
8348
8416
|
* VRt.Studio [ST]
|
|
8349
8417
|
*
|
|
8350
|
-
* The version of the OpenAPI document: 7.
|
|
8351
|
-
* Contact:
|
|
8418
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8419
|
+
* Contact: support@veeroute.com
|
|
8352
8420
|
*
|
|
8353
8421
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8354
8422
|
* Do not edit the class manually.
|
|
@@ -8357,8 +8425,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8357
8425
|
/**
|
|
8358
8426
|
* VRt.Studio [ST]
|
|
8359
8427
|
*
|
|
8360
|
-
* The version of the OpenAPI document: 7.
|
|
8361
|
-
* Contact:
|
|
8428
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8429
|
+
* Contact: support@veeroute.com
|
|
8362
8430
|
*
|
|
8363
8431
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8364
8432
|
* Do not edit the class manually.
|
|
@@ -8367,8 +8435,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8367
8435
|
/**
|
|
8368
8436
|
* VRt.Studio [ST]
|
|
8369
8437
|
*
|
|
8370
|
-
* The version of the OpenAPI document: 7.
|
|
8371
|
-
* Contact:
|
|
8438
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8439
|
+
* Contact: support@veeroute.com
|
|
8372
8440
|
*
|
|
8373
8441
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8374
8442
|
* Do not edit the class manually.
|
|
@@ -8377,8 +8445,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8377
8445
|
/**
|
|
8378
8446
|
* VRt.Studio [ST]
|
|
8379
8447
|
*
|
|
8380
|
-
* The version of the OpenAPI document: 7.
|
|
8381
|
-
* Contact:
|
|
8448
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8449
|
+
* Contact: support@veeroute.com
|
|
8382
8450
|
*
|
|
8383
8451
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8384
8452
|
* Do not edit the class manually.
|
|
@@ -8387,8 +8455,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8387
8455
|
/**
|
|
8388
8456
|
* VRt.Studio [ST]
|
|
8389
8457
|
*
|
|
8390
|
-
* The version of the OpenAPI document: 7.
|
|
8391
|
-
* Contact:
|
|
8458
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8459
|
+
* Contact: support@veeroute.com
|
|
8392
8460
|
*
|
|
8393
8461
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8394
8462
|
* Do not edit the class manually.
|
|
@@ -8397,8 +8465,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8397
8465
|
/**
|
|
8398
8466
|
* VRt.Studio [ST]
|
|
8399
8467
|
*
|
|
8400
|
-
* The version of the OpenAPI document: 7.
|
|
8401
|
-
* Contact:
|
|
8468
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8469
|
+
* Contact: support@veeroute.com
|
|
8402
8470
|
*
|
|
8403
8471
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8404
8472
|
* Do not edit the class manually.
|
|
@@ -8407,8 +8475,8 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8407
8475
|
/**
|
|
8408
8476
|
* VRt.Studio [ST]
|
|
8409
8477
|
*
|
|
8410
|
-
* The version of the OpenAPI document: 7.
|
|
8411
|
-
* Contact:
|
|
8478
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8479
|
+
* Contact: support@veeroute.com
|
|
8412
8480
|
*
|
|
8413
8481
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8414
8482
|
* Do not edit the class manually.
|
|
@@ -8431,8 +8499,8 @@ var TableFilterTypeStudio;
|
|
|
8431
8499
|
/**
|
|
8432
8500
|
* VRt.Studio [ST]
|
|
8433
8501
|
*
|
|
8434
|
-
* The version of the OpenAPI document: 7.
|
|
8435
|
-
* Contact:
|
|
8502
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8503
|
+
* Contact: support@veeroute.com
|
|
8436
8504
|
*
|
|
8437
8505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8438
8506
|
* Do not edit the class manually.
|
|
@@ -8462,8 +8530,8 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8462
8530
|
/**
|
|
8463
8531
|
* VRt.Studio [ST]
|
|
8464
8532
|
*
|
|
8465
|
-
* The version of the OpenAPI document: 7.
|
|
8466
|
-
* Contact:
|
|
8533
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8534
|
+
* Contact: support@veeroute.com
|
|
8467
8535
|
*
|
|
8468
8536
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8469
8537
|
* Do not edit the class manually.
|
|
@@ -8472,8 +8540,8 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8472
8540
|
/**
|
|
8473
8541
|
* VRt.Studio [ST]
|
|
8474
8542
|
*
|
|
8475
|
-
* The version of the OpenAPI document: 7.
|
|
8476
|
-
* Contact:
|
|
8543
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8544
|
+
* Contact: support@veeroute.com
|
|
8477
8545
|
*
|
|
8478
8546
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8479
8547
|
* Do not edit the class manually.
|
|
@@ -8502,8 +8570,8 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8502
8570
|
/**
|
|
8503
8571
|
* VRt.Studio [ST]
|
|
8504
8572
|
*
|
|
8505
|
-
* The version of the OpenAPI document: 7.
|
|
8506
|
-
* Contact:
|
|
8573
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8574
|
+
* Contact: support@veeroute.com
|
|
8507
8575
|
*
|
|
8508
8576
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8509
8577
|
* Do not edit the class manually.
|
|
@@ -8558,8 +8626,8 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8558
8626
|
/**
|
|
8559
8627
|
* VRt.Studio [ST]
|
|
8560
8628
|
*
|
|
8561
|
-
* The version of the OpenAPI document: 7.
|
|
8562
|
-
* Contact:
|
|
8629
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8630
|
+
* Contact: support@veeroute.com
|
|
8563
8631
|
*
|
|
8564
8632
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8565
8633
|
* Do not edit the class manually.
|
|
@@ -8596,8 +8664,8 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8596
8664
|
/**
|
|
8597
8665
|
* VRt.Studio [ST]
|
|
8598
8666
|
*
|
|
8599
|
-
* The version of the OpenAPI document: 7.
|
|
8600
|
-
* Contact:
|
|
8667
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8668
|
+
* Contact: support@veeroute.com
|
|
8601
8669
|
*
|
|
8602
8670
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8603
8671
|
* Do not edit the class manually.
|
|
@@ -8654,8 +8722,8 @@ var TableRoundtripFieldsStudioEssenceTypeEnum;
|
|
|
8654
8722
|
/**
|
|
8655
8723
|
* VRt.Studio [ST]
|
|
8656
8724
|
*
|
|
8657
|
-
* The version of the OpenAPI document: 7.
|
|
8658
|
-
* Contact:
|
|
8725
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8726
|
+
* Contact: support@veeroute.com
|
|
8659
8727
|
*
|
|
8660
8728
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8661
8729
|
* Do not edit the class manually.
|
|
@@ -8698,8 +8766,8 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8698
8766
|
/**
|
|
8699
8767
|
* VRt.Studio [ST]
|
|
8700
8768
|
*
|
|
8701
|
-
* The version of the OpenAPI document: 7.
|
|
8702
|
-
* Contact:
|
|
8769
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8770
|
+
* Contact: support@veeroute.com
|
|
8703
8771
|
*
|
|
8704
8772
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8705
8773
|
* Do not edit the class manually.
|
|
@@ -8758,8 +8826,8 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8758
8826
|
/**
|
|
8759
8827
|
* VRt.Studio [ST]
|
|
8760
8828
|
*
|
|
8761
|
-
* The version of the OpenAPI document: 7.
|
|
8762
|
-
* Contact:
|
|
8829
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8830
|
+
* Contact: support@veeroute.com
|
|
8763
8831
|
*
|
|
8764
8832
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8765
8833
|
* Do not edit the class manually.
|
|
@@ -8798,8 +8866,8 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8798
8866
|
/**
|
|
8799
8867
|
* VRt.Studio [ST]
|
|
8800
8868
|
*
|
|
8801
|
-
* The version of the OpenAPI document: 7.
|
|
8802
|
-
* Contact:
|
|
8869
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8870
|
+
* Contact: support@veeroute.com
|
|
8803
8871
|
*
|
|
8804
8872
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8805
8873
|
* Do not edit the class manually.
|
|
@@ -8808,8 +8876,8 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8808
8876
|
/**
|
|
8809
8877
|
* VRt.Studio [ST]
|
|
8810
8878
|
*
|
|
8811
|
-
* The version of the OpenAPI document: 7.
|
|
8812
|
-
* Contact:
|
|
8879
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8880
|
+
* Contact: support@veeroute.com
|
|
8813
8881
|
*
|
|
8814
8882
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8815
8883
|
* Do not edit the class manually.
|
|
@@ -8818,8 +8886,8 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8818
8886
|
/**
|
|
8819
8887
|
* VRt.Studio [ST]
|
|
8820
8888
|
*
|
|
8821
|
-
* The version of the OpenAPI document: 7.
|
|
8822
|
-
* Contact:
|
|
8889
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8890
|
+
* Contact: support@veeroute.com
|
|
8823
8891
|
*
|
|
8824
8892
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8825
8893
|
* Do not edit the class manually.
|
|
@@ -8837,8 +8905,8 @@ var TrackTypeStudio;
|
|
|
8837
8905
|
/**
|
|
8838
8906
|
* VRt.Studio [ST]
|
|
8839
8907
|
*
|
|
8840
|
-
* The version of the OpenAPI document: 7.
|
|
8841
|
-
* Contact:
|
|
8908
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8909
|
+
* Contact: support@veeroute.com
|
|
8842
8910
|
*
|
|
8843
8911
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8844
8912
|
* Do not edit the class manually.
|
|
@@ -8847,8 +8915,8 @@ var TrackTypeStudio;
|
|
|
8847
8915
|
/**
|
|
8848
8916
|
* VRt.Studio [ST]
|
|
8849
8917
|
*
|
|
8850
|
-
* The version of the OpenAPI document: 7.
|
|
8851
|
-
* Contact:
|
|
8918
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8919
|
+
* Contact: support@veeroute.com
|
|
8852
8920
|
*
|
|
8853
8921
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8854
8922
|
* Do not edit the class manually.
|
|
@@ -8857,8 +8925,8 @@ var TrackTypeStudio;
|
|
|
8857
8925
|
/**
|
|
8858
8926
|
* VRt.Studio [ST]
|
|
8859
8927
|
*
|
|
8860
|
-
* The version of the OpenAPI document: 7.
|
|
8861
|
-
* Contact:
|
|
8928
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8929
|
+
* Contact: support@veeroute.com
|
|
8862
8930
|
*
|
|
8863
8931
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8864
8932
|
* Do not edit the class manually.
|
|
@@ -8867,8 +8935,8 @@ var TrackTypeStudio;
|
|
|
8867
8935
|
/**
|
|
8868
8936
|
* VRt.Studio [ST]
|
|
8869
8937
|
*
|
|
8870
|
-
* The version of the OpenAPI document: 7.
|
|
8871
|
-
* Contact:
|
|
8938
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8939
|
+
* Contact: support@veeroute.com
|
|
8872
8940
|
*
|
|
8873
8941
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8874
8942
|
* Do not edit the class manually.
|
|
@@ -8899,8 +8967,8 @@ var TransportTypeStudio;
|
|
|
8899
8967
|
/**
|
|
8900
8968
|
* VRt.Studio [ST]
|
|
8901
8969
|
*
|
|
8902
|
-
* The version of the OpenAPI document: 7.
|
|
8903
|
-
* Contact:
|
|
8970
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8971
|
+
* Contact: support@veeroute.com
|
|
8904
8972
|
*
|
|
8905
8973
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8906
8974
|
* Do not edit the class manually.
|
|
@@ -8917,8 +8985,8 @@ var TripStartTimeStrategyStudio;
|
|
|
8917
8985
|
/**
|
|
8918
8986
|
* VRt.Studio [ST]
|
|
8919
8987
|
*
|
|
8920
|
-
* The version of the OpenAPI document: 7.
|
|
8921
|
-
* Contact:
|
|
8988
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
8989
|
+
* Contact: support@veeroute.com
|
|
8922
8990
|
*
|
|
8923
8991
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8924
8992
|
* Do not edit the class manually.
|
|
@@ -8947,8 +9015,8 @@ var TripStateFlagStudio;
|
|
|
8947
9015
|
/**
|
|
8948
9016
|
* VRt.Studio [ST]
|
|
8949
9017
|
*
|
|
8950
|
-
* The version of the OpenAPI document: 7.
|
|
8951
|
-
* Contact:
|
|
9018
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
9019
|
+
* Contact: support@veeroute.com
|
|
8952
9020
|
*
|
|
8953
9021
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8954
9022
|
* Do not edit the class manually.
|
|
@@ -8972,8 +9040,8 @@ var TripStatusStudio;
|
|
|
8972
9040
|
/**
|
|
8973
9041
|
* VRt.Studio [ST]
|
|
8974
9042
|
*
|
|
8975
|
-
* The version of the OpenAPI document: 7.
|
|
8976
|
-
* Contact:
|
|
9043
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
9044
|
+
* Contact: support@veeroute.com
|
|
8977
9045
|
*
|
|
8978
9046
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8979
9047
|
* Do not edit the class manually.
|
|
@@ -8982,8 +9050,8 @@ var TripStatusStudio;
|
|
|
8982
9050
|
/**
|
|
8983
9051
|
* VRt.Studio [ST]
|
|
8984
9052
|
*
|
|
8985
|
-
* The version of the OpenAPI document: 7.
|
|
8986
|
-
* Contact:
|
|
9053
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
9054
|
+
* Contact: support@veeroute.com
|
|
8987
9055
|
*
|
|
8988
9056
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
8989
9057
|
* Do not edit the class manually.
|
|
@@ -9055,5 +9123,5 @@ function provideApi(configOrBasePath) {
|
|
|
9055
9123
|
* Generated bundle index. Do not edit.
|
|
9056
9124
|
*/
|
|
9057
9125
|
|
|
9058
|
-
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableRoundtripColumnTypeStudio, TableRoundtripFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
|
|
9126
|
+
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoInvoiceTaxStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactStatusStudio, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableRoundtripColumnTypeStudio, TableRoundtripFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
|
|
9059
9127
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|