mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
chore(ui): regenerate schema.d.ts for organization_id on archived key records
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
3e8566d878
commit
d8ef940232
1 changed files with 2 additions and 0 deletions
2
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
2
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -29528,6 +29528,8 @@ export interface components {
|
|||
object_permission_id?: string | null;
|
||||
/** Org Id */
|
||||
org_id?: string | null;
|
||||
/** Organization Id */
|
||||
organization_id?: string | null;
|
||||
/**
|
||||
* Permissions
|
||||
* @default {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue