@hectare/platform.clients.trading 1.1.157 → 1.1.158

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.
@@ -234,12 +234,12 @@ export type BidDetail = {
234
234
  };
235
235
  userId: string;
236
236
  userFullName: string;
237
- organisationId: string | null;
238
- organisationCreatedAtUTC: string | null;
239
- organisationName: string | null;
240
- organisationLogo: string | null;
241
- organisationVetted: boolean | null;
242
- organisationsInNetwork: boolean | null;
237
+ organisationId: string;
238
+ organisationCreatedAtUTC: string;
239
+ organisationName: string;
240
+ organisationLogo: string;
241
+ organisationVetted: boolean;
242
+ organisationsInNetwork?: boolean;
243
243
  createdAtUTC: string;
244
244
  status: 'active' | 'accepted' | 'withdrawn' | 'expired' | 'expiredOffered' | 'expiredOfferDeclined' | 'closed';
245
245
  expiresAtUTC: string;
@@ -495,12 +495,12 @@ export type ListingDetail = {
495
495
  };
496
496
  userId: string;
497
497
  userFullName: string;
498
- organisationId: string | null;
499
- organisationCreatedAtUTC: string | null;
500
- organisationName: string | null;
501
- organisationLogo: string | null;
502
- organisationVetted: boolean | null;
503
- organisationsInNetwork: boolean | null;
498
+ organisationId: string;
499
+ organisationCreatedAtUTC: string;
500
+ organisationName: string;
501
+ organisationLogo: string;
502
+ organisationVetted: boolean;
503
+ organisationsInNetwork?: boolean;
504
504
  createdAtUTC: string;
505
505
  status: 'active' | 'accepted' | 'withdrawn' | 'expired' | 'expiredOffered' | 'expiredOfferDeclined' | 'closed';
506
506
  expiresAtUTC: string;
@@ -235,12 +235,12 @@ export type SearchResultsBidSchema = {
235
235
  };
236
236
  userId: string;
237
237
  userFullName: string;
238
- organisationId: string | null;
239
- organisationCreatedAtUTC: string | null;
240
- organisationName: string | null;
241
- organisationLogo: string | null;
242
- organisationVetted: boolean | null;
243
- organisationsInNetwork: boolean | null;
238
+ organisationId: string;
239
+ organisationCreatedAtUTC: string;
240
+ organisationName: string;
241
+ organisationLogo: string;
242
+ organisationVetted: boolean;
243
+ organisationsInNetwork?: boolean;
244
244
  createdAtUTC: string;
245
245
  status: 'active' | 'accepted' | 'withdrawn' | 'expired' | 'expiredOffered' | 'expiredOfferDeclined' | 'closed';
246
246
  expiresAtUTC: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.157",
3
+ "version": "1.1.158",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",