@stoplight/types
Advanced tools
Comparing version 13.18.0 to 13.19.0
@@ -43,2 +43,8 @@ import { JSONSchema7 } from 'json-schema'; | ||
cookie: (IComponentNode & (IHttpCookieParam<true> | Reference))[]; | ||
/** | ||
* component parameters that are only references to external/unavailable | ||
* parameter definitions; parameters whose definitions are available | ||
* will always be found in path, query, header, or cookie. | ||
*/ | ||
unknownParameters: (IComponentNode & Reference)[]; | ||
examples: (IComponentNode & (INodeExample | INodeExternalExample | Reference))[]; | ||
@@ -45,0 +51,0 @@ requestBodies: (IComponentNode & (IHttpOperationRequestBody<true> | Reference))[]; |
{ | ||
"name": "@stoplight/types", | ||
"version": "13.18.0", | ||
"version": "13.19.0", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
45867
934