mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 22:51:13 -05:00
Refactor: Update Novu theme integration
This commit is contained in:
@@ -1362,6 +1362,19 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user