@dao42/d42paas-front 0.7.22 → 0.7.23

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/dist/editor.d.ts CHANGED
@@ -18,7 +18,7 @@ export type TReplay = 'stop' | 'disabled' | 'pause';
18
18
  export type T_DockerStatus = 'RUNNING' | 'STOP';
19
19
 
20
20
  /**
21
- * UserInfo for caller.
21
+ * JS API
22
22
  */
23
23
  interface TUserInfo {
24
24
  playgroundId?: string;
@@ -31,14 +31,6 @@ interface TUserInfo {
31
31
  role?: string;
32
32
  avatar?: string;
33
33
  onlineCount?: number;
34
- // [x: string]:
35
- // | string
36
- // | number
37
- // | qs.ParsedQs
38
- // | string[]
39
- // | number[]
40
- // | qs.ParsedQs[];
41
- // [x: string]: string | qs.ParsedQs | string[] | qs.ParsedQs[];
42
34
  }
43
35
 
44
36
  /**
@@ -66,7 +58,7 @@ interface TConstructor {
66
58
  * init the playground with the env.
67
59
  *
68
60
  */
69
- env?: string;
61
+ passdomain?: string;
70
62
 
71
63
  /**
72
64
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.22",
3
+ "version": "0.7.23",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",