From 962363a33cce8b016c3c0c7ed3a527d7c316a84b Mon Sep 17 00:00:00 2001 From: Brian Love Date: Sat, 16 May 2026 13:58:29 -0700 Subject: [PATCH] chore(docs): regenerate telemetry api-docs (unblocks deploy job) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apps/website/content/docs/telemetry/api/api-docs.json drifted 19 lines on main — a recent telemetry change added a public API entry but didn't regenerate the docs. The `Verify generated API docs are committed` step in Website — lint / build has been failing on every push to main since, and that job gates the entire Deploy → Vercel job (which is the one that auto-deploys demo.cacheplane.ai + cacheplane.ai + cockpit.cacheplane.ai + examples.cacheplane.ai). Result: the demo has been stuck on a stale build despite the auto- deploy wiring being correct. Regenerated via `npm run generate-api- docs`; diff is purely additive (19 inserts, 0 deletes). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../content/docs/telemetry/api/api-docs.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apps/website/content/docs/telemetry/api/api-docs.json b/apps/website/content/docs/telemetry/api/api-docs.json index cf7df9074..c3af8655f 100644 --- a/apps/website/content/docs/telemetry/api/api-docs.json +++ b/apps/website/content/docs/telemetry/api/api-docs.json @@ -406,6 +406,25 @@ }, "examples": [] }, + { + "name": "isPersonalEmailDomain", + "kind": "function", + "description": "", + "signature": "isPersonalEmailDomain(domain: string | null | undefined): boolean", + "params": [ + { + "name": "domain", + "type": "string | null | undefined", + "description": "", + "optional": false + } + ], + "returns": { + "type": "boolean", + "description": "" + }, + "examples": [] + }, { "name": "normalizePostHogHost", "kind": "function",