chore(web-ui): regenerate api types from prod OpenAPI #139
Reference in New Issue
Block a user
Delete Branch "worktree-graph-apitypes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
npm run api:types— מביא אתsrc/lib/api/types.tsהמיוצר לקו אחד עם סכמת ה-FastAPI החיה (UI1: טיפוסים נגזרים מ-OpenAPI כ-SSoT). הקובץ סטה; הרגנרציה לוכדת את endpoints/models של גרף-הקורפוס (/api/graph/corpus,/api/graph/facets,/api/graph/node/{id}/neighborhood;CorpusGraph/GraphNode/GraphFacets) + שינויים מצטברים מעבודות אחרות שמוזגו.npm run buildעובר מול הטיפוסים המחודשים (כל המודולים הכתובים-ביד מתקמפלים). חוסם רק את types.ts המיוצר — אין שינוי לוגיקה.🤖 Generated with Claude Code
`npm run api:types` — brings the generated src/lib/api/types.ts up to date with the live FastAPI schema (UI1: types derive from the OpenAPI SSoT). The file had drifted; this regen captures the corpus-graph endpoints/models (/api/graph/corpus, /api/graph/facets, /api/graph/node/{id}/neighborhood; CorpusGraph / GraphNode / GraphFacets) plus accumulated changes from other merged work. web-ui build passes against the regenerated types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>