Skip to content

Commit 5f47a0f

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

File tree

1 file changed

+3
-50
lines changed

1 file changed

+3
-50
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 3 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# trails-api v1 516088f18178ca4a85cac8429bb27812e6923021
1+
# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd
22
# --
3-
# Code generated by [email protected].2 with openapi generator; DO NOT EDIT
3+
# Code generated by [email protected].3 with openapi generator; DO NOT EDIT
44
#
5-
# webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml
5+
# webrpc-gen -service=Trails -methodTreeShake -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml
66
openapi: 3.0.0
77
info:
88
title: 'Trails API'
@@ -2181,51 +2181,4 @@ components:
21812181
type: string
21822182
order:
21832183
$ref: '#/components/schemas/SortOrder'
2184-
AdminRequeueIntentTransactionRequest:
2185-
type: object
2186-
required:
2187-
- intentId
2188-
properties:
2189-
intentId:
2190-
type: string
2191-
origin:
2192-
type: boolean
2193-
destination:
2194-
type: boolean
2195-
originMinAmountOverride:
2196-
type: number
2197-
destinationMinAmountOverride:
2198-
type: number
2199-
AdminRequeueIntentTransactionResponse:
2200-
type: object
2201-
required:
2202-
- status
2203-
- message
2204-
properties:
2205-
status:
2206-
type: boolean
2207-
message:
2208-
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
22312184
paths:

0 commit comments

Comments
 (0)