We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b128e commit 3c83d40Copy full SHA for 3c83d40
1 file changed
lib/supabase/types.ts
@@ -470,6 +470,10 @@ export type Database = {
470
Args: { p_jargon_id: string }
471
Returns: boolean
472
}
473
+ remove_translation: {
474
+ Args: { p_translation_id: string }
475
+ Returns: boolean
476
+ }
477
search_jargons: {
478
Args: {
479
category_acronyms?: string[]
@@ -565,6 +569,10 @@ export type Database = {
565
569
jargon_slug: string
566
570
}[]
567
571
572
+ update_translation: {
573
+ Args: { p_name: string; p_translation_id: string }
574
575
568
576
577
Enums: {
578
[_ in never]: never
0 commit comments