From 6e6a508e0e46da5af34b9ccaa89602a2acf2adc1 Mon Sep 17 00:00:00 2001 From: Kent Date: Fri, 26 Jun 2026 19:18:09 +0800 Subject: [PATCH] chore(ui): regenerate schema.d.ts for s3_output_bucket_name Adding s3_output_bucket_name to CredentialLiteLLMParams changes the proxy OpenAPI spec, so the generated dashboard types need regenerating to match (Check UI API Types Sync). --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index b53acf930f2..f4c124659a4 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -25410,6 +25410,8 @@ export interface components { s3_bucket_name?: string | null; /** S3 Encryption Key Id */ s3_encryption_key_id?: string | null; + /** S3 Output Bucket Name */ + s3_output_bucket_name?: string | null; /** Search Context Cost Per Query */ search_context_cost_per_query?: { [key: string]: unknown; @@ -33118,6 +33120,8 @@ export interface components { s3_bucket_name?: string | null; /** S3 Encryption Key Id */ s3_encryption_key_id?: string | null; + /** S3 Output Bucket Name */ + s3_output_bucket_name?: string | null; /** Search Context Cost Per Query */ search_context_cost_per_query?: { [key: string]: unknown;