@tsoa/runtime
Advanced tools
Comparing version 4.0.0-rc.1 to 4.0.0-rc.2
@@ -85,2 +85,7 @@ import { Swagger } from './swagger/swagger'; | ||
/** | ||
* Link to the page that describes the terms of service. | ||
* Must be in the URL format. | ||
*/ | ||
termsOfService?: string; | ||
/** | ||
* Contact Information | ||
@@ -87,0 +92,0 @@ */ |
{ | ||
"name": "@tsoa/runtime", | ||
"description": "Build swagger-compliant REST APIs using TypeScript and Node", | ||
"version": "4.0.0-rc.1", | ||
"version": "4.0.0-rc.2", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -49,3 +52,3 @@ "typescript", | ||
}, | ||
"gitHead": "ef5c643673091458981d9cb8115ba7616e7cee01" | ||
"gitHead": "fc63390e402dee24599b8b13c63b0a39721d93ff" | ||
} |
123592
78
2396