MED-188: add health benefit eligibility management

MED-188: add health benefit eligibility management
This commit is contained in:
danelkungla
2025-10-06 11:09:55 +03:00
committed by GitHub
12 changed files with 390 additions and 30 deletions

View File

@@ -557,6 +557,7 @@ export type Database = {
created_by: string | null
has_seen_confirmation: boolean
id: string
is_eligible_for_benefits: boolean
updated_at: string
updated_by: string | null
user_id: string
@@ -568,6 +569,7 @@ export type Database = {
created_by?: string | null
has_seen_confirmation?: boolean
id?: string
is_eligible_for_benefits?: boolean
updated_at?: string
updated_by?: string | null
user_id: string
@@ -579,6 +581,7 @@ export type Database = {
created_by?: string | null
has_seen_confirmation?: boolean
id?: string
is_eligible_for_benefits?: boolean
updated_at?: string
updated_by?: string | null
user_id?: string
@@ -2303,6 +2306,7 @@ export type Database = {
created_at: string
email: string
id: string
is_eligible_for_benefits: boolean
name: string
personal_code: string
picture_url: string