зеркало из https://github.com/Azure/sway.git
update2 (#38)
* update Operation * Package lock * operation fix * 1.0.44
This commit is contained in:
Родитель
7c70a95684
Коммит
87a7096930
|
@ -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[]
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче