Refactor Novu registration to frontend

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 13:16:06 +00:00
parent b3ecc19717
commit 69aa186e12
5 changed files with 241 additions and 13 deletions

View File

@@ -1362,19 +1362,6 @@ export type Database = {
}
Returns: undefined
}
migrate_existing_users_to_novu: {
Args: Record<PropertyKey, never>
Returns: {
email: string
error_message: string
success: boolean
user_id: string
}[]
}
register_novu_subscriber: {
Args: { _user_id: string }
Returns: boolean
}
update_company_ratings: {
Args: { target_company_id: string }
Returns: undefined