@memori.ai/memori-api-client
Advanced tools
Comparing version 0.10.1 to 0.10.2
## [0.10.2](https://github.com/memori-ai/memori-api-client/compare/v0.10.1...v0.10.2) (2023-01-20) | ||
### Maintenance | ||
* add flag in Message for AI-generated msgs ([6ea6ae3](https://github.com/memori-ai/memori-api-client/commit/6ea6ae33897c92b6bc032f4d74b8137d4a360f8b)) | ||
## [0.10.1](https://github.com/memori-ai/memori-api-client/compare/v0.10.0...v0.10.1) (2023-01-20) | ||
@@ -4,0 +11,0 @@ |
@@ -474,2 +474,3 @@ export declare type Error = { | ||
fromUser?: boolean; | ||
generatedByAI?: boolean; | ||
media?: Medium[]; | ||
@@ -476,0 +477,0 @@ initial?: boolean; |
{ | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -507,2 +507,3 @@ export declare type Error = { | ||
fromUser?: boolean; | ||
generatedByAI?: boolean; | ||
media?: Medium[]; | ||
@@ -509,0 +510,0 @@ initial?: 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
995180
14763