openapi-types
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -7,2 +7,6 @@ # openapi-types Changelog | ||
## 1.3.4 - 2019-01-31 | ||
### Fixed | ||
- OpenAPIV3: relax security requirement object types (#327) | ||
## 1.3.3 - 2019-01-22 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -240,6 +240,3 @@ export declare namespace OpenAPI { | ||
interface SecurityRequirementObject { | ||
apiKey?: string[]; | ||
http?: string[]; | ||
oauth2?: string[]; | ||
openIdConnect?: string[]; | ||
[name: string]: string[]; | ||
} | ||
@@ -246,0 +243,0 @@ interface ComponentsObject { |
{ | ||
"name": "openapi-types", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Types for OpenAPI documents.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
21379
586