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
yigiterdev committed Jan 15, 2025
1 parent c908aed commit 470364c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion 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 994607c551bbd1930c4437448c424d12d236e5f4
# sequence-builder v0.1.0 368423f9fa98ab07300c6003f71d9be7b7dc30ae
# --
# Code generated by [email protected] with openapi generator; DO NOT EDIT
#
Expand Down Expand Up @@ -753,6 +753,18 @@ components:
- P2P
- SEQUENCE
- ORDERBOOK
OrderbookKind:
type: string
description: Represented as string on the server side
enum:
- unknown
- sequence_marketplace_v1
- sequence_marketplace_v2
- blur
- opensea
- looks_rare
- reservoir
- x2y2
TokenType:
type: string
description: Represented as uint8 on the server side
Expand Down Expand Up @@ -1981,6 +1993,7 @@ components:
- address
- feePercetage
- currencyOptions
- destinationMarketplace
properties:
marketplaceType:
$ref: '#/components/schemas/MarketplaceType'
Expand All @@ -1995,6 +2008,8 @@ components:
description: '[]string'
items:
type: string
destinationMarketplace:
$ref: '#/components/schemas/OrderbookKind'
MarketplaceSettings:
type: object
required:
Expand Down

0 comments on commit 470364c

Please sign in to comment.