@hectare/platform.clients.trading 1.1.105 → 1.1.106
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
|
@@ -166,6 +166,7 @@ export type ListingDetail = {
|
|
|
166
166
|
acceptedCount: number;
|
|
167
167
|
activeCount: number;
|
|
168
168
|
expiredCount: number;
|
|
169
|
+
withdrawnCount?: number;
|
|
169
170
|
nextExpiryUTC: string | null;
|
|
170
171
|
prevExpiryUTC: string | null;
|
|
171
172
|
minPrice: {
|
|
@@ -416,6 +417,7 @@ export type ListingDetail = {
|
|
|
416
417
|
acceptedCount: number;
|
|
417
418
|
activeCount: number;
|
|
418
419
|
expiredCount: number;
|
|
420
|
+
withdrawnCount?: number;
|
|
419
421
|
nextExpiryUTC: string | null;
|
|
420
422
|
prevExpiryUTC: string | null;
|
|
421
423
|
minPrice: {
|