@hectare/platform.clients.trading 1.1.14 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models/BidDetail.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export type ListingDetail = {
|
|
2
2
|
id: string;
|
|
3
|
-
public?: boolean;
|
|
4
3
|
status: 'active' | 'closed' | 'traded';
|
|
5
4
|
substatus: 'unsold' | 'archived' | null;
|
|
6
5
|
business: {
|
|
@@ -208,7 +207,6 @@ export type ListingDetail = {
|
|
|
208
207
|
listingId: string;
|
|
209
208
|
listing?: {
|
|
210
209
|
id: string;
|
|
211
|
-
public: boolean;
|
|
212
210
|
status: 'active' | 'closed' | 'traded';
|
|
213
211
|
substatus: 'unsold' | 'archived' | null;
|
|
214
212
|
business: {
|