1- # trails-api v1 cb9c80da8f1202d083d6f3a6ed5347bdaddf0a81
1+ # trails-api v1 5fe493dc722c5753f4a2b4c651ec9a484541ea7d
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -1409,6 +1409,35 @@ components:
14091409 type : string
14101410 createdAt :
14111411 type : string
1412+ PriceImpact :
1413+ type : object
1414+ required :
1415+ - priceImpact
1416+ - priceImpactUsd
1417+ properties :
1418+ priceImpact :
1419+ type : number
1420+ priceImpactUsd :
1421+ type : number
1422+ PriceImpactDetails :
1423+ type : object
1424+ required :
1425+ - executionPriceImpact
1426+ - marketPriceImpact
1427+ - providerFeesPriceImpact
1428+ - trailsFeesPriceImpact
1429+ - netPriceImpact
1430+ properties :
1431+ executionPriceImpact :
1432+ $ref : ' #/components/schemas/PriceImpact'
1433+ marketPriceImpact :
1434+ $ref : ' #/components/schemas/PriceImpact'
1435+ providerFeesPriceImpact :
1436+ $ref : ' #/components/schemas/PriceImpact'
1437+ trailsFeesPriceImpact :
1438+ $ref : ' #/components/schemas/PriceImpact'
1439+ netPriceImpact :
1440+ $ref : ' #/components/schemas/PriceImpact'
14121441 IntentProviderQuote :
14131442 type : object
14141443 required :
@@ -1426,6 +1455,7 @@ components:
14261455 - maxSlippage
14271456 - priceImpact
14281457 - priceImpactUsd
1458+ - priceImpactDetails
14291459 properties :
14301460 routeProviders :
14311461 type : array
@@ -1464,15 +1494,25 @@ components:
14641494 type : number
14651495 priceImpactUsd :
14661496 type : number
1497+ priceImpactDetails :
1498+ $ref : ' #/components/schemas/PriceImpactDetails'
14671499 IntentFees :
14681500 type : object
14691501 required :
14701502 - originGas
14711503 - provider
14721504 - feeTokenAddress
1473- - feeTokenTotal
14741505 - feeTokenAmount
14751506 - feeTokenUsd
1507+ - feeTokenTotal
1508+ - gasFeeTotal
1509+ - gasFeeUsd
1510+ - trailsFeeTotal
1511+ - trailsFeeUsd
1512+ - collectorFeeTotal
1513+ - collectorFeeUsd
1514+ - providerFeeTotal
1515+ - providerFeeUsd
14761516 - totalFeeAmount
14771517 - totalFeeUsd
14781518 properties :
@@ -1484,12 +1524,28 @@ components:
14841524 $ref : ' #/components/schemas/IntentProviderFees'
14851525 feeTokenAddress :
14861526 type : string
1487- feeTokenTotal :
1488- type : number
14891527 feeTokenAmount :
14901528 type : number
14911529 feeTokenUsd :
14921530 type : number
1531+ feeTokenTotal :
1532+ type : number
1533+ gasFeeTotal :
1534+ type : number
1535+ gasFeeUsd :
1536+ type : number
1537+ trailsFeeTotal :
1538+ type : number
1539+ trailsFeeUsd :
1540+ type : number
1541+ collectorFeeTotal :
1542+ type : number
1543+ collectorFeeUsd :
1544+ type : number
1545+ providerFeeTotal :
1546+ type : number
1547+ providerFeeUsd :
1548+ type : number
14931549 totalFeeAmount :
14941550 type : number
14951551 totalFeeUsd :
@@ -1502,6 +1558,8 @@ components:
15021558 - quoteProviderFeeUsd
15031559 - trailsFee
15041560 - trailsFeeUsd
1561+ - quoteProviderWithTrailsFee
1562+ - providerWithTrailsFeeUsd
15051563 - totalFeeAmount
15061564 - totalFeeUsd
15071565 properties :
@@ -1515,6 +1573,10 @@ components:
15151573 type : number
15161574 trailsFeeUsd :
15171575 type : number
1576+ quoteProviderWithTrailsFee :
1577+ type : number
1578+ providerWithTrailsFeeUsd :
1579+ type : number
15181580 totalFeeAmount :
15191581 type : number
15201582 totalFeeUsd :
0 commit comments