diff --git a/docs/pages/api/analytics/rpc.gen.yaml b/docs/pages/api/analytics/rpc.gen.yaml index 4176724ba34..0fd992db735 100644 --- a/docs/pages/api/analytics/rpc.gen.yaml +++ b/docs/pages/api/analytics/rpc.gen.yaml @@ -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 # @@ -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: @@ -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: @@ -1635,6 +1617,8 @@ components: - priceCreditOverage - marketplaceFee - gasFeeMarkup + - topUp + - forceAllowTransactions - blockTransactions - providerSettings properties: @@ -1658,6 +1642,10 @@ components: type: string gasFeeMarkup: type: string + topUp: + $ref: '#/components/schemas/TopUpSettings' + forceAllowTransactions: + type: boolean blockTransactions: type: boolean providerSettings: @@ -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: