Skip to content

Commit 49c8bed

Browse files
[AUTOMATED] Update: api/proto/docs/api.gen.yaml
1 parent e340974 commit 49c8bed

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

docs/pages/api/api/api.gen.yaml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-api v0.4.0 1903426523ab00db8143b3757b145f81e2685540
1+
# sequence-api v0.4.0 0b8efdfc0a7213cdf649c64bd3a31cde14b94342
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -827,6 +827,12 @@ components:
827827
enum:
828828
- buy
829829
- sell
830+
GetLifiSwapRouteDirection:
831+
type: string
832+
description: Represented as uint8 on the server side
833+
enum:
834+
- to
835+
- from
830836
TokenType:
831837
type: string
832838
description: Represented as uint8 on the server side
@@ -1751,6 +1757,25 @@ components:
17511757
type: string
17521758
logoUri:
17531759
type: string
1760+
GetLifiSwapRouteParams:
1761+
type: object
1762+
required:
1763+
- direction
1764+
- chainId
1765+
- walletAddress
1766+
- tokenAddress
1767+
- tokenAmount
1768+
properties:
1769+
direction:
1770+
$ref: '#/components/schemas/GetLifiSwapRouteDirection'
1771+
chainId:
1772+
type: number
1773+
walletAddress:
1774+
type: string
1775+
tokenAddress:
1776+
type: string
1777+
tokenAmount:
1778+
type: string
17541779
LifiSwapRoute:
17551780
type: object
17561781
required:
@@ -2785,6 +2810,8 @@ components:
27852810
API_GetLifiSwapRoutes_Request:
27862811
type: object
27872812
properties:
2813+
params:
2814+
$ref: '#/components/schemas/GetLifiSwapRouteParams'
27882815
chainId:
27892816
type: number
27902817
toTokenAddress:
@@ -3440,7 +3467,9 @@ paths:
34403467
/rpc/API/GetLifiSwapRoutes:
34413468
post:
34423469
tags: ["API"]
3443-
summary: ""
3470+
summary: "All parameters except `params` are deprecated."
3471+
description: |
3472+
Use only the `params` object to pass values.
34443473
requestBody:
34453474
content:
34463475
application/json:

0 commit comments

Comments
 (0)