Skip to content

Commit

Permalink
swagger yaml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Mar 13, 2023
1 parent e39dd6e commit a0bcfa6
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 71 deletions.
6 changes: 3 additions & 3 deletions client/docs/static/openapi/index.html

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions client/docs/static/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ paths:
- Query
"/comdex/auction/v1beta1/auctionparams/{app_id}":
get:
operationId: QueryDutchAuctionParams
operationId: QueryGenericAuctionParams
responses:
"200":
description: A successful response.
Expand Down Expand Up @@ -38742,39 +38742,6 @@ components:
repeated Bar results = 1;
PageResponse page = 2;
}
comdex.auction.v1beta1.QueryDutchAuctionParamResponse:
type: object
properties:
auctionParams:
type: object
properties:
app_id:
type: string
format: uint64
auction_duration_seconds:
type: string
format: uint64
buffer:
type: string
cusp:
type: string
step:
type: string
price_function_type:
type: string
format: uint64
surplus_id:
type: string
format: uint64
debt_id:
type: string
format: uint64
dutch_id:
type: string
format: uint64
bid_duration_seconds:
type: string
format: uint64
comdex.auction.v1beta1.QueryDutchAuctionResponse:
type: object
properties:
Expand Down Expand Up @@ -39574,6 +39541,39 @@ components:
repeated Bar results = 1;
PageResponse page = 2;
}
comdex.auction.v1beta1.QueryGenericAuctionParamResponse:
type: object
properties:
auctionParams:
type: object
properties:
app_id:
type: string
format: uint64
auction_duration_seconds:
type: string
format: uint64
buffer:
type: string
cusp:
type: string
step:
type: string
price_function_type:
type: string
format: uint64
surplus_id:
type: string
format: uint64
debt_id:
type: string
format: uint64
dutch_id:
type: string
format: uint64
bid_duration_seconds:
type: string
format: uint64
comdex.auction.v1beta1.QueryProtocolStatisticsResponse:
type: object
properties:
Expand Down
68 changes: 34 additions & 34 deletions client/docs/static/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ paths:
- Query
/comdex/auction/v1beta1/auctionparams/{app_id}:
get:
operationId: QueryDutchAuctionParams
operationId: QueryGenericAuctionParams
responses:
'200':
description: A successful response.
Expand Down Expand Up @@ -40174,39 +40174,6 @@ definitions:
repeated Bar results = 1;
PageResponse page = 2;
}
comdex.auction.v1beta1.QueryDutchAuctionParamResponse:
type: object
properties:
auctionParams:
type: object
properties:
app_id:
type: string
format: uint64
auction_duration_seconds:
type: string
format: uint64
buffer:
type: string
cusp:
type: string
step:
type: string
price_function_type:
type: string
format: uint64
surplus_id:
type: string
format: uint64
debt_id:
type: string
format: uint64
dutch_id:
type: string
format: uint64
bid_duration_seconds:
type: string
format: uint64
comdex.auction.v1beta1.QueryDutchAuctionResponse:
type: object
properties:
Expand Down Expand Up @@ -41035,6 +41002,39 @@ definitions:
repeated Bar results = 1;
PageResponse page = 2;
}
comdex.auction.v1beta1.QueryGenericAuctionParamResponse:
type: object
properties:
auctionParams:
type: object
properties:
app_id:
type: string
format: uint64
auction_duration_seconds:
type: string
format: uint64
buffer:
type: string
cusp:
type: string
step:
type: string
price_function_type:
type: string
format: uint64
surplus_id:
type: string
format: uint64
debt_id:
type: string
format: uint64
dutch_id:
type: string
format: uint64
bid_duration_seconds:
type: string
format: uint64
comdex.auction.v1beta1.QueryProtocolStatisticsResponse:
type: object
properties:
Expand Down

0 comments on commit a0bcfa6

Please sign in to comment.