@hectare/platform.clients.trading 1.1.82 → 1.1.83

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.
@@ -212,7 +212,7 @@ export type ListingDetail = {
212
212
  sellerListingReasonIds: Array<number> | null;
213
213
  sellerListingReasonDetail: string | null;
214
214
  } | null;
215
- marketBuyers: Array<{
215
+ marketBuyers?: Array<{
216
216
  authPlatformId?: string;
217
217
  emailAddress?: string;
218
218
  fullName?: string;
@@ -224,7 +224,7 @@ export type ListingDetail = {
224
224
  organisationName?: string | null;
225
225
  userId: string;
226
226
  }> | null;
227
- bidAlerts: Array<{
227
+ bidAlerts?: Array<{
228
228
  authPlatformId?: string;
229
229
  emailAddress?: string;
230
230
  fullName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.82",
3
+ "version": "1.1.83",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",