@cloudbase/types 3.3.5 → 3.3.6

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.
Files changed (2) hide show
  1. package/auth.d.ts +1 -0
  2. package/package.json +2 -2
package/auth.d.ts CHANGED
@@ -42,6 +42,7 @@ export interface IUserInfo {
42
42
  qqMiniOpenId?: string
43
43
  customUserId?: string
44
44
  name?: string
45
+ displayName?: string
45
46
  gender?: string
46
47
  email?: string
47
48
  username?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/types",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "description": "cloudbase javascript sdk types",
5
5
  "files": [
6
6
  "index.js",
@@ -43,5 +43,5 @@
43
43
  "lint": "eslint --fix \"./**/*.ts\"",
44
44
  "precommit": "npm run lint"
45
45
  },
46
- "gitHead": "c49e85b029e204845cc7e402aef4ca7af89b7875"
46
+ "gitHead": "5f5ab76c7ae9ee08aba7da7da94d36a353068d06"
47
47
  }