@cloudbase/types 2.5.7-beta.0 → 2.5.20-beta.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.
package/auth.d.ts CHANGED
@@ -23,7 +23,6 @@ export interface IUserInfo {
23
23
  unionId?: string;
24
24
  qqMiniOpenId?: string;
25
25
  customUserId?: string;
26
- // nickName?: string;
27
26
  name?: string;
28
27
  gender?: string;
29
28
  email?: string;
@@ -50,13 +49,7 @@ export interface IUser extends IUserInfo {
50
49
  refresh: () => Promise<IUserInfo>;
51
50
  }
52
51
  export interface ILoginState {
53
- // credential: ICredential;
54
52
  user: IUser;
55
- // isAnonymousAuth: boolean;
56
- // isCustomAuth: boolean;
57
- // isWeixinAuth: boolean;
58
- // isUsernameAuth: boolean;
59
- // loginType: string;
60
53
  }
61
54
  export interface ICloudbaseAuth {
62
55
  config: ICloudbaseConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/types",
3
- "version": "2.5.7-beta.0",
3
+ "version": "2.5.20-beta.0",
4
4
  "description": "cloudbase javascript sdk types",
5
5
  "files": [
6
6
  "index.js",
@@ -47,12 +47,5 @@
47
47
  "eslint --fix"
48
48
  ]
49
49
  },
50
- "devDependencies": {
51
- "@tencent/eslint-config-tencent": "^1.0.4",
52
- "@typescript-eslint/eslint-plugin": "^5.40.0",
53
- "@typescript-eslint/parser": "^5.40.0",
54
- "eslint": "^7.7.0",
55
- "lint-staged": "^13.0.3"
56
- },
57
- "gitHead": "ad1df65a3d130460e12a7550671f610bf2a40fef"
50
+ "gitHead": "44cfc8c71c4f51a70ce7afeb42c9d904bba7a869"
58
51
  }
package/realtime.d.ts CHANGED
@@ -41,8 +41,6 @@ export type IRequestMessage =
41
41
 
42
42
  export interface IRequestMessageLoginData {
43
43
  envId: string
44
- // signStr: string
45
- // secretVersion: number
46
44
  accessToken: string
47
45
  referrer: 'web'
48
46
  sdkVersion: string