openapi-types
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -7,2 +7,6 @@ # openapi-types Changelog | ||
## 1.3.5 - 2019-05-13 | ||
### Fixed | ||
- Amended missing usage of PathsObject in OpenAPIV3.Document interface. | ||
## 1.3.4 - 2019-01-31 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -18,5 +18,3 @@ export declare namespace OpenAPI { | ||
servers?: ServerObject[]; | ||
paths: { | ||
[path: string]: PathItemObject; | ||
}; | ||
paths: PathsObject; | ||
components?: ComponentsObject; | ||
@@ -56,3 +54,3 @@ security?: SecurityRequirementObject[]; | ||
} | ||
interface PathObject { | ||
interface PathsObject { | ||
[pattern: string]: PathItemObject; | ||
@@ -59,0 +57,0 @@ } |
{ | ||
"name": "openapi-types", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"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
21441
584