From 2039c55e59ba0fecba32170cabf1f9703542d498 Mon Sep 17 00:00:00 2001 From: eeshsaxena Date: Sat, 1 Aug 2026 02:02:46 +0530 Subject: [PATCH] chore(ui): regenerate schema.d.ts for endpoint docstring fixes Sync the generated proxy API types with the corrected team-filter and list-users docstrings (npm run gen:api output). --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index ddf2040cd04..07c9e78c227 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -13267,14 +13267,14 @@ export interface paths { * @description [PROXY-ADMIN ONLY] Filter teams based on partial match of team_id or team_alias with pagination. * * Args: - * user_id (Optional[str]): Partial user ID to search for - * user_email (Optional[str]): Partial email to search for + * team_id (Optional[str]): Partial team ID to search for + * team_alias (Optional[str]): Partial team alias to search for * page (int): Page number for pagination (starts at 1) * page_size (int): Number of items per page (max 100) * user_api_key_dict (UserAPIKeyAuth): User authentication information * * Returns: - * List[LiteLLM_SpendLogs]: Paginated list of matching user records + * List[LiteLLM_TeamTable]: Paginated list of matching team records */ get: operations["ui_view_teams_team_filter_ui_get"]; put?: never; @@ -14548,8 +14548,8 @@ export interface paths { * - internal_user_viewer * user_ids: Optional[str] * Get list of users by user_ids. Comma separated list of user_ids. - * sso_ids: Optional[str] - * Get list of users by sso_ids. Comma separated list of sso_ids. + * sso_user_ids: Optional[str] + * Get list of users by sso_user_ids. Comma separated list of sso_user_ids. * user_email: Optional[str] * Filter users by partial email match * team: Optional[str]