@memori.ai/memori-api-client
Advanced tools
Comparing version 4.1.1 to 4.1.2
## [4.1.2](https://github.com/memori-ai/memori-api-client/compare/v4.1.1...v4.1.2) (2024-04-29) | ||
### Maintenance | ||
* add new attributes to history message ([badfd60](https://github.com/memori-ai/memori-api-client/commit/badfd6000a06db2b1484a7f342fa0b6ddb719b9b)) | ||
## [4.1.1](https://github.com/memori-ai/memori-api-client/compare/v4.1.0...v4.1.1) (2024-04-29) | ||
@@ -4,0 +11,0 @@ |
@@ -518,2 +518,3 @@ export declare type Error = { | ||
translatedText?: string; | ||
questionAnswered?: string; | ||
acceptsFeedback?: boolean; | ||
@@ -520,0 +521,0 @@ generatedByAI?: boolean; |
@@ -518,2 +518,3 @@ export declare type Error = { | ||
translatedText?: string; | ||
questionAnswered?: string; | ||
acceptsFeedback?: boolean; | ||
@@ -520,0 +521,0 @@ generatedByAI?: boolean; |
{ | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -719,2 +719,3 @@ export declare type Error = { | ||
translatedText?: string; | ||
questionAnswered?: string; | ||
acceptsFeedback?: boolean; | ||
@@ -721,0 +722,0 @@ generatedByAI?: boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
773846
15123