mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
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).
This commit is contained in:
parent
868608ed4b
commit
2039c55e59
1 changed files with 5 additions and 5 deletions
10
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
10
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue