add benefit eligibility setting to HR members
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user