Skip to content

Commit

Permalink
Fix swagger-combine config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 26, 2022
1 parent 99556eb commit ce9e58b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"url": "./tmp-swagger-gen/ibc/core/client/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "IBCClientParams"
"Params": "IBCClientParams",
"UpgradedConsensusState": "IBCUpgradedConsensusState"
}
}
},
Expand Down Expand Up @@ -176,7 +177,7 @@
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt",
"Burnt": "TokenBurnt"
}
}
},
Expand All @@ -189,7 +190,7 @@
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers",
"Approvers": "CollectionApprovers"
}
}
},
Expand Down

0 comments on commit ce9e58b

Please sign in to comment.