Skip to content

Commit 3c83d40

Browse files
committed
🐛 Sync supabase DB types
1 parent 50b128e commit 3c83d40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/supabase/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ export type Database = {
470470
Args: { p_jargon_id: string }
471471
Returns: boolean
472472
}
473+
remove_translation: {
474+
Args: { p_translation_id: string }
475+
Returns: boolean
476+
}
473477
search_jargons: {
474478
Args: {
475479
category_acronyms?: string[]
@@ -565,6 +569,10 @@ export type Database = {
565569
jargon_slug: string
566570
}[]
567571
}
572+
update_translation: {
573+
Args: { p_name: string; p_translation_id: string }
574+
Returns: boolean
575+
}
568576
}
569577
Enums: {
570578
[_ in never]: never

0 commit comments

Comments
 (0)