Add ai usage to billing (#10138)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-10-24 12:02:39 +04:00
committed by GitHub
parent 6867dc9211
commit f2e0ca1453
45 changed files with 1001 additions and 65 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ export const billingPlugin = plugin(billingId, {
DriveCount: '' as IntlString,
OfficeSessionsDuration: '' as IntlString,
OfficeSessionsBandwidth: '' as IntlString,
OfficeEgressDuration: '' as IntlString
OfficeEgressDuration: '' as IntlString,
AI: '' as IntlString,
TotalTokens: '' as IntlString,
TranscriptionTime: '' as IntlString
},
icon: {
Billing: '' as Asset