Commit 71d3d1c
committed
chore(api): refresh generated HTTP wire contract
The preceding SDK commit added an optional `attributes` field to the
CloudAgent/CloudEnvironment/CloudVault zod schemas. The server routes reuse
those schemas verbatim, so the runtime OpenAPI document drifted from the
committed snapshot, and the webui's generated wire types drifted from it in
turn.
Regenerated both artifacts with their own scripts, no hand edits:
- bun run --cwd apps/server gen:openapi
- bun run --cwd apps/webui gen:api-types
The whole diff is the optional `attributes` object on the item schemas of
GET /api/cloud-agents, /api/cloud-environments and /api/cloud-vaults, which
are already raw cloud-resource passthroughs — no request or response
behavior changes.
Unblocks the openapi-contract and api-types-freshness snapshot tests that
failed verify:push.1 parent 8b0718d commit 71d3d1c
2 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
1523 | 1529 | | |
1524 | 1530 | | |
1525 | 1531 | | |
| |||
1793 | 1799 | | |
1794 | 1800 | | |
1795 | 1801 | | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
1796 | 1808 | | |
1797 | 1809 | | |
1798 | 1810 | | |
| |||
2062 | 2074 | | |
2063 | 2075 | | |
2064 | 2076 | | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
2065 | 2083 | | |
2066 | 2084 | | |
2067 | 2085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
873 | 876 | | |
874 | 877 | | |
875 | 878 | | |
| |||
1116 | 1119 | | |
1117 | 1120 | | |
1118 | 1121 | | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1119 | 1125 | | |
1120 | 1126 | | |
1121 | 1127 | | |
| |||
1346 | 1352 | | |
1347 | 1353 | | |
1348 | 1354 | | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1349 | 1358 | | |
1350 | 1359 | | |
1351 | 1360 | | |
| |||
0 commit comments