@hectare/platform.clients.trading 1.1.88 → 1.1.89

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.
@@ -202,6 +202,7 @@ export type BidDetail = {
202
202
  };
203
203
  tradeRequestId?: string;
204
204
  relistedFromListingId?: string;
205
+ preferences: Array<string>;
205
206
  pending?: boolean;
206
207
  feedback?: {
207
208
  user: string;
@@ -199,6 +199,7 @@ export type ListingDetail = {
199
199
  };
200
200
  tradeRequestId?: string;
201
201
  relistedFromListingId?: string;
202
+ preferences: Array<string>;
202
203
  pending?: boolean;
203
204
  feedback?: {
204
205
  user: string;
@@ -447,6 +448,7 @@ export type ListingDetail = {
447
448
  };
448
449
  tradeRequestId?: string;
449
450
  relistedFromListingId?: string;
451
+ preferences: Array<string>;
450
452
  pending?: boolean;
451
453
  feedback?: {
452
454
  user: string;
@@ -199,6 +199,7 @@ export type ListingSummary = {
199
199
  };
200
200
  tradeRequestId?: string;
201
201
  relistedFromListingId?: string;
202
+ preferences: Array<string>;
202
203
  pending?: boolean;
203
204
  feedback?: {
204
205
  user: string;
@@ -200,6 +200,7 @@ export type SearchResultsListingSchema = {
200
200
  };
201
201
  tradeRequestId?: string;
202
202
  relistedFromListingId?: string;
203
+ preferences: Array<string>;
203
204
  pending?: boolean;
204
205
  feedback?: {
205
206
  user: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.88",
3
+ "version": "1.1.89",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",