From 29b189e26b40e62437ed328041522a94d78b5fee Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:26:14 +0000 Subject: [PATCH] chore(ui): regenerate schema.d.ts for cost_discount field --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index 541d7a17ae1..4777d548f67 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -25850,6 +25850,8 @@ export interface components { complexity_router_default_model?: string | null; /** Configurable Clientside Auth Params */ configurable_clientside_auth_params?: (string | components["schemas"]["ConfigurableClientsideParamsCustomAuth-Input"])[] | null; + /** Cost Discount */ + cost_discount?: number | null; /** Custom Llm Provider */ custom_llm_provider?: string | null; /** Default Api Key Rpm Limit */ @@ -33833,6 +33835,8 @@ export interface components { base_model?: string | null; /** Blocked */ blocked?: boolean | null; + /** Cost Discount */ + cost_discount?: number | null; /** Created At */ created_at?: string | null; /** Created By */ @@ -33940,6 +33944,8 @@ export interface components { complexity_router_default_model?: string | null; /** Configurable Clientside Auth Params */ configurable_clientside_auth_params?: (string | components["schemas"]["ConfigurableClientsideParamsCustomAuth-Input"])[] | null; + /** Cost Discount */ + cost_discount?: number | null; /** Custom Llm Provider */ custom_llm_provider?: string | null; /** Default Api Key Rpm Limit */