@stoplight/types
Advanced tools
Comparing version 11.1.1 to 11.2.0
@@ -36,5 +36,9 @@ import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema'; | ||
servers?: IServer[]; | ||
callbacks?: IHttpCallbackOperation[]; | ||
security?: HttpSecurityScheme[][]; | ||
deprecated?: boolean; | ||
} | ||
export declare type IHttpCallbackOperation = Omit<IHttpOperation, 'servers' | 'security' | 'callbacks'> & { | ||
callbackName: string; | ||
}; | ||
export interface IHttpOperationRequest { | ||
@@ -41,0 +45,0 @@ path?: IHttpPathParam[]; |
{ | ||
"name": "@stoplight/types", | ||
"version": "11.1.1", | ||
"version": "11.2.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
29040
507