Commit Graph

1 Commits

Author SHA1 Message Date
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