File tree Expand file tree Collapse file tree 1 file changed +29
-6
lines changed
Expand file tree Collapse file tree 1 file changed +29
-6
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 650305b09bcc9f137525524bd225366a540fa438
1+ # trails-api v1 895ee3b30b3c64ce853eadd9f13512ebc33e1335
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -918,13 +918,16 @@ components:
918918 enum :
919919 - EXACT_INPUT
920920 - EXACT_OUTPUT
921- QuoteProviderType :
921+ RouteProvider :
922922 type : string
923923 description : Represented as string on the server side
924924 enum :
925- - RELAY
926- - CCTPV2
925+ - NONE
926+ - CCTP
927927 - LIFI
928+ - RELAY
929+ - SUSHI
930+ - ZEROX
928931 IntentStatus :
929932 type : string
930933 description : Represented as uint8 on the server side
@@ -1018,8 +1021,10 @@ components:
10181021 QuoteIntentRequestOptions :
10191022 type : object
10201023 properties :
1021- quoteProvider :
1022- type : string
1024+ swapProvider :
1025+ $ref : ' #/components/schemas/RouteProvider'
1026+ bridgeProvider :
1027+ $ref : ' #/components/schemas/RouteProvider'
10231028 slippageTolerance :
10241029 type : number
10251030 trailsAddressOverrides :
@@ -1285,6 +1290,9 @@ components:
12851290 IntentProviderQuote :
12861291 type : object
12871292 required :
1293+ - routeProviders
1294+ - routeProvidersRequestIds
1295+ - routeProvidersFeeUsd
12881296 - quoteProvider
12891297 - quoteProviderRequestId
12901298 - quoteProviderFeeUsd
@@ -1296,6 +1304,21 @@ components:
12961304 - priceImpact
12971305 - priceImpactUsd
12981306 properties :
1307+ routeProviders :
1308+ type : array
1309+ description : ' []RouteProvider'
1310+ items :
1311+ $ref : ' #/components/schemas/RouteProvider'
1312+ routeProvidersRequestIds :
1313+ type : array
1314+ description : ' []string'
1315+ items :
1316+ type : string
1317+ routeProvidersFeeUsd :
1318+ type : array
1319+ description : ' []float64'
1320+ items :
1321+ type : number
12991322 quoteProvider :
13001323 type : string
13011324 quoteProviderRequestId :
You can’t perform that action at this time.
0 commit comments