From 0409b2731114a1d4ecee7237969c0ad6f6f296cf Mon Sep 17 00:00:00 2001 From: Borja <158476064+borja-writefull@users.noreply.github.com> Date: Tue, 21 Oct 2025 07:42:31 +0200 Subject: [PATCH] Writefull to BigQuery new events and clean up (#29191) GitOrigin-RevId: dc01a585f451513dcb1eb37ce6e5fdf906eb7ef6 --- .../web/frontend/js/shared/context/types/writefull-instance.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/js/shared/context/types/writefull-instance.ts b/services/web/frontend/js/shared/context/types/writefull-instance.ts index 8a11a4a20b..01b65ffe3f 100644 --- a/services/web/frontend/js/shared/context/types/writefull-instance.ts +++ b/services/web/frontend/js/shared/context/types/writefull-instance.ts @@ -3,8 +3,6 @@ export interface WritefullEvents { method: 'email-password' | 'login-with-overleaf' isPremium: boolean } - 'writefull-received-suggestions': { numberOfSuggestions: number } - 'writefull-register-as-auto-account': { email: string } 'writefull-ai-assist-show-paywall': { origin?: string } }