@memori.ai/memori-api-client
Advanced tools
Comparing version 4.0.1 to 4.0.2
## [4.0.2](https://github.com/memori-ai/memori-api-client/compare/v4.0.1...v4.0.2) (2024-03-25) | ||
### Maintenance | ||
* add attributes to ProcessStatus ([c72da0a](https://github.com/memori-ai/memori-api-client/commit/c72da0adca92f7a799cbdba640b010ef3f9040ee)) | ||
## [4.0.1](https://github.com/memori-ai/memori-api-client/compare/v4.0.0...v4.0.1) (2024-03-22) | ||
@@ -4,0 +11,0 @@ |
@@ -691,2 +691,4 @@ export declare type Error = { | ||
eta?: number; | ||
processedElements?: number; | ||
totalElements?: number; | ||
creationTimestamp?: string; | ||
@@ -693,0 +695,0 @@ lastChangeTimestamp?: string; |
@@ -691,2 +691,4 @@ export declare type Error = { | ||
eta?: number; | ||
processedElements?: number; | ||
totalElements?: number; | ||
creationTimestamp?: string; | ||
@@ -693,0 +695,0 @@ lastChangeTimestamp?: string; |
{ | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -1143,2 +1143,12 @@ export declare type Error = { | ||
eta?: number; | ||
/** | ||
* @type {number=} | ||
* Number of elements this Process has processed so far. | ||
*/ | ||
processedElements?: number; | ||
/** | ||
* @type {number=} | ||
* Total elements this Process is processing. | ||
*/ | ||
totalElements?: number; | ||
creationTimestamp?: string; | ||
@@ -1145,0 +1155,0 @@ lastChangeTimestamp?: string; |
783824
15218