@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.
@@ -163,6 +163,7 @@ export type BidDetail = {
163
163
  tradeRequestId?: string;
164
164
  relistedFromListingId?: string;
165
165
  pending?: boolean;
166
+ isBasePremOnly?: boolean;
166
167
  };
167
168
  userId: string;
168
169
  organisationId: string | null;
@@ -34,6 +34,7 @@ export type CreateListing = {
34
34
  amount: number;
35
35
  currency: string;
36
36
  } | null;
37
+ isBasePremOnly?: boolean;
37
38
  };
38
39
  inventory: {
39
40
  commodity: {
@@ -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;
@@ -160,4 +160,5 @@ export type ListingSummary = {
160
160
  tradeRequestId?: string;
161
161
  relistedFromListingId?: string;
162
162
  pending?: boolean;
163
+ isBasePremOnly?: boolean;
163
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",