@1claw/openapi-spec 0.47.1 → 0.48.0

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 +17 -1
  2. package/openapi.json +8289 -6953
  3. package/openapi.yaml +989 -147
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,23 @@ openapi-generator generate \
40
40
  import spec from "@1claw/openapi-spec/openapi.json";
41
41
  ```
42
42
 
43
- ## What's in the spec (v0.44.4 — API `info.version` 2.33.0)
43
+ ## What's in the spec (v0.48.0)
44
+
45
+ ### Cedar/OPA Enforcement v2 (v0.48)
46
+ - **Policy backend** — `GET/PATCH /v1/org/settings/policy-backend`, `GET /v1/org/policy-shadow-report`
47
+ - **Contract ABIs** — `POST/GET/DELETE /v1/org/contract-abis`, `GET /v1/org/contract-abis/{id}`
48
+ - **Pending approvals** — `POST/GET /v1/pending-approvals`, approve/execute/cancel sub-routes
49
+ - **Consensus triggers** — `consensus_trigger` on access policy schemas
50
+ - **Dynamic enforcement_status** — Cedar/OPA policy and test responses
51
+
52
+ ### Turnkey parity (v0.47)
53
+ - **Portfolio** — `GET /v1/portfolio` (unified balance aggregator)
54
+ - **Cedar policies** — `POST/GET/DELETE /v1/org/cedar-policies`, dry-run `POST .../test` (Team+ tier)
55
+ - **OPA policies** — `POST/GET/DELETE /v1/org/opa-policies`, dry-run `POST .../test` (Business+ tier)
56
+ - **Sub-organizations** — `POST/GET/DELETE /v1/org/sub-orgs`, permissions, users, wallet generation
57
+ - **Smart account import** — `POST /v1/agents/{id}/smart-accounts/import`
58
+ - **Signing key BYOK** — `POST /v1/agents/{id}/signing-keys/{chain}/import` (human-only, `X-Auth-Confirm`)
59
+ - **Treasury wallet import** — `POST /v1/treasury/wallets/{chain}/import` (human-only, multi-chain send)
44
60
 
45
61
  ### OAuth & Platform enhancements (0.44.4)
46
62
  - **OAuth token revocation** — `POST /v1/oauth/revoke` (RFC 7009 token revocation)