openapi3-ts
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -10,3 +10,3 @@ import { ISpecificationExtension } from "./SpecificationExtension"; | ||
components?: ComponentsObject; | ||
security?: SecurityRequirementObject; | ||
security?: SecurityRequirementObject[]; | ||
tags?: TagObject[]; | ||
@@ -103,3 +103,3 @@ externalDocs?: ExternalDocumentationObject; | ||
deprecated?: boolean; | ||
security?: SecurityRequirementObject; | ||
security?: SecurityRequirementObject[]; | ||
servers?: ServerObject; | ||
@@ -106,0 +106,0 @@ } |
{ | ||
"name": "openapi3-ts", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "TS Model & utils for OpenAPI 3.0.x specification.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -24,3 +24,3 @@ // Typed interfaces for OpenAPI 3.0.0-RC | ||
components?: ComponentsObject; | ||
security?: SecurityRequirementObject; | ||
security?: SecurityRequirementObject[]; | ||
tags?: TagObject[]; | ||
@@ -104,3 +104,3 @@ externalDocs?: ExternalDocumentationObject; | ||
deprecated?: boolean; | ||
security?: SecurityRequirementObject; | ||
security?: SecurityRequirementObject[]; | ||
servers?: ServerObject; | ||
@@ -107,0 +107,0 @@ } |
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
144696