@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.4.1 to 4.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.5.0](https://github.com/Lundalogik/lime-web-components/compare/v4.4.1...v4.5.0) (2020-10-15) | ||
### Features | ||
* **limeobject:** add method for loading schema ([e516ec4](https://github.com/Lundalogik/lime-web-components/commit/e516ec454d096c60be6ba509a2a7dd25246b9e99)), closes [Lundalogik/crm-feature#1476](https://github.com/Lundalogik/crm-feature/issues/1476) | ||
## [4.4.1](https://github.com/Lundalogik/lime-web-components/compare/v4.4.0...v4.4.1) (2020-09-21) | ||
@@ -8,0 +19,0 @@ |
@@ -23,2 +23,8 @@ import { Expression } from '../../query.interface'; | ||
/** | ||
* Loads a schema for the limetype. | ||
* | ||
* @param {string} limetype name of the limetype of the owning limeobject | ||
*/ | ||
loadSchema(limetype: string): Promise<ObjectResponse>; | ||
/** | ||
* Reload the specified limeobject and update corresponding views in the webclient | ||
@@ -25,0 +31,0 @@ * |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.4.1", | ||
"version": "4.5.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "223edee1872937975a9c3abf723fe64f86f88909" | ||
"gitHead": "1703088155e20f3bcf7b67f3f9cd675403ff36f2" | ||
} |
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
49380
1226
506