@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.11.0 to 4.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.13.0](https://github.com/Lundalogik/lime-web-components/compare/v4.12.0...v4.13.0) (2021-01-20) | ||
### Features | ||
* **interfaces:** add loadObjects method to limeobjects state service ([d423e77](https://github.com/Lundalogik/lime-web-components/commit/d423e772f6057517700a05bbcda47653d5405413)), closes [Lundalogik/crm-feature#1754](https://github.com/Lundalogik/crm-feature/issues/1754) | ||
# [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04) | ||
@@ -8,0 +19,0 @@ |
@@ -12,2 +12,11 @@ import { Expression } from '../../query.interface'; | ||
/** | ||
* Load objects of the specified limetype into the state | ||
* | ||
* @param {string} limetype name of the limetype | ||
* @param {LoadOptions} options options about the objects to load | ||
* | ||
* @returns {ObjectResponse} list of objects together with total count of objects | ||
*/ | ||
loadObjects?(limetype: string, options?: LoadOptions): Promise<ObjectResponse>; | ||
/** | ||
* Load related objects into the state | ||
@@ -14,0 +23,0 @@ * |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.11.0", | ||
"version": "4.13.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "6433b274fd7e73218c51d2f84c307ec9a0b1783c" | ||
"gitHead": "91372a17ad2a0cddd268d0515dff7ff4b6695544" | ||
} |
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
55788
1355