@hectare/platform.clients.trading 1.1.3 → 1.1.4

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.
@@ -281,6 +281,7 @@ export type ContractDetail = {
281
281
  enabled: boolean;
282
282
  eligible: boolean;
283
283
  } | null;
284
+ salesforceId?: string;
284
285
  };
285
286
  deliveries?: Array<{
286
287
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",