File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 13201320 "type" : " string" ,
13211321 "description" : " Represented as uint8 on the server side" ,
13221322 "enum" : [
1323+ " UNKNOWN" ,
1324+ " ON_HOLD" ,
13231325 " PENDING" ,
1326+ " FETCHING" ,
13241327 " COMPLETE" ,
1325- " FAILED" ,
1326- " UNKNOWN" ,
1327- " RELAYED" ,
1328- " FINALIZED"
1328+ " FAILED"
13291329 ]
13301330 },
13311331 "QuoteIntentRequest" : {
21262126 "type" : " object" ,
21272127 "required" : [
21282128 " id" ,
2129- " sourceTxHash " ,
2130- " sourceChainId " ,
2129+ " intentId " ,
2130+ " originChainId " ,
21312131 " destinationChainId" ,
2132+ " originTxnId" ,
2133+ " originTxnHash" ,
2134+ " destinationTxnId" ,
21322135 " message" ,
21332136 " attestation" ,
21342137 " status" ,
2135- " retryCount" ,
21362138 " createdAt" ,
21372139 " updatedAt"
21382140 ],
21392141 "properties" : {
21402142 "id" : {
21412143 "type" : " number"
21422144 },
2143- "sourceTxHash " : {
2145+ "intentId " : {
21442146 "type" : " string"
21452147 },
2146- "sourceChainId " : {
2148+ "originChainId " : {
21472149 "type" : " number"
21482150 },
21492151 "destinationChainId" : {
21502152 "type" : " number"
21512153 },
2154+ "originTxnId" : {
2155+ "type" : " number"
2156+ },
2157+ "originTxnHash" : {
2158+ "type" : " string"
2159+ },
2160+ "destinationTxnId" : {
2161+ "type" : " number"
2162+ },
21522163 "message" : {
21532164 "type" : " string"
21542165 },
21612172 "statusReason" : {
21622173 "type" : " string"
21632174 },
2164- "processedAt" : {
2165- "type" : " string"
2166- },
2167- "retryCount" : {
2168- "type" : " number"
2169- },
21702175 "createdAt" : {
21712176 "type" : " string"
21722177 },
You can’t perform that action at this time.
0 commit comments