fix: add groupName to ExecutionSummary in schema.d.ts
Some checks failed
CI / build (push) Successful in 1m12s
CI / cleanup-branch (push) Has been skipped
CI / docker (push) Successful in 1m10s
CI / deploy (push) Failing after 2m19s
CI / deploy-feature (push) Has been skipped

The Java record was updated but the OpenAPI schema was not regenerated,
causing a TypeScript build error in CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-23 21:03:45 +01:00
parent 2ae2871822
commit c8c62a98bb

View File

@@ -1092,6 +1092,7 @@ export interface components {
executionId: string;
routeId: string;
agentId: string;
groupName: string;
status: string;
/** Format: date-time */
startTime: string;