From d627474958e66a03008cda214cd60cf5e29472c4 Mon Sep 17 00:00:00 2001 From: Agustin Godnic Date: Wed, 12 Jul 2023 16:21:38 -0300 Subject: [PATCH] Update docs --- api/docs/docs.go | 6 ------ api/docs/swagger.json | 6 ------ api/docs/swagger.yaml | 4 ---- 3 files changed, 16 deletions(-) diff --git a/api/docs/docs.go b/api/docs/docs.go index 6999b1368..fc140ac07 100644 --- a/api/docs/docs.go +++ b/api/docs/docs.go @@ -2591,18 +2591,12 @@ const docTemplate = `{ "transactions.OriginTx": { "type": "object", "properties": { - "chainId": { - "$ref": "#/definitions/vaa.ChainID" - }, "from": { "type": "string" }, "status": { "type": "string" }, - "timestamp": { - "type": "string" - }, "txHash": { "type": "string" } diff --git a/api/docs/swagger.json b/api/docs/swagger.json index e0417cd59..263b2cd56 100644 --- a/api/docs/swagger.json +++ b/api/docs/swagger.json @@ -2584,18 +2584,12 @@ "transactions.OriginTx": { "type": "object", "properties": { - "chainId": { - "$ref": "#/definitions/vaa.ChainID" - }, "from": { "type": "string" }, "status": { "type": "string" }, - "timestamp": { - "type": "string" - }, "txHash": { "type": "string" } diff --git a/api/docs/swagger.yaml b/api/docs/swagger.yaml index 4e72fc05b..4b6922583 100644 --- a/api/docs/swagger.yaml +++ b/api/docs/swagger.yaml @@ -541,14 +541,10 @@ definitions: type: object transactions.OriginTx: properties: - chainId: - $ref: '#/definitions/vaa.ChainID' from: type: string status: type: string - timestamp: - type: string txHash: type: string type: object