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",