@hectare/platform.clients.trading 1.1.47 → 1.1.48

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.
@@ -201,6 +201,8 @@ export type ContractDetail = {
201
201
  };
202
202
  buyer: {
203
203
  id?: string;
204
+ businessId?: string;
205
+ businessUnitId?: string;
204
206
  createdAtUTC?: string;
205
207
  name?: string;
206
208
  location?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",