@hectare/platform.clients.customers 1.1.87 → 1.1.89

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.
@@ -1,5 +1,6 @@
1
1
  export type BusinessDetail = {
2
2
  id: string;
3
+ status: string;
3
4
  businessUnitId: string;
4
5
  organisationId: string;
5
6
  primary: boolean;
@@ -91,5 +92,6 @@ export type BusinessDetail = {
91
92
  callingCode: string;
92
93
  number: string;
93
94
  };
95
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
94
96
  }>;
95
97
  };
@@ -6,6 +6,7 @@ export type BusinessUnitsDetail = {
6
6
  tags: Array<string>;
7
7
  business?: {
8
8
  id: string;
9
+ status: string;
9
10
  businessUnitId: string;
10
11
  organisationId: string;
11
12
  primary: boolean;
@@ -97,6 +98,7 @@ export type BusinessUnitsDetail = {
97
98
  callingCode: string;
98
99
  number: string;
99
100
  };
101
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
100
102
  }>;
101
103
  };
102
104
  };
@@ -15,6 +15,7 @@ export type BusinessUnitsDetails = {
15
15
  tags: Array<string>;
16
16
  business?: {
17
17
  id: string;
18
+ status: string;
18
19
  businessUnitId: string;
19
20
  organisationId: string;
20
21
  primary: boolean;
@@ -106,6 +107,7 @@ export type BusinessUnitsDetails = {
106
107
  callingCode: string;
107
108
  number: string;
108
109
  };
110
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
109
111
  }>;
110
112
  };
111
113
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",