* update Operation

* Package lock

* operation fix

* 1.0.44
This commit is contained in:
Sergey Shandar 2018-08-10 20:28:54 -07:00 коммит произвёл GitHub
Родитель 7c70a95684
Коммит 87a7096930
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -170,6 +170,7 @@ declare interface Operation {
parameterObjects: Parameter[]
ptr: string
securityDefinitions: Object
readonly "x-ms-long-running-operation": any
validateRequest(request: Request): ValidationResults
validateResponse(response: LiveResponse): ValidationResults
@ -203,7 +204,6 @@ declare interface SwaggerApi {
readonly host: any
readonly schemes: string[]
readonly basePath: any
readonly "x-ms-long-running-operation": any
getOperation(pathOrRequest: string | Request, method?: string): Operation
getOperations(path?: string): Operation[]

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "yasway",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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