From bfc7aa3031db3bd5a57b48fd203a320f87183799 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Mon, 27 Jul 2026 18:29:54 +0200 Subject: [PATCH] chore(frontend): regenerate API schema after sell_fee docstring change 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. --- frontend/src/api/schema.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/schema.d.ts b/frontend/src/api/schema.d.ts index c1f6ac7..fc2567a 100644 --- a/frontend/src/api/schema.d.ts +++ b/frontend/src/api/schema.d.ts @@ -261,7 +261,7 @@ export interface paths { * * Response ``points`` carries per-slot: * - ``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) * * ``tariff`` is null.