Skip to content

Commit e937c96

Browse files
[AUTOMATED] Update: proto/clients/marketplace.gen.ts
1 parent fcfa136 commit e937c96

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/marketplace/src/marketplace.gen.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// marketplace-api 8535c64d0c715b5b14537454f62633dbfae6288c
2+
// marketplace-api dcacc720f7916d3ba392b7467260ddd610d76bd4
33
// --
44
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
55
//
@@ -8,7 +8,7 @@
88
export const WebrpcHeader = 'Webrpc'
99

1010
export const WebrpcHeaderValue =
11-
'[email protected];[email protected];[email protected]8535c64d0c715b5b14537454f62633dbfae6288c'
11+
'[email protected];[email protected];[email protected]dcacc720f7916d3ba392b7467260ddd610d76bd4'
1212

1313
// WebRPC description and code-gen version
1414
export const WebRPCVersion = 'v1'
@@ -17,7 +17,7 @@ export const WebRPCVersion = 'v1'
1717
export const WebRPCSchemaVersion = ''
1818

1919
// Schema hash generated from your RIDL schema
20-
export const WebRPCSchemaHash = '8535c64d0c715b5b14537454f62633dbfae6288c'
20+
export const WebRPCSchemaHash = 'dcacc720f7916d3ba392b7467260ddd610d76bd4'
2121

2222
type WebrpcGenVersions = {
2323
webrpcGenVersion: string
@@ -356,6 +356,13 @@ export interface CollectiblesFilter {
356356
ordersNotCreatedBy?: Array<string>
357357
inCurrencyAddresses?: Array<string>
358358
notInCurrencyAddresses?: Array<string>
359+
prices?: Array<PriceFilter>
360+
}
361+
362+
export interface PriceFilter {
363+
contractAddress: string
364+
min?: string
365+
max?: string
359366
}
360367

361368
export interface Order {

0 commit comments

Comments
 (0)