@bavard/agent-config
Advanced tools
Comparing version 0.1.43 to 0.1.44
@@ -24,2 +24,6 @@ import { IAgentAction, IFormFieldValue, IHumanAgentMetadata } from ".."; | ||
turns: ITrainingDialogueTurn[]; | ||
/** | ||
* UNIX timestamp. (milliseconds since epoch) | ||
*/ | ||
createdAt?: number; | ||
} | ||
@@ -47,2 +51,6 @@ export interface IConversation extends IBaseConversation { | ||
/** | ||
* True if this conversation was with the dev version of the chatbot or the live (published) version. | ||
*/ | ||
isDev?: boolean; | ||
/** | ||
* If set to true, this will cause the chat widget to send cobrowsing data to allow cobrowsing | ||
@@ -49,0 +57,0 @@ * within the Message Center. |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"description": "Shared code and single source of truth for Bavard data models.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
544204
8692