@hectare/platform.clients.trading 1.1.154 → 1.1.155

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.
@@ -241,6 +241,7 @@ export type ListingDetail = {
241
241
  userId: string;
242
242
  }> | null;
243
243
  tags: Array<string>;
244
+ inventoryCount?: number;
244
245
  acceptedBids?: Array<{
245
246
  bidId: string;
246
247
  organisationName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.154",
3
+ "version": "1.1.155",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",