@1claw/openapi-spec 0.47.3 → 0.48.1
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.
- package/README.md +8 -1
- package/openapi.json +7844 -6511
- package/openapi.yaml +984 -144
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,14 @@ openapi-generator generate \
|
|
|
40
40
|
import spec from "@1claw/openapi-spec/openapi.json";
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
## What's in the spec (v0.
|
|
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
|
|
44
51
|
|
|
45
52
|
### Turnkey parity (v0.47)
|
|
46
53
|
- **Portfolio** — `GET /v1/portfolio` (unified balance aggregator)
|