@hectare/platform.clients.customers 1.1.62 → 1.1.63

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.
@@ -108,8 +108,8 @@ export type SearchResultsOrganisationDetailSchema = {
108
108
  terms?: Array<{
109
109
  name?: string;
110
110
  url?: string;
111
- hits?: string;
112
- selected?: string;
111
+ hits?: number;
112
+ selected?: boolean;
113
113
  id?: string;
114
114
  state?: 'checked disabled' | 'checked' | 'disabled' | '';
115
115
  aggregations?: Record<string, {
@@ -97,8 +97,8 @@ export type SearchResultsUserDetailSchema = {
97
97
  terms?: Array<{
98
98
  name?: string;
99
99
  url?: string;
100
- hits?: string;
101
- selected?: string;
100
+ hits?: number;
101
+ selected?: boolean;
102
102
  id?: string;
103
103
  state?: 'checked disabled' | 'checked' | 'disabled' | '';
104
104
  aggregations?: Record<string, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",