* JSON types.

* remove NSP

* Update Types

* Update
This commit is contained in:
Sergey Shandar 2019-01-29 16:15:47 -08:00 коммит произвёл GitHub
Родитель 78f1a6225b
Коммит b886814f8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
index.d.ts поставляемый
Просмотреть файл

@ -150,7 +150,7 @@ declare interface Schema {
}
declare class Parameter {
definition: Object
definition: ParameterObject
definitionFullyResolved: Object
operationObject: Operation
pathObject: Path

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "yasway",
"version": "1.5.12",
"version": "1.5.13",
"description": "A library that simplifies Swagger integrations.",
"main": "index.js",
"types": "index.d.ts",