@jambff/oac
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -189,2 +189,5 @@ const { ModuleKind } = require('typescript'); | ||
const hasOptionalOptions = | ||
!hasRequiredQueryParameters && !pathParametersTypeRef && !dataTypeRef; | ||
return { | ||
@@ -197,2 +200,3 @@ endpoint, | ||
pathParametersTypeRef || queryParametersTypeRef || dataTypeRef, | ||
hasOptionalOptions, | ||
responseTypeRef: getFunctionResponseType( | ||
@@ -199,0 +203,0 @@ operationId, |
{ | ||
"name": "@jambff/oac", | ||
"description": "A JavaScript OpenAPI client generator.", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"author": "Alex Mendes", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
39151
851