@hectare/platform.clients.trading 1.1.88 → 1.1.89
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
|
@@ -199,6 +199,7 @@ export type ListingDetail = {
|
|
|
199
199
|
};
|
|
200
200
|
tradeRequestId?: string;
|
|
201
201
|
relistedFromListingId?: string;
|
|
202
|
+
preferences: Array<string>;
|
|
202
203
|
pending?: boolean;
|
|
203
204
|
feedback?: {
|
|
204
205
|
user: string;
|
|
@@ -447,6 +448,7 @@ export type ListingDetail = {
|
|
|
447
448
|
};
|
|
448
449
|
tradeRequestId?: string;
|
|
449
450
|
relistedFromListingId?: string;
|
|
451
|
+
preferences: Array<string>;
|
|
450
452
|
pending?: boolean;
|
|
451
453
|
feedback?: {
|
|
452
454
|
user: string;
|