Skip to content

Commit bdcede4

Browse files
committed
[AUTOMATED] Update: api/proto/docs/api.gen.yaml
1 parent c4674c7 commit bdcede4

File tree

1 file changed

+39
-30
lines changed

1 file changed

+39
-30
lines changed

docs/pages/api/api/api.gen.yaml

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# sequence-api v0.4.0 f06ea0c33f7a6ee53ec00fb38d2366aca55b9635
1+
# sequence-api v0.4.0 4d5fad1e2ba72d78a45fdbafbf060cdd748c8eba
22
# --
3-
# Code generated by webrpc-gen@v0.25.3 with openapi generator; DO NOT EDIT
3+
# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT
44
#
55
# webrpc-gen -service=API -match=@public -schema=proto/api.ridl -target=openapi -title=Sequence Api -servers=https://api.sequence.app/;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/api.gen.yaml
66
openapi: 3.0.0
@@ -189,7 +189,7 @@ components:
189189
status:
190190
type: number
191191
example: 500
192-
ErrorWebrpcClientDisconnected:
192+
ErrorWebrpcClientAborted:
193193
type: object
194194
required:
195195
- error
@@ -199,13 +199,13 @@ components:
199199
properties:
200200
error:
201201
type: string
202-
example: "WebrpcClientDisconnected"
202+
example: "WebrpcClientAborted"
203203
code:
204204
type: number
205205
example: -8
206206
msg:
207207
type: string
208-
example: "client disconnected"
208+
example: "request aborted by client"
209209
cause:
210210
type: string
211211
status:
@@ -2733,14 +2733,6 @@ components:
27332733
properties:
27342734
params:
27352735
$ref: '#/components/schemas/GetLifiSwapRouteParams'
2736-
chainId:
2737-
type: number
2738-
toTokenAddress:
2739-
type: string
2740-
toTokenAmount:
2741-
type: string
2742-
walletAddress:
2743-
type: string
27442736
API_GetLifiSwapQuote_Request:
27452737
type: object
27462738
properties:
@@ -2889,6 +2881,7 @@ components:
28892881
paths:
28902882
/rpc/API/IsValidSignature:
28912883
post:
2884+
operationId: API-IsValidSignature
28922885
tags: ["API"]
28932886
summary: "TODO: we can add walletContext optional in the future when we need it"
28942887
description: |
@@ -2916,7 +2909,7 @@ paths:
29162909
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
29172910
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
29182911
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
2919-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
2912+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
29202913
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
29212914
- $ref: '#/components/schemas/ErrorUnauthorized'
29222915
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -2954,6 +2947,7 @@ paths:
29542947
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
29552948
/rpc/API/IsValidMessageSignature:
29562949
post:
2950+
operationId: API-IsValidMessageSignature
29572951
tags: ["API"]
29582952
summary: ""
29592953
requestBody:
@@ -2979,7 +2973,7 @@ paths:
29792973
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
29802974
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
29812975
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
2982-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
2976+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
29832977
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
29842978
- $ref: '#/components/schemas/ErrorUnauthorized'
29852979
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3017,6 +3011,7 @@ paths:
30173011
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
30183012
/rpc/API/IsValidTypedDataSignature:
30193013
post:
3014+
operationId: API-IsValidTypedDataSignature
30203015
tags: ["API"]
30213016
summary: ""
30223017
requestBody:
@@ -3042,7 +3037,7 @@ paths:
30423037
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
30433038
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
30443039
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3045-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3040+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
30463041
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
30473042
- $ref: '#/components/schemas/ErrorUnauthorized'
30483043
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3080,6 +3075,7 @@ paths:
30803075
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
30813076
/rpc/API/IsValidETHAuthProof:
30823077
post:
3078+
operationId: API-IsValidETHAuthProof
30833079
tags: ["API"]
30843080
summary: ""
30853081
requestBody:
@@ -3105,7 +3101,7 @@ paths:
31053101
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
31063102
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
31073103
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3108-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3104+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
31093105
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
31103106
- $ref: '#/components/schemas/ErrorUnauthorized'
31113107
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3143,6 +3139,7 @@ paths:
31433139
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
31443140
/rpc/API/LinkWallet:
31453141
post:
3142+
operationId: API-LinkWallet
31463143
tags: ["API"]
31473144
summary: ""
31483145
description: |
@@ -3170,7 +3167,7 @@ paths:
31703167
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
31713168
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
31723169
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3173-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3170+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
31743171
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
31753172
- $ref: '#/components/schemas/ErrorUnauthorized'
31763173
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3208,6 +3205,7 @@ paths:
32083205
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
32093206
/rpc/API/GetLinkedWallets:
32103207
post:
3208+
operationId: API-GetLinkedWallets
32113209
tags: ["API"]
32123210
summary: ""
32133211
requestBody:
@@ -3233,7 +3231,7 @@ paths:
32333231
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
32343232
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
32353233
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3236-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3234+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
32373235
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
32383236
- $ref: '#/components/schemas/ErrorUnauthorized'
32393237
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3271,6 +3269,7 @@ paths:
32713269
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
32723270
/rpc/API/RemoveLinkedWallet:
32733271
post:
3272+
operationId: API-RemoveLinkedWallet
32743273
tags: ["API"]
32753274
summary: ""
32763275
requestBody:
@@ -3296,7 +3295,7 @@ paths:
32963295
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
32973296
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
32983297
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3299-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3298+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
33003299
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
33013300
- $ref: '#/components/schemas/ErrorUnauthorized'
33023301
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3334,6 +3333,7 @@ paths:
33343333
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
33353334
/rpc/API/GetLifiChains:
33363335
post:
3336+
operationId: API-GetLifiChains
33373337
tags: ["API"]
33383338
summary: ""
33393339
requestBody:
@@ -3359,7 +3359,7 @@ paths:
33593359
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
33603360
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
33613361
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3362-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3362+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
33633363
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
33643364
- $ref: '#/components/schemas/ErrorUnauthorized'
33653365
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3397,6 +3397,7 @@ paths:
33973397
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
33983398
/rpc/API/GetLifiTokens:
33993399
post:
3400+
operationId: API-GetLifiTokens
34003401
tags: ["API"]
34013402
summary: ""
34023403
requestBody:
@@ -3422,7 +3423,7 @@ paths:
34223423
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
34233424
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
34243425
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3425-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3426+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
34263427
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
34273428
- $ref: '#/components/schemas/ErrorUnauthorized'
34283429
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3460,6 +3461,7 @@ paths:
34603461
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
34613462
/rpc/API/GetLifiSwapRoutes:
34623463
post:
3464+
operationId: API-GetLifiSwapRoutes
34633465
tags: ["API"]
34643466
summary: "All parameters except `params` are deprecated."
34653467
description: |
@@ -3487,7 +3489,7 @@ paths:
34873489
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
34883490
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
34893491
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3490-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3492+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
34913493
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
34923494
- $ref: '#/components/schemas/ErrorUnauthorized'
34933495
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3525,6 +3527,7 @@ paths:
35253527
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
35263528
/rpc/API/GetLifiSwapQuote:
35273529
post:
3530+
operationId: API-GetLifiSwapQuote
35283531
tags: ["API"]
35293532
summary: ""
35303533
requestBody:
@@ -3550,7 +3553,7 @@ paths:
35503553
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
35513554
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
35523555
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3553-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3556+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
35543557
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
35553558
- $ref: '#/components/schemas/ErrorUnauthorized'
35563559
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3588,6 +3591,7 @@ paths:
35883591
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
35893592
/rpc/API/GetCCTPTransfer:
35903593
post:
3594+
operationId: API-GetCCTPTransfer
35913595
tags: ["API"]
35923596
summary: ""
35933597
description: |
@@ -3615,7 +3619,7 @@ paths:
36153619
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
36163620
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
36173621
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3618-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3622+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
36193623
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
36203624
- $ref: '#/components/schemas/ErrorUnauthorized'
36213625
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3653,6 +3657,7 @@ paths:
36533657
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
36543658
/rpc/API/QueueCCTPTransfer:
36553659
post:
3660+
operationId: API-QueueCCTPTransfer
36563661
tags: ["API"]
36573662
summary: ""
36583663
requestBody:
@@ -3678,7 +3683,7 @@ paths:
36783683
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
36793684
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
36803685
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3681-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3686+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
36823687
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
36833688
- $ref: '#/components/schemas/ErrorUnauthorized'
36843689
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3716,6 +3721,7 @@ paths:
37163721
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
37173722
/rpc/API/QueueIntentConfigExecution:
37183723
post:
3724+
operationId: API-QueueIntentConfigExecution
37193725
tags: ["API"]
37203726
summary: ""
37213727
description: |
@@ -3743,7 +3749,7 @@ paths:
37433749
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
37443750
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
37453751
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3746-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3752+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
37473753
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
37483754
- $ref: '#/components/schemas/ErrorUnauthorized'
37493755
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3781,6 +3787,7 @@ paths:
37813787
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
37823788
/rpc/API/GetIntentConfigExecutionStatus:
37833789
post:
3790+
operationId: API-GetIntentConfigExecutionStatus
37843791
tags: ["API"]
37853792
summary: ""
37863793
requestBody:
@@ -3806,7 +3813,7 @@ paths:
38063813
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
38073814
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
38083815
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3809-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3816+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
38103817
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
38113818
- $ref: '#/components/schemas/ErrorUnauthorized'
38123819
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3844,6 +3851,7 @@ paths:
38443851
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
38453852
/rpc/API/ListIntentConfigs:
38463853
post:
3854+
operationId: API-ListIntentConfigs
38473855
tags: ["API"]
38483856
summary: ""
38493857
requestBody:
@@ -3869,7 +3877,7 @@ paths:
38693877
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
38703878
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
38713879
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3872-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3880+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
38733881
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
38743882
- $ref: '#/components/schemas/ErrorUnauthorized'
38753883
- $ref: '#/components/schemas/ErrorPermissionDenied'
@@ -3907,6 +3915,7 @@ paths:
39073915
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
39083916
/rpc/API/QueueMetaTxnReceipt:
39093917
post:
3918+
operationId: API-QueueMetaTxnReceipt
39103919
tags: ["API"]
39113920
summary: ""
39123921
requestBody:
@@ -3932,7 +3941,7 @@ paths:
39323941
- $ref: '#/components/schemas/ErrorWebrpcBadRoute'
39333942
- $ref: '#/components/schemas/ErrorWebrpcBadMethod'
39343943
- $ref: '#/components/schemas/ErrorWebrpcBadRequest'
3935-
- $ref: '#/components/schemas/ErrorWebrpcClientDisconnected'
3944+
- $ref: '#/components/schemas/ErrorWebrpcClientAborted'
39363945
- $ref: '#/components/schemas/ErrorWebrpcStreamLost'
39373946
- $ref: '#/components/schemas/ErrorUnauthorized'
39383947
- $ref: '#/components/schemas/ErrorPermissionDenied'

0 commit comments

Comments
 (0)