@5minds/processcube_engine_sdk 6.0.0-develop-13036f-lzv6m4fm → 6.0.0-develop-e21e9b-lzwjnkis

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.
@@ -36,10 +36,4 @@ export type Identity = {
36
36
  * Should be set, when the auth token belongs to an anonymous user.
37
37
  */
38
38
  anonymousSessionId?: string;
39
- /**
40
- * Lists the claims contained with the identity.
41
- */
42
- claims: {
43
- [key: string]: boolean;
44
- };
45
39
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "6.0.0-develop-13036f-lzv6m4fm",
3
+ "version": "6.0.0-develop-e21e9b-lzwjnkis",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",