@stoplight/types
Advanced tools
Comparing version 7.0.1 to 7.1.0
import { Dictionary } from './basic'; | ||
import { IHttpOperation } from './http-spec'; | ||
export declare type HttpMethod = 'get' | 'post' | 'put' | 'patch' | 'delete' | 'head' | 'options'; | ||
export declare type ExtendedHttpMethod = HttpMethod | 'copy' | 'link' | 'unlink' | 'purge' | 'lock' | 'unlock'; | ||
export declare type ExtendedHttpMethod = HttpMethod | 'trace' | 'copy' | 'link' | 'unlink' | 'purge' | 'lock' | 'unlock'; | ||
export interface IHttpLog<T = any> { | ||
@@ -6,0 +6,0 @@ request: IHttpRequest<T>; |
{ | ||
"name": "@stoplight/types", | ||
"version": "7.0.1", | ||
"version": "7.1.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
22762