@ampsec/platform-client 39.0.0 → 40.0.0

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.
@@ -49,7 +49,7 @@ export type UserDto = ChangeAwareDto & UserUpsertDto & {
49
49
  /** User title */
50
50
  title: string;
51
51
  /** Type of user, e.g user, bot, service accounts, ... */
52
- globalUserType: GlobalUserType;
52
+ userType: GlobalUserType;
53
53
  /** Health score associated with the user */
54
54
  score: number;
55
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "39.0.0",
3
+ "version": "40.0.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -53,7 +53,7 @@ export type UserDto = ChangeAwareDto &
53
53
  /** User title */
54
54
  title: string;
55
55
  /** Type of user, e.g user, bot, service accounts, ... */
56
- globalUserType: GlobalUserType;
56
+ userType: GlobalUserType;
57
57
  /** Health score associated with the user */
58
58
  score: number;
59
59
  };