@hectare/platform.clients.customers 1.1.22 → 1.1.23

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.
@@ -175,6 +175,7 @@ export type CreateOrganisationResponse = {
175
175
  };
176
176
  groups?: Array<string>;
177
177
  roles?: Array<string>;
178
+ userTypes?: Array<string>;
178
179
  profiles?: Array<{
179
180
  organisationId: string;
180
181
  businessUnits: Array<string>;
@@ -32,6 +32,7 @@ export type SearchResultsUserDetailSchema = {
32
32
  };
33
33
  groups?: Array<string>;
34
34
  roles?: Array<string>;
35
+ userTypes?: Array<string>;
35
36
  profiles?: Array<{
36
37
  organisationId: string;
37
38
  businessUnits: Array<string>;
@@ -68,4 +68,5 @@ export type UserBasicInfo = {
68
68
  listingsWelcomeRead: boolean;
69
69
  };
70
70
  authPlatformId?: string;
71
+ userTypes?: Array<string>;
71
72
  };
@@ -31,6 +31,7 @@ export type UserDetail = {
31
31
  };
32
32
  groups?: Array<string>;
33
33
  roles?: Array<string>;
34
+ userTypes?: Array<string>;
34
35
  profiles?: Array<{
35
36
  organisationId: string;
36
37
  businessUnits: Array<string>;
@@ -175,6 +175,7 @@ export type UserProfile = {
175
175
  };
176
176
  groups?: Array<string>;
177
177
  roles?: Array<string>;
178
+ userTypes?: Array<string>;
178
179
  profiles?: Array<{
179
180
  organisationId: string;
180
181
  businessUnits: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",