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

Commit e0dd5d0

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent 6b6c59b commit e0dd5d0

File tree

1 file changed

+27
-32
lines changed

1 file changed

+27
-32
lines changed

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

Lines changed: 27 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 aab0f410c2da35c1ef1604036295d39d165e883d
1+
# sequence-builder v0.1.0 50717cd5e9aa064525cc096577edb4663495201c
22
# --
33
# Code generated by webrpc-gen@v0.22.0 with openapi generator; DO NOT EDIT
44
#
@@ -1449,37 +1449,6 @@ components:
14491449
type: string
14501450
updatedAt:
14511451
type: string
1452-
IndexerWebhook:
1453-
type: object
1454-
required:
1455-
- id
1456-
- projectId
1457-
- chainId
1458-
- contractAddress
1459-
- eventSig
1460-
- webhookUrl
1461-
- disabled
1462-
- createdAt
1463-
- updatedAt
1464-
properties:
1465-
id:
1466-
type: number
1467-
projectId:
1468-
type: number
1469-
chainId:
1470-
type: number
1471-
contractAddress:
1472-
type: string
1473-
eventSig:
1474-
type: string
1475-
webhookUrl:
1476-
type: string
1477-
disabled:
1478-
type: boolean
1479-
createdAt:
1480-
type: string
1481-
updatedAt:
1482-
type: string
14831452
ContractSource:
14841453
type: object
14851454
required:
@@ -1622,6 +1591,19 @@ components:
16221591
type: string
16231592
order:
16241593
$ref: '#/components/schemas/SortOrder'
1594+
TopUpSettings:
1595+
type: object
1596+
required:
1597+
- active
1598+
- threshold
1599+
- amount
1600+
properties:
1601+
active:
1602+
type: boolean
1603+
threshold:
1604+
type: number
1605+
amount:
1606+
type: number
16251607
BillingSettings:
16261608
type: object
16271609
required:
@@ -1635,6 +1617,8 @@ components:
16351617
- priceCreditOverage
16361618
- marketplaceFee
16371619
- gasFeeMarkup
1620+
- topUp
1621+
- forceAllowTransactions
16381622
- blockTransactions
16391623
- providerSettings
16401624
properties:
@@ -1658,6 +1642,10 @@ components:
16581642
type: string
16591643
gasFeeMarkup:
16601644
type: string
1645+
topUp:
1646+
$ref: '#/components/schemas/TopUpSettings'
1647+
forceAllowTransactions:
1648+
type: boolean
16611649
blockTransactions:
16621650
type: boolean
16631651
providerSettings:
@@ -1681,11 +1669,18 @@ components:
16811669
BillingOverride:
16821670
type: object
16831671
required:
1672+
- topUpEnabled
16841673
- extraKeys
16851674
- discountSubscriptionTier
16861675
- discountCreditOverage
16871676
- forceAllowTransactions
16881677
properties:
1678+
topUpEnabled:
1679+
type: boolean
1680+
topUpThreshold:
1681+
type: number
1682+
topUpAmount:
1683+
type: number
16891684
extraKeys:
16901685
type: number
16911686
rateLimit:

0 commit comments

Comments
 (0)