@bavard/agent-config
Advanced tools
Comparing version 0.0.252 to 0.0.254
@@ -49,3 +49,9 @@ export interface IConversationsReport { | ||
*/ | ||
dailyConversationCounts?: number[]; | ||
dailyConversationCounts?: { | ||
/** | ||
* Date in format YYYY-MM-DD. | ||
*/ | ||
date: string; | ||
count: number; | ||
}[]; | ||
} |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.0.252", | ||
"version": "0.0.254", | ||
"description": "Shared code and single source of truth for Bavard data models.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
453514
7437