feat(MED-97): save benefit_distribution_schedule_id to account_balance_entries
This commit is contained in:
@@ -2066,6 +2066,15 @@ export type Database = {
|
||||
user_id: string
|
||||
}[]
|
||||
}
|
||||
get_benefits_usages_for_company_members: {
|
||||
Args: {
|
||||
p_account_id: string
|
||||
}
|
||||
Returns: {
|
||||
personal_account_id: string
|
||||
benefit_amount: number
|
||||
}
|
||||
}
|
||||
get_config: {
|
||||
Args: Record<PropertyKey, never>
|
||||
Returns: Json
|
||||
|
||||
Reference in New Issue
Block a user