1- # trails-api v0.4.0 f195153922b9efe19aed1c4db554942b26a42d9d
1+ # trails-api v0.4.0 afbda11e094b9e3acb5db1b32d20b0cd17ea83cd
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -839,7 +839,6 @@ components:
839839 - ver
840840 - branch
841841 - commitHash
842- - checks
843842 properties :
844843 healthOK :
845844 type : boolean
@@ -853,26 +852,6 @@ components:
853852 type : string
854853 commitHash :
855854 type : string
856- checks :
857- $ref : ' #/components/schemas/RuntimeChecks'
858- NumTxnsRelayed :
859- type : object
860- required :
861- - chainID
862- - prev
863- - current
864- - period
865- properties :
866- chainID :
867- type : number
868- prev :
869- type : number
870- current :
871- type : number
872- period :
873- type : number
874- RuntimeChecks :
875- type : object
876855 MetaTxn :
877856 type : object
878857 required :
@@ -1031,16 +1010,6 @@ components:
10311010 type : string
10321011 sequenceWalletUtilsAddress :
10331012 type : string
1034- TakerFee :
1035- type : object
1036- required :
1037- - address
1038- - bps
1039- properties :
1040- address :
1041- type : string
1042- bps :
1043- type : number
10441013 OriginCall :
10451014 type : object
10461015 required :
@@ -1069,7 +1038,20 @@ components:
10691038 chainId :
10701039 type : string
10711040 data :
1072- type : object
1041+ $ref : ' #/components/schemas/IntentPreconditionData'
1042+ IntentPreconditionData :
1043+ type : object
1044+ required :
1045+ - address
1046+ - token
1047+ - min
1048+ properties :
1049+ address :
1050+ type : string
1051+ token :
1052+ type : string
1053+ min :
1054+ type : number
10731055 Token :
10741056 type : object
10751057 required :
@@ -1237,8 +1219,6 @@ components:
12371219 $ref : ' #/components/schemas/AddressOverrides'
12381220 destinationSalt :
12391221 type : string
1240- takerFee :
1241- $ref : ' #/components/schemas/TakerFee'
12421222 slippageTolerance :
12431223 type : number
12441224 tradeType :
@@ -1281,8 +1261,6 @@ components:
12811261 $ref : ' #/components/schemas/AddressOverrides'
12821262 destinationSalt :
12831263 type : string
1284- takerFee :
1285- $ref : ' #/components/schemas/TakerFee'
12861264 slippageTolerance :
12871265 type : number
12881266 tradeType :
@@ -1359,6 +1337,7 @@ components:
13591337 IntentCallsPayloads :
13601338 type : object
13611339 required :
1340+ - id
13621341 - calls
13631342 - preconditions
13641343 - metaTxns
@@ -1368,6 +1347,8 @@ components:
13681347 - originIntentAddress
13691348 - destinationIntentAddress
13701349 properties :
1350+ id :
1351+ type : string
13711352 calls :
13721353 type : array
13731354 description : ' []IntentCallsPayload'
0 commit comments