File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " saddleback-openapi-typescript-codegen" ,
3
- "version" : " 0.34.0 " ,
3
+ "version" : " 0.34.1 " ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
5
"author" : " Ferdi Koomen" ,
6
6
"homepage" : " https://github.com/ferdikoomen/openapi-typescript-codegen" ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export const writeClient = async (
149
149
) ;
150
150
}
151
151
// write models index
152
- if ( exportCore || exportServices || exportSchemas || exportModels ) {
152
+ if ( ( exportCore || exportServices || exportSchemas || exportModels ) && httpClient !== HttpClient . SADDLEBACK ) {
153
153
await mkdir ( outputPath ) ;
154
154
await writeSaddlebackModelsIndex (
155
155
client ,
You can’t perform that action at this time.
0 commit comments