Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 52bac62

Browse files
klaidliadonyigiterdev
authored andcommitted
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent 6925845 commit 52bac62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 ee56b61e2e59a03fe67aca50d4bbf10a85f37a57
1+
# sequence-builder v0.1.0 17d131befc82ac6fca26a8c9198c4ed4e039dc81
22
# --
33
# Code generated by webrpc-gen@v0.22.1 with openapi generator; DO NOT EDIT
44
#
@@ -728,7 +728,7 @@ components:
728728
enum:
729729
- UNKNOWN
730730
- STRIPE
731-
- MANUAL
731+
- ADMIN
732732
PaymentStatus:
733733
type: string
734734
description: Represented as uint16 on the server side
@@ -1603,12 +1603,15 @@ components:
16031603
type: object
16041604
required:
16051605
- active
1606+
- provider
16061607
- threshold
16071608
- amount
16081609
- limit
16091610
properties:
16101611
active:
16111612
type: boolean
1613+
provider:
1614+
$ref: '#/components/schemas/PaymentProvider'
16121615
threshold:
16131616
type: number
16141617
amount:
@@ -1619,6 +1622,7 @@ components:
16191622
type: object
16201623
required:
16211624
- topUpEnabled
1625+
- topUpProvider
16221626
properties:
16231627
mauIncludedMax:
16241628
type: number
@@ -1640,6 +1644,8 @@ components:
16401644
type: string
16411645
topUpEnabled:
16421646
type: boolean
1647+
topUpProvider:
1648+
$ref: '#/components/schemas/PaymentProvider'
16431649
topUpThreshold:
16441650
type: number
16451651
topUpAmount:

0 commit comments

Comments
 (0)