chore(frontend): regenerate API schema after sell_fee docstring change
frontend / frontend (push) Successful in 9m59s
pytest / test (push) Successful in 12m27s

d07a083 changed the /api/energy/prices docstring (sell now deducts sell_fee)
and refreshed openapi/openapi.json, but frontend/src/api/schema.d.ts was not
regenerated, so CI's "check codegen is in sync" step failed. Comment-only diff.
This commit is contained in:
2026-07-27 18:29:54 +02:00
parent 2f63b9630c
commit bfc7aa3031
+1 -1
View File
@@ -261,7 +261,7 @@ export interface paths {
* *
* Response ``points`` carries per-slot: * Response ``points`` carries per-slot:
* - ``buy = total`` (Tibber all-inclusive price) * - ``buy = total`` (Tibber all-inclusive price)
* - ``sell = total energy_tax sell_adjust`` (from active version values) * - ``sell = total energy_tax sell_fee sell_adjust`` (from active version values)
* - ``level`` (Tibber price level, may be null) * - ``level`` (Tibber price level, may be null)
* *
* ``tariff`` is null. * ``tariff`` is null.