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
Copy file name to clipboardExpand all lines: types/codegen/README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This directory contains scripts and configuration for generating TypeScript and
7
7
The code generation process combines multiple schema files into a complete OpenAPI specification and generates both TypeScript and Java types with custom templates, import mappings, and validation.
8
8
9
9
**Running `npm run generate` will automatically generate:**
10
-
-**TypeScript types** in `generated/typescript/` - Complete type definitions and runtime client
11
-
-**Java model classes** in `generated/java/` - Filtered model classes for specific use cases
10
+
-**TypeScript types** in `generated/typescript/` - Complete type definitions
11
+
-**Java model classes** in `generated/java/` - Java model classes with custom templates
12
12
13
13
## Directory Structure
14
14
@@ -21,7 +21,7 @@ types/codegen/
21
21
│ ├── generate-complete-schema.js # Combines all schema files
0 commit comments