Skip to content

Commit 911d1fb

Browse files
fix(api): add missed botStats echo type
1 parent b81fdd7 commit 911d1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/analytics/schemas/bot-stats.schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2024 Hexastack. All rights reserved.
2+
* Copyright © 2025 Hexastack. All rights reserved.
33
*
44
* Licensed under the GNU Affero General Public License v3.0 (AGPLv3) with the following additional terms:
55
* 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 {
2222
new_conversations = 'new_conversations',
2323
returning_users = 'returning_users',
2424
retention = 'retention',
25+
echo = 'echo',
2526
}
2627

2728
export type ToLinesType = {

0 commit comments

Comments
 (0)