feat - return team_metadata in user_api_key_auth

This commit is contained in:
Ishaan Jaff 2024-07-22 18:21:50 -07:00
parent c34c123fe3
commit c9e2f977dd
2 changed files with 2 additions and 0 deletions

View file

@ -1313,6 +1313,7 @@ class PrismaClient:
t.tpm_limit AS team_tpm_limit,
t.rpm_limit AS team_rpm_limit,
t.models AS team_models,
t.metadata AS team_metadata,
t.blocked AS team_blocked,
t.team_alias AS team_alias,
tm.spend AS team_member_spend,