Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATED] Update files from 0xsequence/marketplace-api #699

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions packages/marketplace/src/marketplace.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// marketplace-api 8c729a93a7f162793cbc496f93aeecae1ab4eeaf
// marketplace-api 79591c12c546671e1f326c846b4238673ab4cabe
// --
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
//
Expand All @@ -8,7 +8,7 @@
export const WebrpcHeader = 'Webrpc'

export const WebrpcHeaderValue =
'[email protected];[email protected];[email protected]8c729a93a7f162793cbc496f93aeecae1ab4eeaf'
'[email protected];[email protected];[email protected]79591c12c546671e1f326c846b4238673ab4cabe'

// WebRPC description and code-gen version
export const WebRPCVersion = 'v1'
Expand All @@ -17,7 +17,7 @@ export const WebRPCVersion = 'v1'
export const WebRPCSchemaVersion = ''

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '8c729a93a7f162793cbc496f93aeecae1ab4eeaf'
export const WebRPCSchemaHash = '79591c12c546671e1f326c846b4238673ab4cabe'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -428,6 +428,7 @@ export interface Currency {
export interface OrderData {
orderId: string
quantity: string
tokenId?: string
}

export interface AdditionalFee {
Expand Down