@ampsec/platform-client 27.4.1 → 28.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.
@@ -4,8 +4,10 @@ export type SaasUserUpsertDto = ChangeAwareUpsertDto & {
4
4
  uid: string;
5
5
  /** Connector Id */
6
6
  cid: string;
7
- /** External Id */
7
+ /** External email */
8
8
  email: string;
9
+ /** External Id */
10
+ extId: string;
9
11
  /** Additional information specific to this Saas User */
10
12
  meta: unknown;
11
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "27.4.1",
3
+ "version": "28.0.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -5,8 +5,10 @@ export type SaasUserUpsertDto = ChangeAwareUpsertDto & {
5
5
  uid: string;
6
6
  /** Connector Id */
7
7
  cid: string;
8
- /** External Id */
8
+ /** External email */
9
9
  email: string;
10
+ /** External Id */
11
+ extId: string;
10
12
  /** Additional information specific to this Saas User */
11
13
  meta: unknown;
12
14
  };