Skip to content

Commit 86a2f8d

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

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 8b19541b73759452ae4089eb158439d30123d820
1+
# trails-api v1 02dbc73316de39aaa2f74b7271f350258de6bf5c
22
# --
33
# Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT
44
#
@@ -846,6 +846,28 @@ components:
846846
status:
847847
type: number
848848
example: 422
849+
ErrorClientOutdated:
850+
type: object
851+
required:
852+
- error
853+
- code
854+
- msg
855+
- status
856+
properties:
857+
error:
858+
type: string
859+
example: "ClientOutdated"
860+
code:
861+
type: number
862+
example: 8009
863+
msg:
864+
type: string
865+
example: "Client is outdated"
866+
cause:
867+
type: string
868+
status:
869+
type: number
870+
example: 422
849871
ErrorIntentsSkipped:
850872
type: object
851873
required:
@@ -1674,6 +1696,19 @@ components:
16741696
type: string
16751697
sequenceWalletUtilsAddress:
16761698
type: string
1699+
TrailsContracts:
1700+
type: object
1701+
required:
1702+
- trailsIntentEntrypointAddress
1703+
- trailsRouterAddress
1704+
- trailsRouterShimAddress
1705+
properties:
1706+
trailsIntentEntrypointAddress:
1707+
type: string
1708+
trailsRouterAddress:
1709+
type: string
1710+
trailsRouterShimAddress:
1711+
type: string
16771712
ChainInfo:
16781713
type: object
16791714
required:
@@ -1817,9 +1852,12 @@ components:
18171852
type: object
18181853
required:
18191854
- intent
1855+
- trailsContracts
18201856
properties:
18211857
intent:
18221858
$ref: '#/components/schemas/Intent'
1859+
trailsContracts:
1860+
$ref: '#/components/schemas/TrailsContracts'
18231861
CommitIntentResponse:
18241862
type: object
18251863
required:

0 commit comments

Comments
 (0)