@parall/parall 1.58.1 → 1.58.2

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.
@@ -55023,7 +55023,8 @@ var ParallClient = class _ParallClient extends AttachmentClient {
55023
55023
  * `404 NOT_FOUND`. An installed cross-org clip with no connection yet lists
55024
55024
  * as an empty array — including one whose approved auth mode cannot be
55025
55025
  * configured at all (auth=none), which the write path is what refuses. With
55026
- * `cap:clip-mcp` off the route is not registered at all.
55026
+ * `cap:clip-mcp` off the route is not registered at all. The envelope also
55027
+ * carries `official_oauth_ready` (see MCPConnectionListResponse).
55027
55028
  */
55028
55029
  async listClipMCPConnections(orgId, clipId) {
55029
55030
  return this.request("GET", ENDPOINTS.ORG_CLIP_MCP_CONFIGS(orgId, clipId));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parall/parall",
3
- "version": "1.58.1",
3
+ "version": "1.58.2",
4
4
  "description": "OpenClaw channel plugin for Parall IM",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "openclaw.plugin.json"
17
17
  ],
18
18
  "dependencies": {
19
- "@parall/agent-core": "1.58.1",
20
- "@parall/sdk": "1.58.1"
19
+ "@parall/agent-core": "1.58.2",
20
+ "@parall/sdk": "1.58.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.0.0",