chore(client): add missing modules from swagger (#17051)
This commit is contained in:
parent
c4484fb302
commit
1d74652f60
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
1419
client/docs/swagger-ui/swagger.yaml
vendored
1419
client/docs/swagger-ui/swagger.yaml
vendored
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,8 @@ RUN apk add --no-cache \
|
||||
git \
|
||||
make \
|
||||
clang-extra-tools \
|
||||
g++
|
||||
g++ \
|
||||
jq
|
||||
|
||||
RUN npm install -g swagger-combine
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user