Skip to content

Commit 7df7571

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent 0bc7748 commit 7df7571

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 e4bcc20cc5d1a0eb182d4c6e449c24fa42d44729
1+
# trails-api v1 650305b09bcc9f137525524bd225366a540fa438
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -974,12 +974,12 @@ components:
974974
type: string
975975
description: Represented as uint8 on the server side
976976
enum:
977+
- UNKNOWN
978+
- ON_HOLD
977979
- PENDING
980+
- FETCHING
978981
- COMPLETE
979982
- FAILED
980-
- UNKNOWN
981-
- RELAYED
982-
- FINALIZED
983983
QuoteIntentRequest:
984984
type: object
985985
required:
@@ -1542,24 +1542,32 @@ components:
15421542
type: object
15431543
required:
15441544
- id
1545-
- sourceTxHash
1546-
- sourceChainId
1545+
- intentId
1546+
- originChainId
15471547
- destinationChainId
1548+
- originTxnId
1549+
- originTxnHash
1550+
- destinationTxnId
15481551
- message
15491552
- attestation
15501553
- status
1551-
- retryCount
15521554
- createdAt
15531555
- updatedAt
15541556
properties:
15551557
id:
15561558
type: number
1557-
sourceTxHash:
1559+
intentId:
15581560
type: string
1559-
sourceChainId:
1561+
originChainId:
15601562
type: number
15611563
destinationChainId:
15621564
type: number
1565+
originTxnId:
1566+
type: number
1567+
originTxnHash:
1568+
type: string
1569+
destinationTxnId:
1570+
type: number
15631571
message:
15641572
type: string
15651573
attestation:
@@ -1568,10 +1576,6 @@ components:
15681576
type: number
15691577
statusReason:
15701578
type: string
1571-
processedAt:
1572-
type: string
1573-
retryCount:
1574-
type: number
15751579
createdAt:
15761580
type: string
15771581
updatedAt:

0 commit comments

Comments
 (0)