@golemio/pid 5.7.4-dev.2402308136 → 5.7.4-dev.2402361575

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.
@@ -837,11 +837,11 @@ Worker má na starost zpracování a transformaci polohových dat, výpočet zpo
837
837
  - vstupní rabbitmq fronta
838
838
  - název: vehicle-positions.vehiclepositions.updateRunsGTFSTripId
839
839
  - TTL: 5 minut
840
- - parametry: `{ run, run_message, isNotPublic?, gtfs_route_type? }`
841
- - `run` - běh vozidla (ICommonRunsModel s volitelným gtfs_route_type)
840
+ - parametry: `{ run, run_message, isNotPublic?, notPublicVehicleRouteType? }`
841
+ - `run` - běh vozidla (ICommonRunsModel s volitelným notPublicVehicleRouteType)
842
842
  - `run_message` - zpráva o pozici vozidla
843
843
  - `isNotPublic` - volitelný příznak, zda se jedná o neveřejné vozidlo (např. náhradní autobus)
844
- - `gtfs_route_type` - volitelný GTFS typ vozidla (0=tram, 3=bus, atd.) pro správné mapování typu u ad-hoc vozidel
844
+ - `notPublicVehicleRouteType` - volitelný typ vozidla (0=tram, 3=bus) pro správné mapování typu u ad-hoc vozidel
845
845
  - validační schéma: [UpdateRunsGtfsTripIdSchema](../src/integration-engine/vehicle-positions/workers/vehicle-positions/schema/UpdateRunsGtfsTripIdSchema.ts)
846
846
  - závislé fronty (do kterých jsou odesílány zprávy z metody workeru)
847
847
  - název: vehicle-positions.vehiclepositions.updateDelay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "5.7.4-dev.2402308136",
3
+ "version": "5.7.4-dev.2402361575",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",