@w3osc/openclaw-conduit 1.0.8 → 1.0.9

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.
@@ -5,19 +5,10 @@
5
5
  "name": "Conduit",
6
6
  "description": "Conduit personal communications hub — read messages, emails, and calendar; queue outbound sends for approval.",
7
7
  "configSchema": { "type": "object" },
8
- "uiHints": {
9
- "apiKey": {
10
- "label": "API key",
11
- "placeholder": "sk-arb-...",
12
- "sensitive": true
13
- },
14
- "webhookSecret": {
15
- "label": "Webhook secret",
16
- "sensitive": true
17
- }
18
- },
19
8
  "channelConfigs": {
20
9
  "conduit": {
10
+ "label": "Conduit",
11
+ "description": "Conduit personal communications hub",
21
12
  "schema": {
22
13
  "type": "object",
23
14
  "additionalProperties": false,
@@ -41,6 +32,17 @@
41
32
  "description": "Optional secret Conduit sends as Authorization: Bearer <secret> on each inbound message for request verification."
42
33
  }
43
34
  }
35
+ },
36
+ "uiHints": {
37
+ "apiKey": {
38
+ "label": "API key",
39
+ "placeholder": "sk-arb-...",
40
+ "sensitive": true
41
+ },
42
+ "webhookSecret": {
43
+ "label": "Webhook secret",
44
+ "sensitive": true
45
+ }
44
46
  }
45
47
  }
46
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w3osc/openclaw-conduit",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "OpenClaw channel plugin that connects Conduit as a native messaging channel",
5
5
  "type": "module",
6
6
  "exports": {