Skip to content

Commit

Permalink
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaidliadon committed Dec 5, 2024
1 parent dcd799c commit be81f17
Showing 1 changed file with 27 additions and 32 deletions.
59 changes: 27 additions & 32 deletions docs/pages/api/analytics/rpc.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sequence-builder v0.1.0 aab0f410c2da35c1ef1604036295d39d165e883d
# sequence-builder v0.1.0 50717cd5e9aa064525cc096577edb4663495201c
# --
# Code generated by webrpc-gen@v0.22.0 with openapi generator; DO NOT EDIT
#
Expand Down Expand Up @@ -1449,37 +1449,6 @@ components:
type: string
updatedAt:
type: string
IndexerWebhook:
type: object
required:
- id
- projectId
- chainId
- contractAddress
- eventSig
- webhookUrl
- disabled
- createdAt
- updatedAt
properties:
id:
type: number
projectId:
type: number
chainId:
type: number
contractAddress:
type: string
eventSig:
type: string
webhookUrl:
type: string
disabled:
type: boolean
createdAt:
type: string
updatedAt:
type: string
ContractSource:
type: object
required:
Expand Down Expand Up @@ -1622,6 +1591,19 @@ components:
type: string
order:
$ref: '#/components/schemas/SortOrder'
TopUpSettings:
type: object
required:
- active
- threshold
- amount
properties:
active:
type: boolean
threshold:
type: number
amount:
type: number
BillingSettings:
type: object
required:
Expand All @@ -1635,6 +1617,8 @@ components:
- priceCreditOverage
- marketplaceFee
- gasFeeMarkup
- topUp
- forceAllowTransactions
- blockTransactions
- providerSettings
properties:
Expand All @@ -1658,6 +1642,10 @@ components:
type: string
gasFeeMarkup:
type: string
topUp:
$ref: '#/components/schemas/TopUpSettings'
forceAllowTransactions:
type: boolean
blockTransactions:
type: boolean
providerSettings:
Expand All @@ -1681,11 +1669,18 @@ components:
BillingOverride:
type: object
required:
- topUpEnabled
- extraKeys
- discountSubscriptionTier
- discountCreditOverage
- forceAllowTransactions
properties:
topUpEnabled:
type: boolean
topUpThreshold:
type: number
topUpAmount:
type: number
extraKeys:
type: number
rateLimit:
Expand Down

0 comments on commit be81f17

Please sign in to comment.