@hectare/platform.clients.customers 1.1.87 → 1.1.88

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.
@@ -91,5 +91,6 @@ export type BusinessDetail = {
91
91
  callingCode: string;
92
92
  number: string;
93
93
  };
94
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
94
95
  }>;
95
96
  };
@@ -97,6 +97,7 @@ export type BusinessUnitsDetail = {
97
97
  callingCode: string;
98
98
  number: string;
99
99
  };
100
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
100
101
  }>;
101
102
  };
102
103
  };
@@ -106,6 +106,7 @@ export type BusinessUnitsDetails = {
106
106
  callingCode: string;
107
107
  number: string;
108
108
  };
109
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
109
110
  }>;
110
111
  };
111
112
  }>;
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.88",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",