Skip to content

Commit f51fc00

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

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# trails-api v0.4.0 d5699790c9ad8914feaedbc6e6290f3f6471d251
1+
# trails-api v0.4.0 51908849265dd3e2080a4a7e1c96674ea56a707c
22
# --
3-
# Code generated by webrpc-gen@v0.28.1 with openapi generator; DO NOT EDIT
3+
# Code generated by webrpc-gen@v0.29.0 with openapi generator; DO NOT EDIT
44
#
55
# webrpc-gen -service=API -match=@public -schema=proto/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
@@ -1571,6 +1571,8 @@ components:
15711571
- chainID
15721572
- deadline
15731573
- nonce
1574+
- feeAmount
1575+
- feeCollector
15741576
properties:
15751577
userAddress:
15761578
type: string
@@ -1586,6 +1588,10 @@ components:
15861588
type: number
15871589
nonce:
15881590
type: string
1591+
feeAmount:
1592+
type: string
1593+
feeCollector:
1594+
type: string
15891595
GetIntentEntrypointDepositFeeOptionsParams:
15901596
type: object
15911597
required:
@@ -1611,6 +1617,7 @@ components:
16111617
- gasEstimate
16121618
- feeOptions
16131619
- expiresAt
1620+
- feeCollector
16141621
properties:
16151622
gasEstimate:
16161623
$ref: '#/components/schemas/GasEstimate'
@@ -1621,6 +1628,8 @@ components:
16211628
$ref: '#/components/schemas/FeeOption'
16221629
expiresAt:
16231630
type: number
1631+
feeCollector:
1632+
type: string
16241633
GasEstimate:
16251634
type: object
16261635
required:
@@ -1645,6 +1654,7 @@ components:
16451654
- tokenDecimals
16461655
- amount
16471656
- amountUSD
1657+
- feeCollector
16481658
properties:
16491659
tokenAddress:
16501660
type: string
@@ -1656,6 +1666,8 @@ components:
16561666
type: string
16571667
amountUSD:
16581668
type: number
1669+
feeCollector:
1670+
type: string
16591671
API_GetIntentEntrypointDeposit_Request:
16601672
type: object
16611673
properties:

0 commit comments

Comments
 (0)