Skip to content

Commit

Permalink
chore(client): add missing modules from swagger (#17051)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jul 18, 2023
1 parent c4484fb commit 1d74652
Show file tree
Hide file tree
Showing 4 changed files with 1,492 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
23 changes: 22 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
Loading

0 comments on commit 1d74652

Please sign in to comment.