Skip to content

Commit 1b4a94c

Browse files
committed
feat(generator): add Zod support for all content types and binary format
- Update getRequestBodySchemaName() to iterate all 3 content types - Update schema collection to check form and multipart content - Add format: binary → z.instanceof(File) in runtime schemas - Add format: binary → z.ZodType<File> in type declarations - Update existing multipart test to expect schema processing - Add 5 new test cases for binary and multi-content-type support - All 126 tests pass with 100% coverage
1 parent ab2a348 commit 1b4a94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3434
.DS_Store
3535

3636
.claude
37+
.sisyphus

0 commit comments

Comments
 (0)