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 authored and yigiterdev committed Dec 13, 2024
1 parent 9cf712e commit 46382e2
Showing 1 changed file with 3 additions and 51 deletions.
54 changes: 3 additions & 51 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 07d800941c36de8e3991248686e3f730167db223
# sequence-builder v0.1.0 615f48d3a8de9efd6489cbd393cadc875455c050
# --
# Code generated by webrpc-gen@v0.22.0 with openapi generator; DO NOT EDIT
#
Expand Down Expand Up @@ -1135,6 +1135,8 @@ components:
$ref: '#/components/schemas/SubscriptionProvider'
providerId:
type: string
providerUrl:
type: string
dateStart:
type: string
dateEnd:
Expand Down Expand Up @@ -1239,25 +1241,6 @@ components:
$ref: '#/components/schemas/Project'
collaborator:
$ref: '#/components/schemas/Collaborator'
NodeAccount:
type: object
required:
- id
- displayName
- requestRateLimit
- requestMonthlyQuota
- active
properties:
id:
type: number
displayName:
type: string
requestRateLimit:
type: number
requestMonthlyQuota:
type: number
active:
type: boolean
RelayerGasSponsor:
type: object
required:
Expand Down Expand Up @@ -1642,7 +1625,6 @@ components:
type: object
required:
- current
- subscriptionUrl
- cycleStart
- cycleEnd
- settings
Expand All @@ -1653,8 +1635,6 @@ components:
properties:
current:
$ref: '#/components/schemas/ProjectSubscription'
subscriptionUrl:
type: string
cycleStart:
type: string
cycleEnd:
Expand Down Expand Up @@ -1819,34 +1799,6 @@ components:
description: '[]string'
items:
type: string
CollectionInfo:
type: object
required:
- chainId
- title
- type
- image
- address
- link
- description
- featured
properties:
chainId:
type: number
title:
type: string
type:
type: string
image:
type: string
address:
type: string
link:
type: string
description:
type: string
featured:
type: boolean
ContractInfo:
type: object
required:
Expand Down

0 comments on commit 46382e2

Please sign in to comment.