You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update examples for hey-api 0.92.3 and fix codegen bugs
- Generate backward-compatible services.gen.ts shim (re-exports from
client.gen and sdk.gen) so existing import paths continue to work
- Fix missing error type references: fall back to `unknown` when
${methodName}Error type does not exist in generated types
- Fix incorrect `= {}` default for required SDK parameters by checking
parameter optionality directly instead of extracting type properties
- Add @hey-api/client-fetch to nextjs-app and tanstack-router-app
- Add target: es2017 to nextjs-app tsconfig for iterator support
- Remove stale @hey-api/client-fetch import from react-app App.tsx
- Update test snapshots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments