feat: revert model total credits (#30518)

This commit is contained in:
Coding On Star
2026-01-04 18:29:19 +08:00
committed by GitHub
parent 47b8e979e0
commit c29cfd18f3
46 changed files with 78 additions and 1891 deletions
-3
View File
@@ -142,9 +142,6 @@ export type IWorkspace = {
export type ICurrentWorkspace = Omit<IWorkspace, 'current'> & {
role: 'owner' | 'admin' | 'editor' | 'dataset_operator' | 'normal'
providers: Provider[]
trial_credits: number
trial_credits_used: number
next_credit_reset_date: number
trial_end_reason?: string
custom_config?: {
remove_webapp_brand?: boolean