@1claw/openapi-spec 0.44.3 → 0.46.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 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.44.0 — API `info.version` 2.33.0)
43
+ ## What's in the spec (v0.44.4 — API `info.version` 2.33.0)
44
+
45
+ ### OAuth & Platform enhancements (0.44.4)
46
+ - **OAuth token revocation** — `POST /v1/oauth/revoke` (RFC 7009 token revocation)
47
+ - **Consent revocation** — `DELETE /v1/oauth/consents/{app_id}` (user revokes consent for a specific app)
48
+ - **Platform marketplace** — `GET /v1/platform/marketplace` (public listing of approved platform apps)
49
+ - **App statistics** — `GET /v1/platform/apps/{id}/stats` (usage and connection statistics for a platform app)
50
+ - **Webhook secret rotation** — `POST /v1/platform/apps/{id}/rotate-webhook-secret` (rotate a platform app's webhook signing secret)
44
51
 
45
52
  ### Automations v2 & Channels (2.33)
46
53
  - **Automations v2** — Workflow engine with multi-step pipelines, 14 step types, `{{...}}` template variables, conditional logic (`skip_if`/`run_if`), 10 marketing presets, webhook/event/cron/manual triggers. Enriched list API with `last_run_status`, `total_runs`, `success_rate`, `agent_name`. Run detail with `context` JSONB. Assist NL→workflow drafting.