add doctor feedback

This commit is contained in:
Danel Kungla
2025-10-28 16:09:06 +02:00
parent b5b01648fc
commit 8bc6089a7f
28 changed files with 820 additions and 95 deletions

View File

@@ -623,6 +623,7 @@ export type Database = {
created_at: string
id: string
input: Json
is_visible_to_customer: boolean
latest_data_change: string
prompt_id: string
prompt_name: string
@@ -633,6 +634,7 @@ export type Database = {
created_at?: string
id?: string
input: Json
is_visible_to_customer?: boolean
latest_data_change: string
prompt_id: string
prompt_name: string
@@ -643,6 +645,7 @@ export type Database = {
created_at?: string
id?: string
input?: Json
is_visible_to_customer?: boolean
latest_data_change?: string
prompt_id?: string
prompt_name?: string