@hectare/platform.clients.trading 1.1.89 → 1.1.90

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.
@@ -161,6 +161,7 @@ export type BidDetail = {
161
161
  max: number | null;
162
162
  }> | null;
163
163
  hasSampled: boolean | null;
164
+ customMeasures: boolean | null;
164
165
  };
165
166
  activeBids: number;
166
167
  bidInfo?: {
@@ -158,6 +158,7 @@ export type ListingDetail = {
158
158
  max: number | null;
159
159
  }> | null;
160
160
  hasSampled: boolean | null;
161
+ customMeasures: boolean | null;
161
162
  };
162
163
  activeBids: number;
163
164
  bidInfo?: {
@@ -407,6 +408,7 @@ export type ListingDetail = {
407
408
  max: number | null;
408
409
  }> | null;
409
410
  hasSampled: boolean | null;
411
+ customMeasures: boolean | null;
410
412
  };
411
413
  activeBids: number;
412
414
  bidInfo?: {
@@ -158,6 +158,7 @@ export type ListingSummary = {
158
158
  max: number | null;
159
159
  }> | null;
160
160
  hasSampled: boolean | null;
161
+ customMeasures: boolean | null;
161
162
  };
162
163
  activeBids: number;
163
164
  bidInfo?: {
@@ -159,6 +159,7 @@ export type SearchResultsListingSchema = {
159
159
  max: number | null;
160
160
  }> | null;
161
161
  hasSampled: boolean | null;
162
+ customMeasures: boolean | null;
162
163
  };
163
164
  activeBids: number;
164
165
  bidInfo?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",