@hectare/platform.clients.trading 1.1.49 → 1.1.50

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.
@@ -196,6 +196,7 @@ export type BidDetail = {
196
196
  tradeRequestId?: string;
197
197
  relistedFromListingId?: string;
198
198
  pending?: boolean;
199
+ requiresContract?: boolean;
199
200
  };
200
201
  userId: string;
201
202
  userFullName: string;
@@ -193,6 +193,7 @@ export type ListingDetail = {
193
193
  tradeRequestId?: string;
194
194
  relistedFromListingId?: string;
195
195
  pending?: boolean;
196
+ requiresContract?: boolean;
196
197
  marketBuyers: Array<{
197
198
  authPlatformId?: string;
198
199
  emailAddress?: string;
@@ -433,6 +434,7 @@ export type ListingDetail = {
433
434
  tradeRequestId?: string;
434
435
  relistedFromListingId?: string;
435
436
  pending?: boolean;
437
+ requiresContract?: boolean;
436
438
  };
437
439
  userId: string;
438
440
  userFullName: string;
@@ -193,4 +193,5 @@ export type ListingSummary = {
193
193
  tradeRequestId?: string;
194
194
  relistedFromListingId?: string;
195
195
  pending?: boolean;
196
+ requiresContract?: boolean;
196
197
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",