@hectare/platform.clients.trading 1.1.34 → 1.1.35

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
  conversion: number;
197
197
  weight?: number;
198
198
  } | null;
199
+ expiredOfferExpireAtUTC: string | null;
199
200
  isAdvancePayEligible: boolean;
200
201
  advancePayStatus?: string;
201
202
  advancePayContractId: string | null;
@@ -404,6 +404,7 @@ export type ListingDetail = {
404
404
  conversion: number;
405
405
  weight?: number;
406
406
  } | null;
407
+ expiredOfferExpireAtUTC: string | null;
407
408
  isAdvancePayEligible: boolean;
408
409
  advancePayStatus?: string;
409
410
  advancePayContractId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",