openapi-types
Advanced tools
Comparing version 9.0.3 to 9.1.0
@@ -446,3 +446,3 @@ export declare namespace OpenAPI { | ||
interface ResponsesObject { | ||
[index: string]: Response; | ||
[index: string]: Response | undefined; | ||
default?: Response; | ||
@@ -449,0 +449,0 @@ } |
{ | ||
"name": "openapi-types", | ||
"version": "9.0.3", | ||
"version": "9.1.0", | ||
"description": "Types for OpenAPI documents.", | ||
@@ -24,3 +24,3 @@ "main": "./dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "bb744c6f6e2dce57bba2dc361604147882a108dc" | ||
"gitHead": "1b56b57bc6417f36aa8a6af1b83dcb9720113070" | ||
} |
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
25820