@hectare/platform.clients.trading 1.1.158 → 1.1.159

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.
@@ -175,7 +175,7 @@ export type BidDetail = {
175
175
  customMeasures: boolean | null;
176
176
  };
177
177
  activeBids: number;
178
- bidInfo?: {
178
+ bidInfo: {
179
179
  count: number;
180
180
  acceptedCount: number;
181
181
  activeCount: number;
@@ -436,7 +436,7 @@ export type ListingDetail = {
436
436
  customMeasures: boolean | null;
437
437
  };
438
438
  activeBids: number;
439
- bidInfo?: {
439
+ bidInfo: {
440
440
  count: number;
441
441
  acceptedCount: number;
442
442
  activeCount: number;
@@ -172,7 +172,7 @@ export type ListingSummary = {
172
172
  customMeasures: boolean | null;
173
173
  };
174
174
  activeBids: number;
175
- bidInfo?: {
175
+ bidInfo: {
176
176
  count: number;
177
177
  acceptedCount: number;
178
178
  activeCount: number;
@@ -176,7 +176,7 @@ export type SearchResultsBidSchema = {
176
176
  customMeasures: boolean | null;
177
177
  };
178
178
  activeBids: number;
179
- bidInfo?: {
179
+ bidInfo: {
180
180
  count: number;
181
181
  acceptedCount: number;
182
182
  activeCount: number;
@@ -173,7 +173,7 @@ export type SearchResultsListingSchema = {
173
173
  customMeasures: boolean | null;
174
174
  };
175
175
  activeBids: number;
176
- bidInfo?: {
176
+ bidInfo: {
177
177
  count: number;
178
178
  acceptedCount: number;
179
179
  activeCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.158",
3
+ "version": "1.1.159",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",