feat(MED-97): save benefit_distribution_schedule_id to account_balance_entries

This commit is contained in:
2025-09-26 15:46:26 +03:00
parent 92dd792121
commit a68f7c7ab5
2 changed files with 228 additions and 0 deletions

View File

@@ -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