@mintlify/validation
Advanced tools
Comparing version 0.1.119 to 0.1.120
@@ -30,3 +30,4 @@ export type Endpoint = { | ||
}; | ||
export type HttpMethod = 'get' | 'put' | 'post' | 'delete' | 'options' | 'head' | 'patch' | 'trace'; | ||
export declare const httpMethods: readonly ["get", "put", "post", "delete", "options", "head", "patch", "trace"]; | ||
export type HttpMethod = (typeof httpMethods)[number]; | ||
export type RequestSchema = { | ||
@@ -33,0 +34,0 @@ security: SecurityOption[]; |
@@ -0,1 +1,12 @@ | ||
// Request types | ||
export const httpMethods = [ | ||
'get', | ||
'put', | ||
'post', | ||
'delete', | ||
'options', | ||
'head', | ||
'patch', | ||
'trace', | ||
]; | ||
export const typeList = [ | ||
@@ -2,0 +13,0 @@ 'boolean', |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.119", | ||
"version": "0.1.120", | ||
"description": "Validates mint.json files", | ||
@@ -72,3 +72,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "dc3cead7f29f275782a86244164833519b0b5154" | ||
"gitHead": "a891547762ca8a8e3733751f8fb2a08c92572feb" | ||
} |
Sorry, the diff of this file is not supported yet
214804
3947