Commit b164e38
fix(webapp): regenerate the client after title became optional
PracticeAreaReviewArtifact.title is @nullable on the server and no longer
required in openapi.yaml, but the generated client still declared it as
always present. CI regenerates the client and fails on any diff, so the
two had to be brought back in step.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent a3ddd7c commit b164e38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3322 | 3322 | | |
3323 | 3323 | | |
3324 | 3324 | | |
3325 | | - | |
| 3325 | + | |
3326 | 3326 | | |
3327 | 3327 | | |
3328 | 3328 | | |
| |||
0 commit comments