@hectare/platform.clients.trading 1.1.79 → 1.1.80
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
|
@@ -207,7 +207,7 @@ export type ListingDetail = {
|
|
|
207
207
|
amount: number;
|
|
208
208
|
currency: string;
|
|
209
209
|
} | null;
|
|
210
|
-
|
|
210
|
+
sellerListingReasonIds: Array<number> | null;
|
|
211
211
|
sellerListingReasonDetail: string | null;
|
|
212
212
|
} | null;
|
|
213
213
|
marketBuyers: Array<{
|
|
@@ -464,7 +464,7 @@ export type ListingDetail = {
|
|
|
464
464
|
amount: number;
|
|
465
465
|
currency: string;
|
|
466
466
|
} | null;
|
|
467
|
-
|
|
467
|
+
sellerListingReasonIds: Array<number> | null;
|
|
468
468
|
sellerListingReasonDetail: string | null;
|
|
469
469
|
} | null;
|
|
470
470
|
};
|
|
@@ -208,7 +208,7 @@ export type SearchResultsListingSchema = {
|
|
|
208
208
|
amount: number;
|
|
209
209
|
currency: string;
|
|
210
210
|
} | null;
|
|
211
|
-
|
|
211
|
+
sellerListingReasonIds: Array<number> | null;
|
|
212
212
|
sellerListingReasonDetail: string | null;
|
|
213
213
|
} | null;
|
|
214
214
|
}>;
|