We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81fdd7 commit 911d1fbCopy full SHA for 911d1fb
api/src/analytics/schemas/bot-stats.schema.ts
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright © 2024 Hexastack. All rights reserved.
+ * Copyright © 2025 Hexastack. All rights reserved.
3
*
4
* Licensed under the GNU Affero General Public License v3.0 (AGPLv3) with the following additional terms:
5
* 1. The name "Hexabot" is a trademark of Hexastack. You may not use this name in derivative works without express written permission.
@@ -22,6 +22,7 @@ export enum BotStatsType {
22
new_conversations = 'new_conversations',
23
returning_users = 'returning_users',
24
retention = 'retention',
25
+ echo = 'echo',
26
}
27
28
export type ToLinesType = {
0 commit comments