@dao42/d42paas-front 0.7.52 → 0.7.56

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
@@ -27,10 +27,30 @@ export type DockerStatus = 'RUNNING' | 'STOP';
27
27
 
28
28
  // export type Replay = 'stop' | 'disabled' | 'pause';
29
29
  interface MessageType {
30
+ /**
31
+ * The message type is use to show up the playground status.
32
+ */
30
33
  playgroundStatus?: PlaygroundStatus;
34
+
35
+ /**
36
+ * The message type is used to show up the docker status.
37
+ */
31
38
  dockerStatus?: DockerStatus;
39
+
40
+ /**
41
+ * The message type is used to list the users in the room
42
+ */
32
43
  userList?: UserInfo[];
44
+
45
+ /**
46
+ * The message type is used to identify the user you following.
47
+ */
33
48
  followingUser?: UserInfo;
49
+
50
+ /**
51
+ * The message type is used to indicate the users who following you.
52
+ */
53
+ usersFollowYou?: UserInfo[];
34
54
  }
35
55
 
36
56
  interface ErrorType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.52",
3
+ "version": "0.7.56",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",