From fe3bbbeeea22898ba192b00ea44d14b48f252961 Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:23:25 +0000 Subject: [PATCH] fix(ci): regen swagger --- client/docs/swagger-ui/swagger.json | 90 ----------------------------- 1 file changed, 90 deletions(-) diff --git a/client/docs/swagger-ui/swagger.json b/client/docs/swagger-ui/swagger.json index 8fcd9e781..52d1ea3fa 100644 --- a/client/docs/swagger-ui/swagger.json +++ b/client/docs/swagger-ui/swagger.json @@ -20823,86 +20823,6 @@ ] } }, - "/exocore/delegation/v1/delegated_amount/{staker_id}/{asset_id}/{operator}": { - "get": { - "summary": "QueryDelegatedAmount queries the delegated amount for the specified staker, asset and operator.", - "operationId": "QueryDelegatedAmount", - "responses": { - "200": { - "description": "A successful response.", - "schema": { - "type": "object", - "properties": { - "amount": { - "type": "string", - "title": "amount is the returned delegated amount" - } - }, - "title": "QueryDelegatedAmountResponse is the response to QueryDelegatedAmountRequest" - } - }, - "default": { - "description": "An unexpected error response.", - "schema": { - "type": "object", - "properties": { - "error": { - "type": "string" - }, - "code": { - "type": "integer", - "format": "int32" - }, - "message": { - "type": "string" - }, - "details": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type_url": { - "type": "string" - }, - "value": { - "type": "string", - "format": "byte" - } - } - } - } - } - } - } - }, - "parameters": [ - { - "name": "staker_id", - "description": "staker_id is the staker id.", - "in": "path", - "required": true, - "type": "string" - }, - { - "name": "asset_id", - "description": "asset_id is the asset id.", - "in": "path", - "required": true, - "type": "string" - }, - { - "name": "operator", - "description": "operator is the operator address.", - "in": "path", - "required": true, - "type": "string" - } - ], - "tags": [ - "Query" - ] - } - }, "/exocore/delegation/v1/delegated_stakers/{operator}/{asset_id}": { "get": { "summary": "QueryDelegatedStakersByOperator queries the delegated stakers for the specified operator", @@ -43931,16 +43851,6 @@ }, "title": "QueryAssociatedStakersByOperatorResponse is the response to QueryAssociatedStakersByOperatorReq" }, - "exocore.delegation.v1.QueryDelegatedAmountResponse": { - "type": "object", - "properties": { - "amount": { - "type": "string", - "title": "amount is the returned delegated amount" - } - }, - "title": "QueryDelegatedAmountResponse is the response to QueryDelegatedAmountRequest" - }, "exocore.delegation.v1.QueryDelegatedStakersByOperatorResponse": { "type": "object", "properties": {