@nestia/migrate
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -217,3 +217,7 @@ "use strict"; | ||
] | ||
: []), | ||
: schema.additionalItems === true | ||
? [ | ||
typescript_1.default.factory.createRestTypeNode(typescript_1.default.factory.createArrayTypeNode(typescript_1.default.factory.createKeywordTypeNode(typescript_1.default.SyntaxKind.AnyKeyword))), | ||
] | ||
: []), | ||
]); | ||
@@ -220,0 +224,0 @@ const intersection = [tuple]; |
{ | ||
"name": "@nestia/migrate", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "Migration program from swagger to NestJS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -229,3 +229,11 @@ import { OpenApi } from "@samchon/openapi"; | ||
] | ||
: []), | ||
: schema.additionalItems === true | ||
? [ | ||
ts.factory.createRestTypeNode( | ||
ts.factory.createArrayTypeNode( | ||
ts.factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword), | ||
), | ||
), | ||
] | ||
: []), | ||
]); | ||
@@ -232,0 +240,0 @@ const intersection: ts.TypeNode[] = [tuple]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1504889
16919