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

Commit 470364c

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent c908aed commit 470364c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 994607c551bbd1930c4437448c424d12d236e5f4
1+
# sequence-builder v0.1.0 368423f9fa98ab07300c6003f71d9be7b7dc30ae
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -753,6 +753,18 @@ components:
753753
- P2P
754754
- SEQUENCE
755755
- ORDERBOOK
756+
OrderbookKind:
757+
type: string
758+
description: Represented as string on the server side
759+
enum:
760+
- unknown
761+
- sequence_marketplace_v1
762+
- sequence_marketplace_v2
763+
- blur
764+
- opensea
765+
- looks_rare
766+
- reservoir
767+
- x2y2
756768
TokenType:
757769
type: string
758770
description: Represented as uint8 on the server side
@@ -1981,6 +1993,7 @@ components:
19811993
- address
19821994
- feePercetage
19831995
- currencyOptions
1996+
- destinationMarketplace
19841997
properties:
19851998
marketplaceType:
19861999
$ref: '#/components/schemas/MarketplaceType'
@@ -1995,6 +2008,8 @@ components:
19952008
description: '[]string'
19962009
items:
19972010
type: string
2011+
destinationMarketplace:
2012+
$ref: '#/components/schemas/OrderbookKind'
19982013
MarketplaceSettings:
19992014
type: object
20002015
required:

0 commit comments

Comments
 (0)