File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed
Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 e15cde2266915aa8cfcbd401eccfc9c8d365fe57
1+ # trails-api v1 b29822c0c493de02ef6191b40666fb2406096275
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -948,6 +948,16 @@ components:
948948 - NORMAL
949949 - BUSY
950950 - VERY_BUSY
951+ CCTPTransferStatus :
952+ type : string
953+ description : Represented as uint8 on the server side
954+ enum :
955+ - PENDING
956+ - COMPLETE
957+ - FAILED
958+ - UNKNOWN
959+ - RELAYED
960+ - FINALIZED
951961 QuoteIntentRequest :
952962 type : object
953963 required :
@@ -1513,9 +1523,12 @@ components:
15131523 - message
15141524 - attestation
15151525 - status
1526+ - retryCount
1527+ - createdAt
1528+ - updatedAt
15161529 properties :
15171530 id :
1518- type : string
1531+ type : number
15191532 sourceTxHash :
15201533 type : string
15211534 sourceChainId :
@@ -1527,11 +1540,17 @@ components:
15271540 attestation :
15281541 type : string
15291542 status :
1543+ type : number
1544+ statusReason :
15301545 type : string
1531- updatedAt :
1546+ processedAt :
15321547 type : string
1548+ retryCount :
1549+ type : number
15331550 createdAt :
15341551 type : string
1552+ updatedAt :
1553+ type : string
15351554 GasFeeOptions :
15361555 type : object
15371556 required :
You can’t perform that action at this time.
0 commit comments