chore(ui): regenerate schema.d.ts for cost_discount field

This commit is contained in:
Devin AI 2026-07-29 10:26:14 +00:00
parent 1255612c46
commit 29b189e26b

View file

@ -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 */