mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 18:27:44 +02:00
Add ai usage to billing (#10138)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user