@hectare/platform.clients.trading 1.1.153 → 1.1.155

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.
@@ -244,13 +244,13 @@ export type ContractDetail = {
244
244
  createdAtUTC?: string | null;
245
245
  } | null;
246
246
  ownerContact: {
247
- id?: string;
248
- email?: string;
249
- familyName?: string;
250
- givenName?: string;
247
+ id: string;
248
+ email: string;
249
+ familyName: string;
250
+ givenName: string;
251
251
  authPlatformId?: string;
252
- organisationId?: string;
253
- countryISO?: 'GB' | 'US' | 'ZA' | 'FR';
252
+ organisationId: string;
253
+ countryISO: 'GB' | 'US' | 'ZA' | 'FR';
254
254
  phone?: {
255
255
  callingCode: string;
256
256
  number: string;
@@ -241,6 +241,7 @@ export type ListingDetail = {
241
241
  userId: string;
242
242
  }> | null;
243
243
  tags: Array<string>;
244
+ inventoryCount?: number;
244
245
  acceptedBids?: Array<{
245
246
  bidId: string;
246
247
  organisationName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.153",
3
+ "version": "1.1.155",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",