@hectare/platform.clients.trading 1.1.49 → 1.1.51

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.
@@ -409,4 +409,5 @@ export type BidDetail = {
409
409
  familyName: string;
410
410
  givenName: string;
411
411
  };
412
+ requiresContract: boolean;
412
413
  };
@@ -646,5 +646,6 @@ export type ListingDetail = {
646
646
  familyName: string;
647
647
  givenName: string;
648
648
  };
649
+ requiresContract: boolean;
649
650
  }>;
650
651
  };
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.51",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",