@openbox/shared-types 0.1.76 → 0.1.77

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.
@@ -41,6 +41,7 @@ export interface LoggedUserInfoWorkspace {
41
41
  branch: LoggedUserInfoWorkspaceBranch;
42
42
  }
43
43
  export interface LoggedUserInfo {
44
+ id: string;
44
45
  unique: string;
45
46
  email: string;
46
47
  names: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -47,6 +47,7 @@ export interface LoggedUserInfoWorkspace {
47
47
  }
48
48
 
49
49
  export interface LoggedUserInfo {
50
+ id: string
50
51
  unique: string
51
52
  email: string
52
53
  names: string