@hectare/platform.clients.customers 1.1.62 → 1.1.64

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.
@@ -99,19 +99,19 @@ export type SearchResultsOrganisationDetailSchema = {
99
99
  }>;
100
100
  }>;
101
101
  facets?: Array<{
102
- displayName?: string;
103
- clearUrl?: string;
104
- disabled?: boolean;
105
- name?: string;
106
- selected?: boolean;
107
- active?: boolean;
108
- terms?: Array<{
109
- name?: string;
110
- url?: string;
111
- hits?: string;
112
- selected?: string;
113
- id?: string;
114
- state?: 'checked disabled' | 'checked' | 'disabled' | '';
102
+ displayName: string;
103
+ clearUrl: string;
104
+ disabled: boolean;
105
+ name: string;
106
+ selected: boolean;
107
+ active: boolean;
108
+ terms: Array<{
109
+ name: string;
110
+ url: string;
111
+ hits: number;
112
+ selected: boolean;
113
+ id: string;
114
+ state: 'checked disabled' | 'checked' | 'disabled' | '';
115
115
  aggregations?: Record<string, {
116
116
  sum?: number;
117
117
  min?: number;
@@ -88,19 +88,19 @@ export type SearchResultsUserDetailSchema = {
88
88
  }>;
89
89
  }>;
90
90
  facets?: Array<{
91
- displayName?: string;
92
- clearUrl?: string;
93
- disabled?: boolean;
94
- name?: string;
95
- selected?: boolean;
96
- active?: boolean;
97
- terms?: Array<{
98
- name?: string;
99
- url?: string;
100
- hits?: string;
101
- selected?: string;
102
- id?: string;
103
- state?: 'checked disabled' | 'checked' | 'disabled' | '';
91
+ displayName: string;
92
+ clearUrl: string;
93
+ disabled: boolean;
94
+ name: string;
95
+ selected: boolean;
96
+ active: boolean;
97
+ terms: Array<{
98
+ name: string;
99
+ url: string;
100
+ hits: number;
101
+ selected: boolean;
102
+ id: string;
103
+ state: 'checked disabled' | 'checked' | 'disabled' | '';
104
104
  aggregations?: Record<string, {
105
105
  sum?: number;
106
106
  min?: number;
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.64",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",