@hectare/platform.clients.trading 1.1.26 → 1.1.28
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
|
@@ -79,6 +79,7 @@ export type ListingDetail = {
|
|
|
79
79
|
amount: number;
|
|
80
80
|
currency: string;
|
|
81
81
|
} | null;
|
|
82
|
+
isBasePremOnly: boolean;
|
|
82
83
|
};
|
|
83
84
|
inventory: {
|
|
84
85
|
type: 'crop' | 'produce';
|
|
@@ -286,6 +287,7 @@ export type ListingDetail = {
|
|
|
286
287
|
amount: number;
|
|
287
288
|
currency: string;
|
|
288
289
|
} | null;
|
|
290
|
+
isBasePremOnly: boolean;
|
|
289
291
|
};
|
|
290
292
|
inventory: {
|
|
291
293
|
type: 'crop' | 'produce';
|