feat: update admin config import and runtime handling

This commit is contained in:
fawney19
2026-05-25 15:23:02 +08:00
parent 505d9fd8bc
commit ae138ddb56
16 changed files with 1095 additions and 162 deletions
+3
View File
@@ -142,6 +142,8 @@ export interface UserExport {
unlimited?: boolean
wallet?: BillingSummary | null
is_active: boolean
request_count?: number
total_tokens?: number
api_keys: UserApiKeyExport[]
}
@@ -237,6 +239,7 @@ export interface UsageAggregateImportSummary {
export interface GlobalModelExport {
name: string
display_name: string
usage_count?: number | null
default_price_per_request?: number | null
default_tiered_pricing: Record<string, unknown>
supported_capabilities?: string[] | null