chore(client): add missing modules from swagger (#17051)

This commit is contained in:
Julien Robert 2023-07-18 23:15:00 +02:00 committed by GitHub
parent c4484fb302
commit 1d74652f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1444 additions and 3 deletions

View File

@ -396,7 +396,7 @@ lint-fix:
### Protobuf ###
###############################################################################
protoVer=0.13.4
protoVer=0.13.5
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

View File

@ -153,6 +153,27 @@
"TallyResult": "GroupTallyResult"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/circuit/v1/query.swagger.json",
"operationIds": {
"rename": {
"Accounts": "CircuitAccounts",
"Account": "CircuitAccount",
"Params": "CircuitParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/consensus/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "ConsensusParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/app/v1alpha1/query.swagger.json"
}
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,8 @@ RUN apk add --no-cache \
git \
make \
clang-extra-tools \
g++
g++ \
jq
RUN npm install -g swagger-combine