Skip to content

Commit e3e2972

Browse files
[AUTOMATED] Update: proto/docs/marketplace.gen.yaml
1 parent dd218e6 commit e3e2972

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

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

+73-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# marketplace-api d2c11f00b5d40ce5df7df0466c6989968239aa1a
1+
# marketplace-api a3805264ae329fe3cc2be41fcba663498553b261
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -1558,21 +1558,30 @@ components:
15581558
type: string
15591559
Marketplace_ListCurrencies_Request:
15601560
type: object
1561+
properties:
1562+
chainId:
1563+
type: string
15611564
Marketplace_GetCollectionDetail_Request:
15621565
type: object
15631566
properties:
1567+
chainId:
1568+
type: string
15641569
contractAddress:
15651570
type: string
15661571
Marketplace_GetCollectible_Request:
15671572
type: object
15681573
properties:
1574+
chainId:
1575+
type: string
15691576
contractAddress:
15701577
type: string
15711578
tokenId:
15721579
type: string
15731580
Marketplace_GetLowestPriceOfferForCollectible_Request:
15741581
type: object
15751582
properties:
1583+
chainId:
1584+
type: string
15761585
contractAddress:
15771586
type: string
15781587
tokenId:
@@ -1582,6 +1591,8 @@ components:
15821591
Marketplace_GetHighestPriceOfferForCollectible_Request:
15831592
type: object
15841593
properties:
1594+
chainId:
1595+
type: string
15851596
contractAddress:
15861597
type: string
15871598
tokenId:
@@ -1591,6 +1602,8 @@ components:
15911602
Marketplace_GetLowestPriceListingForCollectible_Request:
15921603
type: object
15931604
properties:
1605+
chainId:
1606+
type: string
15941607
contractAddress:
15951608
type: string
15961609
tokenId:
@@ -1600,6 +1613,8 @@ components:
16001613
Marketplace_GetHighestPriceListingForCollectible_Request:
16011614
type: object
16021615
properties:
1616+
chainId:
1617+
type: string
16031618
contractAddress:
16041619
type: string
16051620
tokenId:
@@ -1609,6 +1624,8 @@ components:
16091624
Marketplace_ListListingsForCollectible_Request:
16101625
type: object
16111626
properties:
1627+
chainId:
1628+
type: string
16121629
contractAddress:
16131630
type: string
16141631
tokenId:
@@ -1620,6 +1637,8 @@ components:
16201637
Marketplace_ListOffersForCollectible_Request:
16211638
type: object
16221639
properties:
1640+
chainId:
1641+
type: string
16231642
contractAddress:
16241643
type: string
16251644
tokenId:
@@ -1631,6 +1650,8 @@ components:
16311650
Marketplace_GetCountOfListingsForCollectible_Request:
16321651
type: object
16331652
properties:
1653+
chainId:
1654+
type: string
16341655
contractAddress:
16351656
type: string
16361657
tokenId:
@@ -1640,6 +1661,8 @@ components:
16401661
Marketplace_GetCountOfOffersForCollectible_Request:
16411662
type: object
16421663
properties:
1664+
chainId:
1665+
type: string
16431666
contractAddress:
16441667
type: string
16451668
tokenId:
@@ -1649,6 +1672,8 @@ components:
16491672
Marketplace_GetCollectibleLowestOffer_Request:
16501673
type: object
16511674
properties:
1675+
chainId:
1676+
type: string
16521677
contractAddress:
16531678
type: string
16541679
tokenId:
@@ -1658,6 +1683,8 @@ components:
16581683
Marketplace_GetCollectibleHighestOffer_Request:
16591684
type: object
16601685
properties:
1686+
chainId:
1687+
type: string
16611688
contractAddress:
16621689
type: string
16631690
tokenId:
@@ -1667,6 +1694,8 @@ components:
16671694
Marketplace_GetCollectibleLowestListing_Request:
16681695
type: object
16691696
properties:
1697+
chainId:
1698+
type: string
16701699
contractAddress:
16711700
type: string
16721701
tokenId:
@@ -1676,6 +1705,8 @@ components:
16761705
Marketplace_GetCollectibleHighestListing_Request:
16771706
type: object
16781707
properties:
1708+
chainId:
1709+
type: string
16791710
contractAddress:
16801711
type: string
16811712
tokenId:
@@ -1685,6 +1716,8 @@ components:
16851716
Marketplace_ListCollectibleListings_Request:
16861717
type: object
16871718
properties:
1719+
chainId:
1720+
type: string
16881721
contractAddress:
16891722
type: string
16901723
tokenId:
@@ -1696,6 +1729,8 @@ components:
16961729
Marketplace_ListCollectibleOffers_Request:
16971730
type: object
16981731
properties:
1732+
chainId:
1733+
type: string
16991734
contractAddress:
17001735
type: string
17011736
tokenId:
@@ -1707,6 +1742,8 @@ components:
17071742
Marketplace_GenerateBuyTransaction_Request:
17081743
type: object
17091744
properties:
1745+
chainId:
1746+
type: string
17101747
collectionAddress:
17111748
type: string
17121749
buyer:
@@ -1728,6 +1765,8 @@ components:
17281765
Marketplace_GenerateSellTransaction_Request:
17291766
type: object
17301767
properties:
1768+
chainId:
1769+
type: string
17311770
collectionAddress:
17321771
type: string
17331772
seller:
@@ -1749,6 +1788,8 @@ components:
17491788
Marketplace_GenerateListingTransaction_Request:
17501789
type: object
17511790
properties:
1791+
chainId:
1792+
type: string
17521793
collectionAddress:
17531794
type: string
17541795
owner:
@@ -1764,6 +1805,8 @@ components:
17641805
Marketplace_GenerateOfferTransaction_Request:
17651806
type: object
17661807
properties:
1808+
chainId:
1809+
type: string
17671810
collectionAddress:
17681811
type: string
17691812
maker:
@@ -1779,6 +1822,8 @@ components:
17791822
Marketplace_GenerateCancelTransaction_Request:
17801823
type: object
17811824
properties:
1825+
chainId:
1826+
type: string
17821827
collectionAddress:
17831828
type: string
17841829
maker:
@@ -1790,6 +1835,8 @@ components:
17901835
Marketplace_Execute_Request:
17911836
type: object
17921837
properties:
1838+
chainId:
1839+
type: string
17931840
signature:
17941841
type: string
17951842
method:
@@ -1803,6 +1850,8 @@ components:
18031850
Marketplace_ListCollectibles_Request:
18041851
type: object
18051852
properties:
1853+
chainId:
1854+
type: string
18061855
side:
18071856
$ref: '#/components/schemas/OrderSide'
18081857
contractAddress:
@@ -1814,11 +1863,15 @@ components:
18141863
Marketplace_GetCountOfAllCollectibles_Request:
18151864
type: object
18161865
properties:
1866+
chainId:
1867+
type: string
18171868
contractAddress:
18181869
type: string
18191870
Marketplace_GetCountOfFilteredCollectibles_Request:
18201871
type: object
18211872
properties:
1873+
chainId:
1874+
type: string
18221875
side:
18231876
$ref: '#/components/schemas/OrderSide'
18241877
contractAddress:
@@ -1828,20 +1881,26 @@ components:
18281881
Marketplace_GetFloorOrder_Request:
18291882
type: object
18301883
properties:
1884+
chainId:
1885+
type: string
18311886
contractAddress:
18321887
type: string
18331888
filter:
18341889
$ref: '#/components/schemas/CollectiblesFilter'
18351890
Marketplace_ListCollectionActivities_Request:
18361891
type: object
18371892
properties:
1893+
chainId:
1894+
type: string
18381895
contractAddress:
18391896
type: string
18401897
page:
18411898
$ref: '#/components/schemas/Page'
18421899
Marketplace_ListCollectibleActivities_Request:
18431900
type: object
18441901
properties:
1902+
chainId:
1903+
type: string
18451904
contractAddress:
18461905
type: string
18471906
tokenId:
@@ -1851,6 +1910,8 @@ components:
18511910
Marketplace_ListCollectiblesWithLowestListing_Request:
18521911
type: object
18531912
properties:
1913+
chainId:
1914+
type: string
18541915
contractAddress:
18551916
type: string
18561917
filter:
@@ -1860,6 +1921,8 @@ components:
18601921
Marketplace_ListCollectiblesWithHighestOffer_Request:
18611922
type: object
18621923
properties:
1924+
chainId:
1925+
type: string
18631926
contractAddress:
18641927
type: string
18651928
filter:
@@ -1869,6 +1932,8 @@ components:
18691932
Marketplace_GetOrders_Request:
18701933
type: object
18711934
properties:
1935+
chainId:
1936+
type: string
18721937
input:
18731938
type: array
18741939
description: '[]GetOrdersInput'
@@ -1879,6 +1944,8 @@ components:
18791944
Marketplace_CheckoutOptionsMarketplace_Request:
18801945
type: object
18811946
properties:
1947+
chainId:
1948+
type: string
18821949
wallet:
18831950
type: string
18841951
orders:
@@ -1891,6 +1958,8 @@ components:
18911958
Marketplace_CheckoutOptionsSalesContract_Request:
18921959
type: object
18931960
properties:
1961+
chainId:
1962+
type: string
18941963
wallet:
18951964
type: string
18961965
contractAddress:
@@ -1904,6 +1973,9 @@ components:
19041973
$ref: '#/components/schemas/CheckoutOptionsItem'
19051974
Marketplace_SupportedMarketplaces_Request:
19061975
type: object
1976+
properties:
1977+
chainId:
1978+
type: string
19071979
Marketplace_ListCurrencies_Response:
19081980
type: object
19091981
properties:

0 commit comments

Comments
 (0)