@hectare/platform.clients.trading 1.1.89 → 1.1.91
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
|
@@ -158,6 +158,7 @@ export type ListingDetail = {
|
|
|
158
158
|
max: number | null;
|
|
159
159
|
}> | null;
|
|
160
160
|
hasSampled: boolean | null;
|
|
161
|
+
customMeasures: boolean | null;
|
|
161
162
|
};
|
|
162
163
|
activeBids: number;
|
|
163
164
|
bidInfo?: {
|
|
@@ -407,6 +408,7 @@ export type ListingDetail = {
|
|
|
407
408
|
max: number | null;
|
|
408
409
|
}> | null;
|
|
409
410
|
hasSampled: boolean | null;
|
|
411
|
+
customMeasures: boolean | null;
|
|
410
412
|
};
|
|
411
413
|
activeBids: number;
|
|
412
414
|
bidInfo?: {
|