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).
This commit is contained in:
Kent 2026-06-26 19:18:09 +08:00
parent a9a322d63f
commit 6e6a508e0e

View file

@ -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;