swagger-axios-codegen
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -25,2 +25,5 @@ "use strict"; | ||
propType = utils_1.refClassName(p.schema.items.$ref); | ||
if (p.schema.type && p.schema.type === 'array') { | ||
propType += '[]'; | ||
} | ||
} | ||
@@ -27,0 +30,0 @@ else if (p.schema.$ref) { |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
Sorry, the diff of this file is not supported yet
102042
1721