Skip to content

Commit 173ac94

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent 2dd2e15 commit 173ac94

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

docs/pages/api/analytics/rpc.gen.yaml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# sequence-builder v0.1.0 c670818d0bac29f6e279af79ee7f703fb306ce66
1+
# sequence-builder v0.1.0 bf08b82aa9f37a3b755800049d0b9ebef6e925f2
22
# --
3-
# Code generated by webrpc-gen@v0.26.1 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=Analytics -match=@analytics -schema=proto/schema/builder.ridl -target=openapi -title=Analytics Api -servers=https://api.sequence.app;Analytics -securityAnnotation=@auth -securitySchemes= -out=proto/docs/analytics.gen.yaml
66
openapi: 3.0.0
@@ -188,7 +188,7 @@ components:
188188
status:
189189
type: number
190190
example: 500
191-
ErrorWebrpcClientDisconnected:
191+
ErrorWebrpcClientAborted:
192192
type: object
193193
required:
194194
- error
@@ -198,13 +198,13 @@ components:
198198
properties:
199199
error:
200200
type: string
201-
example: "WebrpcClientDisconnected"
201+
example: "WebrpcClientAborted"
202202
code:
203203
type: number
204204
example: -8
205205
msg:
206206
type: string
207-
example: "client disconnected"
207+
example: "request aborted by client"
208208
cause:
209209
type: string
210210
status:
@@ -3226,6 +3226,22 @@ components:
32263226
$ref: '#/components/schemas/AdjustmentStatus'
32273227
type:
32283228
$ref: '#/components/schemas/PaymentProvider'
3229+
GasTankConfig:
3230+
type: object
3231+
required:
3232+
- chainId
3233+
- tokenAddress
3234+
- tokenDecimals
3235+
- recipientAddress
3236+
properties:
3237+
chainId:
3238+
type: number
3239+
tokenAddress:
3240+
type: string
3241+
tokenDecimals:
3242+
type: number
3243+
recipientAddress:
3244+
type: string
32293245
MarketplaceWalletType:
32303246
type: string
32313247
description: Represented as uint8 on the server side

0 commit comments

Comments
 (0)