@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.4.1](https://github.com/Lundalogik/lime-web-components/compare/v4.4.0...v4.4.1) (2020-09-21) | ||
### Bug Fixes | ||
* **interfaces:** add totalRelations to limeobject TotalResponse ([f048eb3](https://github.com/Lundalogik/lime-web-components/commit/f048eb39db2e4fefdb97fcae58ea4f0725db7a65)), closes [Lundalogik/crm-feature#1349](https://github.com/Lundalogik/crm-feature/issues/1349) | ||
# [4.4.0](https://github.com/Lundalogik/lime-web-components/compare/v4.3.5...v4.4.0) (2020-09-14) | ||
@@ -8,0 +19,0 @@ |
@@ -74,2 +74,6 @@ import { Expression } from '../../query.interface'; | ||
/** | ||
* Total number of objects that exist (without any filter applied) | ||
*/ | ||
totalRelations?: number; | ||
/** | ||
* Aggregated data | ||
@@ -76,0 +80,0 @@ */ |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "242d1242738148676c76c3ec25936d337fd6c279" | ||
"gitHead": "223edee1872937975a9c3abf723fe64f86f88909" | ||
} |
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
48809
1220