@hectare/platform.clients.trading 1.1.26 → 1.1.27
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
|
@@ -160,6 +160,7 @@ export type ListingDetail = {
|
|
|
160
160
|
tradeRequestId?: string;
|
|
161
161
|
relistedFromListingId?: string;
|
|
162
162
|
pending?: boolean;
|
|
163
|
+
isBasePremOnly?: boolean;
|
|
163
164
|
marketBuyers: Array<{
|
|
164
165
|
authPlatformId?: string;
|
|
165
166
|
emailAddress?: string;
|
|
@@ -367,6 +368,7 @@ export type ListingDetail = {
|
|
|
367
368
|
tradeRequestId?: string;
|
|
368
369
|
relistedFromListingId?: string;
|
|
369
370
|
pending?: boolean;
|
|
371
|
+
isBasePremOnly?: boolean;
|
|
370
372
|
};
|
|
371
373
|
userId: string;
|
|
372
374
|
organisationId: string | null;
|