@memori.ai/memori-api-client
Advanced tools
Comparing version 2.2.2 to 2.3.0
## [2.3.0](https://github.com/memori-ai/memori-api-client/compare/v2.2.2...v2.3.0) (2023-09-11) | ||
### Features | ||
* update import typings ([4bb0cdd](https://github.com/memori-ai/memori-api-client/commit/4bb0cddd0126fce7e210d4cca800c4f4cee3d7e3)) | ||
## [2.2.2](https://github.com/memori-ai/memori-api-client/compare/v2.2.1...v2.2.2) (2023-08-25) | ||
@@ -4,0 +11,0 @@ |
@@ -618,2 +618,3 @@ export declare type Error = { | ||
notPickable?: boolean; | ||
importName?: string; | ||
contextVarsToSet?: { | ||
@@ -639,2 +640,4 @@ [key: string]: string; | ||
importSize: number; | ||
importName?: string; | ||
importSpecsJSON?: string; | ||
begin?: string; | ||
@@ -641,0 +644,0 @@ end?: string; |
@@ -618,2 +618,3 @@ export declare type Error = { | ||
notPickable?: boolean; | ||
importName?: string; | ||
contextVarsToSet?: { | ||
@@ -639,2 +640,4 @@ [key: string]: string; | ||
importSize: number; | ||
importName?: string; | ||
importSpecsJSON?: string; | ||
begin?: string; | ||
@@ -641,0 +644,0 @@ end?: string; |
{ | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -916,2 +916,3 @@ export declare type Error = { | ||
notPickable?: boolean; | ||
importName?: string; | ||
contextVarsToSet?: { | ||
@@ -979,2 +980,12 @@ [key: string]: string; | ||
/** | ||
* @type {string?} | ||
* Name of this import, if set when the Import process was requested. | ||
*/ | ||
importName?: string; | ||
/** | ||
* @type {string?} | ||
* Original parameters of the Import process request, as a JSON structure, excluding the document rows. | ||
*/ | ||
importSpecsJSON?: string; | ||
/** | ||
* @type {string=} | ||
@@ -981,0 +992,0 @@ * Timestamp of start of the Import process. Null until the Import process is in Starting status. |
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
662151
12671