@1claw/openapi-spec 0.59.0 → 0.59.5

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.
Files changed (4) hide show
  1. package/README.md +11 -1
  2. package/openapi.json +1106 -12
  3. package/openapi.yaml +801 -77
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @1claw/openapi-spec (v0.58.0)
1
+ # @1claw/openapi-spec (v0.59.4)
2
2
 
3
3
  OpenAPI 3.1.0 specification for the [1Claw Vault API](https://1claw.xyz). Use this package to generate API clients in any language.
4
4
 
@@ -40,6 +40,16 @@ openapi-generator generate \
40
40
  import spec from "@1claw/openapi-spec/openapi.json";
41
41
  ```
42
42
 
43
+ ## What's in the spec (v0.59.4)
44
+
45
+ ### Platform connection expansion (v0.59.4)
46
+ - **Portfolio** — `GET /v1/platform/connections/{id}/portfolio` and alias `GET .../balances` (plt_ auth; optional `?chains=`, `?include_tokens=`)
47
+ - **Pending approval create** — `POST /v1/platform/connections/{id}/pending-approvals` (plt_ auth; returns **202** with `pending_approval_id`)
48
+ - **Connection automations** — `GET/POST .../automations`, `POST .../automations/{aid}/runs/{rid}/cancel`
49
+ - **Connection memory** — `GET/PUT/DELETE .../memory/{namespace}/{key}` (optional `?agent_id=`)
50
+ - **Content inspection** — `POST /v1/shroud/inspect-content` (MCP `inspect_content` parity; plt_, agent JWT, user JWT)
51
+ - **Signing keys + agent patch** — `GET .../signing-keys`, `PATCH .../agents/{aid}` (v0.59.3, documented here for completeness)
52
+
43
53
  ## What's in the spec (v0.58.0)
44
54
 
45
55
  ### Platform control plane (v0.58)