openclaw-xiaoyou 1.3.7 → 1.3.8

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.
@@ -3,18 +3,17 @@
3
3
  "channels": ["xiaoyou"],
4
4
  "configSchema": {
5
5
  "type": "object",
6
+ "additionalProperties": true,
6
7
  "properties": {
7
8
  "wsUrl": {
8
9
  "type": "string",
9
10
  "title": "WebSocket URL",
10
- "description": "企业 WebSocket 服务地址",
11
- "default": "ws://aiws-sim.haiersmarthomes.com:11055/xiaoyou/claw"
11
+ "description": "企业 WebSocket 服务地址"
12
12
  },
13
13
  "authToken": {
14
14
  "type": "string",
15
15
  "title": "Auth Token",
16
- "description": "企业服务认证 Token",
17
- "format": "password"
16
+ "description": "企业服务认证 Token"
18
17
  },
19
18
  "dmSecurity": {
20
19
  "type": "string",
@@ -54,7 +53,6 @@
54
53
  "description": "心跳超时(毫秒)",
55
54
  "default": 10000
56
55
  }
57
- },
58
- "required": ["wsUrl", "authToken"]
56
+ }
59
57
  }
60
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-xiaoyou",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "type": "module",
5
5
  "description": "Xiaoyou channel plugin for OpenClaw — connects enterprise services via persistent outbound WebSocket",
6
6
  "openclaw": {