File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 a426bd90b09b82411861e1ba36d7ec2a9a9da835
1+ # trails-api v1 588ce5fb673239f382cf61c41602dd786b3fb6d6
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -960,6 +960,7 @@ components:
960960 - EXECUTING
961961 - FAILED
962962 - SUCCEEDED
963+ - ABORTED
963964 TransactionType :
964965 type : string
965966 description : Represented as uint8 on the server side
@@ -2076,6 +2077,29 @@ components:
20762077 $ref : ' #/components/schemas/IntentSummary'
20772078 nextPage :
20782079 $ref : ' #/components/schemas/Page'
2080+ AbortIntentRequest :
2081+ type : object
2082+ required :
2083+ - intentId
2084+ - chainId
2085+ - abortTransactionHash
2086+ properties :
2087+ intentId :
2088+ type : string
2089+ chainId :
2090+ type : number
2091+ abortTransactionHash :
2092+ type : string
2093+ AbortIntentResponse :
2094+ type : object
2095+ required :
2096+ - intentId
2097+ - status
2098+ properties :
2099+ intentId :
2100+ type : string
2101+ status :
2102+ $ref : ' #/components/schemas/IntentStatus'
20792103 GetTokenPricesRequest :
20802104 type : object
20812105 required :
You can’t perform that action at this time.
0 commit comments