Commit Graph

2 Commits

Author SHA1 Message Date
Kit Langton 0033c4474c fix(httpapi): preserve legacy SDK error parity 2026-04-28 22:16:49 -04:00
Kit Langton a35dc04d15 refactor: strip optional null from all component schemas, not just request bodies
Extends stripOptionalNull to run over every component schema, closing
~200 null-vs-undefined mismatches between Hono and HttpApi SDK output.
Removes LegacyBodyRefParameters since components are now pre-cleaned.
Adds scripts/diff-sdk-types.sh for comparing Hono vs HttpApi SDK types.
2026-04-28 21:39:42 -04:00