Skip to content

Commit d4a8066

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

File tree

1 file changed

+46
-7
lines changed

1 file changed

+46
-7
lines changed

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

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# trails-api v0.4.0 51908849265dd3e2080a4a7e1c96674ea56a707c
1+
# trails-api v0.4.0 9bcdc158e7893f0ae8e0ea7d059ca20928dd59a1
22
# --
3-
# Code generated by webrpc-gen@v0.29.0 with openapi generator; DO NOT EDIT
3+
# Code generated by webrpc-gen@v0.30.1 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
@@ -802,6 +802,15 @@ components:
802802
status:
803803
type: number
804804
example: 422
805+
ExecutionStatus:
806+
type: string
807+
description: Represented as uint8 on the server side
808+
enum:
809+
- created
810+
- pending
811+
- processing
812+
- executed
813+
- failed
805814
SortOrder:
806815
type: string
807816
description: Represented as uint32 on the server side
@@ -814,6 +823,20 @@ components:
814823
enum:
815824
- EXACT_INPUT
816825
- EXACT_OUTPUT
826+
Transaction:
827+
type: object
828+
required:
829+
- todo
830+
properties:
831+
todo:
832+
type: string
833+
IntentReceipt:
834+
type: object
835+
required:
836+
- todo
837+
properties:
838+
todo:
839+
type: string
817840
Version:
818841
type: object
819842
required:
@@ -839,6 +862,7 @@ components:
839862
- ver
840863
- branch
841864
- commitHash
865+
- runnables
842866
properties:
843867
healthOK:
844868
type: boolean
@@ -852,6 +876,8 @@ components:
852876
type: string
853877
commitHash:
854878
type: string
879+
runnables:
880+
type: object
855881
MetaTxn:
856882
type: object
857883
required:
@@ -917,6 +943,8 @@ components:
917943
- mainSigner
918944
- calls
919945
- preconditions
946+
- executionStatus
947+
- retryCount
920948
properties:
921949
id:
922950
type: number
@@ -939,11 +967,15 @@ components:
939967
items:
940968
$ref: '#/components/schemas/IntentPrecondition'
941969
executionStatus:
942-
type: string
970+
$ref: '#/components/schemas/ExecutionStatus'
943971
metaTxnId:
944972
type: string
945973
txnHash:
946974
type: string
975+
processedAt:
976+
type: string
977+
retryCount:
978+
type: number
947979
updatedAt:
948980
type: string
949981
createdAt:
@@ -954,6 +986,7 @@ components:
954986
- originIntentAddress
955987
- destinationIntentAddress
956988
- mainSigner
989+
- executionStatus
957990
properties:
958991
originIntentAddress:
959992
type: string
@@ -966,7 +999,7 @@ components:
966999
txnHash:
9671000
type: string
9681001
executionStatus:
969-
type: string
1002+
$ref: '#/components/schemas/ExecutionStatus'
9701003
originChainId:
9711004
type: number
9721005
destinationChainId:
@@ -1776,7 +1809,9 @@ paths:
17761809
post:
17771810
operationId: API-GetIntentEntrypointDeposit
17781811
tags: ["API"]
1779-
summary: "Generates gasless meta transaction for depositing tokens into an Intent Entrypoint contract."
1812+
summary: "TODOXXX: rename to GetIntentEntryTransaction"
1813+
description: |
1814+
Generates gasless meta transaction for depositing tokens into an Intent Entrypoint contract.
17801815
requestBody:
17811816
content:
17821817
application/json:
@@ -1840,7 +1875,9 @@ paths:
18401875
post:
18411876
operationId: API-GetIntentEntrypointDepositFeeOptions
18421877
tags: ["API"]
1843-
summary: "Calculates fee options for intent entrypoint deposits."
1878+
summary: "TODOXXX: rename to GetIntentGasFeeOptions"
1879+
description: |
1880+
Calculates fee options for intent entrypoint deposits.
18441881
requestBody:
18451882
content:
18461883
application/json:
@@ -1904,7 +1941,9 @@ paths:
19041941
post:
19051942
operationId: API-GetIntentEntrypointMessageHash
19061943
tags: ["API"]
1907-
summary: "Calculates the EIP-712 message hash that user needs to sign for intent entrypoint deposit."
1944+
summary: "TODOXXX: remove completely"
1945+
description: |
1946+
Calculates the EIP-712 message hash that user needs to sign for intent entrypoint deposit.
19081947
requestBody:
19091948
content:
19101949
application/json:

0 commit comments

Comments
 (0)