Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion docs/pages/api/marketplace/rpc.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# marketplace-api 64fd70e599aed1be032c7c511c1421e01697ebf9
# marketplace-api 520fc4ead4f8cc09f6e45f9166ae089b8893599b
# --
# Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT
#
Expand Down Expand Up @@ -1834,6 +1834,19 @@ components:
type: number
verifyingContract:
type: string
GenerateBuySellTransactionResponse:
type: object
required:
- steps
- canBeUsedWithTrails
properties:
steps:
type: array
description: '[]Step'
items:
$ref: '#/components/schemas/Step'
canBeUsedWithTrails:
type: boolean
CheckoutOptionsMarketplaceOrder:
type: object
required:
Expand Down Expand Up @@ -2478,6 +2491,8 @@ components:
$ref: '#/components/schemas/AdditionalFee'
walletType:
$ref: '#/components/schemas/WalletKind'
useWithTrails:
type: boolean
Marketplace_GenerateSellTransaction_Request:
type: object
properties:
Expand All @@ -2501,6 +2516,8 @@ components:
$ref: '#/components/schemas/AdditionalFee'
walletType:
$ref: '#/components/schemas/WalletKind'
useWithTrails:
type: boolean
Marketplace_GenerateListingTransaction_Request:
type: object
properties:
Expand Down Expand Up @@ -2882,6 +2899,8 @@ components:
Marketplace_GenerateBuyTransaction_Response:
type: object
properties:
resp:
$ref: '#/components/schemas/GenerateBuySellTransactionResponse'
steps:
type: array
description: '[]Step'
Expand All @@ -2890,6 +2909,8 @@ components:
Marketplace_GenerateSellTransaction_Response:
type: object
properties:
resp:
$ref: '#/components/schemas/GenerateBuySellTransactionResponse'
steps:
type: array
description: '[]Step'
Expand Down