]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(ui-cli): move StationListPayload to shared types, add resolution error context
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 21:43:43 +0000 (23:43 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 21:43:43 +0000 (23:43 +0200)
commit0c6cfa9ac228910848194b1936ac077208617483
treee2c84f2b56cd1240158b9a97aa4a443554e71b0c
parentdd8e4161d8629cae2020a5ff451b1539f83b29db
refactor(ui-cli): move StationListPayload to shared types, add resolution error context

- Move StationListPayload from renderers.ts to types.ts to fix
  cross-layer dependency (action.ts no longer imports from output layer)
- Wrap hash prefix resolution errors with contextual message
  ('Failed to resolve hash ID prefixes: ...')
ui/cli/src/commands/action.ts
ui/cli/src/output/renderers.ts
ui/cli/src/types.ts