@hectare/platform.clients.trading 1.1.4 → 1.1.5

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.
@@ -223,7 +223,7 @@ export type ContractDetail = {
223
223
  };
224
224
  } | null;
225
225
  countryISO?: 'GB' | 'US' | 'ZA' | 'FR';
226
- status?: 'active' | 'pending' | 'deleted';
226
+ status?: 'active' | 'pending' | 'suspended';
227
227
  companyId?: string;
228
228
  companyHoldingNumber?: string;
229
229
  bio?: string;
@@ -282,6 +282,7 @@ export type ContractDetail = {
282
282
  eligible: boolean;
283
283
  } | null;
284
284
  salesforceId?: string;
285
+ salesforceUpdates?: Array<string>;
285
286
  };
286
287
  deliveries?: Array<{
287
288
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",