@hectare/platform.clients.trading 1.1.239 → 1.1.240

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.
@@ -261,22 +261,6 @@ export type ListingDetail = {
261
261
  }> | null;
262
262
  tags: Array<string>;
263
263
  inventoryCount?: number;
264
- acceptedBids: Array<{
265
- bidId: string;
266
- organisationName: string;
267
- weight: number;
268
- price: {
269
- amount: number;
270
- currency: string;
271
- } | null;
272
- contractId: string;
273
- movementPeriod: {
274
- startDateUTC: string;
275
- endDateUTC: string;
276
- type: 'date' | 'month';
277
- };
278
- acceptedAtUTC: string | null;
279
- }>;
280
264
  bids: Array<{
281
265
  id: string;
282
266
  listingId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.239",
3
+ "version": "1.1.240",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",