mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
chore: sync schema.d.ts with proxy OpenAPI spec
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
817c396383
commit
3b620c65d2
1 changed files with 4 additions and 0 deletions
4
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
4
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -29899,6 +29899,8 @@ export interface components {
|
|||
s3_bucket_name?: string | null;
|
||||
/** S3 Encryption Key Id */
|
||||
s3_encryption_key_id?: string | null;
|
||||
/** S3 Endpoint Url */
|
||||
s3_endpoint_url?: string | null;
|
||||
/** S3 Output Bucket Name */
|
||||
s3_output_bucket_name?: string | null;
|
||||
/** S3 Region Name */
|
||||
|
|
@ -40113,6 +40115,8 @@ export interface components {
|
|||
s3_bucket_name?: string | null;
|
||||
/** S3 Encryption Key Id */
|
||||
s3_encryption_key_id?: string | null;
|
||||
/** S3 Endpoint Url */
|
||||
s3_endpoint_url?: string | null;
|
||||
/** S3 Output Bucket Name */
|
||||
s3_output_bucket_name?: string | null;
|
||||
/** S3 Region Name */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue