@1claw/openapi-spec 0.55.0 → 0.57.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.
- package/README.md +7 -1
- package/openapi.json +16180 -14098
- package/openapi.yaml +1520 -150
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,13 @@ 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.55.0)
|
|
44
|
+
|
|
45
|
+
### Graduated HITL & extended guardrails (v0.54–0.55)
|
|
46
|
+
- **Agent fields** — `tx_approval_policy`, `typed_data_policy`, `simulation_failure_policy`, `raw_signing_policy`, `personal_sign_policy`, `tx_block_unlimited_approvals`, per-recipient limits, USD caps, `allow_erc4337`, `allow_eip7702`, `auto_suspended`, `clear_auto_suspended` (update)
|
|
47
|
+
- **Org freeze** — `POST /v1/org/freeze`, `POST /v1/org/unfreeze` (owner/admin emergency stop)
|
|
48
|
+
- **Sign HITL** — EIP-712 and raw digest intents can return **202** `awaiting_approval` when policy is `approve`
|
|
49
|
+
- **Webhooks** — `tx.awaiting_approval`, `sign.awaiting_approval`, `agent.suspended`, `org.frozen`
|
|
44
50
|
|
|
45
51
|
### Environment Variables (v0.51)
|
|
46
52
|
- **Per-key env vars** — `GET/POST /v1/vaults/{id}/env-vars`, `GET/PATCH/DELETE .../{key}`, `GET .../resolve` with three-tier precedence (org shared < vault < branch override)
|