Skip to content

Commit a5bb20e

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent d4a8066 commit a5bb20e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/pages/api/trails-api/trails-api.gen.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v0.4.0 9bcdc158e7893f0ae8e0ea7d059ca20928dd59a1
1+
# trails-api v0.4.0 5ed6c2ef92730e4c98bec6f5d6a62742d815d3dc
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -947,7 +947,7 @@ components:
947947
- retryCount
948948
properties:
949949
id:
950-
type: number
950+
type: string
951951
configHash:
952952
type: string
953953
originIntentAddress:
@@ -968,9 +968,13 @@ components:
968968
$ref: '#/components/schemas/IntentPrecondition'
969969
executionStatus:
970970
$ref: '#/components/schemas/ExecutionStatus'
971-
metaTxnId:
971+
originMetaTxnId:
972+
type: string
973+
destinationMetaTxnId:
972974
type: string
973-
txnHash:
975+
originTxnHash:
976+
type: string
977+
destinationTxnHash:
974978
type: string
975979
processedAt:
976980
type: string
@@ -994,9 +998,13 @@ components:
994998
type: string
995999
mainSigner:
9961000
type: string
997-
metaTxnId:
1001+
originMetaTxnId:
1002+
type: string
1003+
destinationMetaTxnId:
9981004
type: string
999-
txnHash:
1005+
originTxnHash:
1006+
type: string
1007+
destinationTxnHash:
10001008
type: string
10011009
executionStatus:
10021010
$ref: '#/components/schemas/ExecutionStatus'
@@ -1736,12 +1744,12 @@ components:
17361744
type: object
17371745
properties:
17381746
intentConfigId:
1739-
type: number
1747+
type: string
17401748
API_GetIntentConfigExecutionStatus_Request:
17411749
type: object
17421750
properties:
17431751
intentConfigId:
1744-
type: number
1752+
type: string
17451753
API_ListIntentConfigs_Request:
17461754
type: object
17471755
properties:

0 commit comments

Comments
 (0)