Skip to content

Commit 542e554

Browse files
bloveclaude
andauthored
chore(docs): regenerate telemetry api-docs (unblocks deploy job) (#377)
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) <noreply@anthropic.com>
1 parent 005043c commit 542e554

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

apps/website/content/docs/telemetry/api/api-docs.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,25 @@
406406
},
407407
"examples": []
408408
},
409+
{
410+
"name": "isPersonalEmailDomain",
411+
"kind": "function",
412+
"description": "",
413+
"signature": "isPersonalEmailDomain(domain: string | null | undefined): boolean",
414+
"params": [
415+
{
416+
"name": "domain",
417+
"type": "string | null | undefined",
418+
"description": "",
419+
"optional": false
420+
}
421+
],
422+
"returns": {
423+
"type": "boolean",
424+
"description": ""
425+
},
426+
"examples": []
427+
},
409428
{
410429
"name": "normalizePostHogHost",
411430
"kind": "function",

0 commit comments

Comments
 (0)