openapi-zod-ts: v2.0.0
2.0.0 (2026-06-15)
⚠ BREAKING CHANGES
- generator: int64 fields previously generated as bigint / z.bigint(). Consumers who relied on bigint types for int64 fields must update their code. User-owned schemas.ts files containing z.bigint() for int64 properties will get TS compile errors and must be manually updated to z.number().