Skip to content

Commit ea4688d

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

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4
1+
# trails-api v1 516088f18178ca4a85cac8429bb27812e6923021
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2206,4 +2206,26 @@ components:
22062206
type: boolean
22072207
message:
22082208
type: string
2209+
AdminDeployCCTPMessageWalletRequest:
2210+
type: object
2211+
required:
2212+
- chainId
2213+
properties:
2214+
chainId:
2215+
type: number
2216+
AdminDeployCCTPMessageWalletResponse:
2217+
type: object
2218+
required:
2219+
- chainId
2220+
- walletAddress
2221+
- deployed
2222+
properties:
2223+
chainId:
2224+
type: number
2225+
walletAddress:
2226+
type: string
2227+
deployed:
2228+
type: boolean
2229+
deploymentTxHash:
2230+
type: string
22092231
paths:

0 commit comments

Comments
 (0)