New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bavard/agent-config

Package Overview
Dependencies
Maintainers
2
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bavard/agent-config - npm Package Compare versions

Comparing version 0.1.43 to 0.1.44

8

dist/conversations/index.d.ts

@@ -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.

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc