@memori.ai/memori-api-client
Advanced tools
Comparing version 4.1.0 to 4.1.1
## [4.1.1](https://github.com/memori-ai/memori-api-client/compare/v4.1.0...v4.1.1) (2024-04-29) | ||
### Maintenance | ||
* add new attributes to history message ([477420d](https://github.com/memori-ai/memori-api-client/commit/477420dd6fceba55189ff18b44ad4ee8c03c71e0)) | ||
## [4.1.0](https://github.com/memori-ai/memori-api-client/compare/v4.0.3...v4.1.0) (2024-04-16) | ||
@@ -4,0 +11,0 @@ |
@@ -528,2 +528,8 @@ export declare type Error = { | ||
}; | ||
date?: string; | ||
dateUncertaintyDays?: number; | ||
placeName?: string; | ||
placeLatitude?: number; | ||
placeLongitude?: number; | ||
placeUncertaintyKm?: number; | ||
}; | ||
@@ -530,0 +536,0 @@ export type ConsumptionLog = { |
@@ -528,2 +528,8 @@ export declare type Error = { | ||
}; | ||
date?: string; | ||
dateUncertaintyDays?: number; | ||
placeName?: string; | ||
placeLatitude?: number; | ||
placeLongitude?: number; | ||
placeUncertaintyKm?: number; | ||
}; | ||
@@ -530,0 +536,0 @@ export type ConsumptionLog = { |
{ | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -727,2 +727,8 @@ export declare type Error = { | ||
contextVars?: { [key: string]: string }; | ||
date?: string; | ||
dateUncertaintyDays?: number; | ||
placeName?: string; | ||
placeLatitude?: number; | ||
placeLongitude?: number; | ||
placeUncertaintyKm?: number; | ||
}; | ||
@@ -729,0 +735,0 @@ |
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
773491
15120