@hectare/platform.clients.trading 1.1.151 → 1.1.152
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
|
@@ -118,6 +118,7 @@ export type ListingDetail = {
|
|
|
118
118
|
haulageTypeTASCC?: boolean | null;
|
|
119
119
|
};
|
|
120
120
|
inventory: {
|
|
121
|
+
id?: string;
|
|
121
122
|
type: 'crop' | 'produce';
|
|
122
123
|
harvestYear: string;
|
|
123
124
|
commodity: {
|
|
@@ -380,6 +381,7 @@ export type ListingDetail = {
|
|
|
380
381
|
haulageTypeTASCC?: boolean | null;
|
|
381
382
|
};
|
|
382
383
|
inventory: {
|
|
384
|
+
id?: string;
|
|
383
385
|
type: 'crop' | 'produce';
|
|
384
386
|
harvestYear: string;
|
|
385
387
|
commodity: {
|