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

@memori.ai/memori-api-client

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-api-client - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

7

CHANGELOG.md
## [2.6.2](https://github.com/memori-ai/memori-api-client/compare/v2.6.1...v2.6.2) (2023-12-11)
### Changes
* add chatlogs attributes for board of experts ([3d746a7](https://github.com/memori-ai/memori-api-client/commit/3d746a7ec97cfe05bc584b2f8b1fc5b6ca450d80))
## [2.6.1](https://github.com/memori-ai/memori-api-client/compare/v2.6.0...v2.6.1) (2023-12-08)

@@ -4,0 +11,0 @@

2

dist/types.d.ts

@@ -552,2 +552,3 @@ export declare type Error = {

text: string;
emitter?: string;
media?: ChatMedium[];

@@ -567,2 +568,3 @@ memoryID?: string;

receiverTag?: string;
boardOfExperts?: boolean;
lines: ChatLogLine[];

@@ -569,0 +571,0 @@ };

@@ -552,2 +552,3 @@ export declare type Error = {

text: string;
emitter?: string;
media?: ChatMedium[];

@@ -567,2 +568,3 @@ memoryID?: string;

receiverTag?: string;
boardOfExperts?: boolean;
lines: ChatLogLine[];

@@ -569,0 +571,0 @@ };

2

package.json
{
"version": "2.6.1",
"version": "2.6.2",
"name": "@memori.ai/memori-api-client",

@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website",

@@ -664,2 +664,8 @@ export declare type Error = {

/**
* @type {string=}
* Name of the Memori that provided the text. Used with Board of Experts model.
* Null for inbound lines, if no Board of Experts is configured, or if the Memori providing the text is the chairman of the Board.
*/
emitter?: string;
/**
* Media attached with the Dialog State Machine emission, if present. Empty if the line is inbound.

@@ -716,2 +722,7 @@ */

receiverTag?: string;
/**
* @type {?boolean}
* True if this chat log was performed with the Memori configured as a Board of Experts.
*/
boardOfExperts?: boolean;

@@ -718,0 +729,0 @@ /**

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