@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.45.1 to 4.46.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.46.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0) (2022-05-24) | ||
### Features | ||
* **session:** add service number to session ([6083176](https://github.com/Lundalogik/lime-web-components/commit/608317645c1acdc020d65f27ee6fcb0d970e64dc)), closes [Lundalogik/crm-feature#2734](https://github.com/Lundalogik/crm-feature/issues/2734) | ||
## [4.45.1](https://github.com/Lundalogik/lime-web-components/compare/v4.45.0...v4.45.1) (2022-04-27) | ||
@@ -8,0 +19,0 @@ |
@@ -63,2 +63,6 @@ export interface Session { | ||
workstation: string; | ||
/** | ||
* Application service number | ||
*/ | ||
serviceNumber?: number; | ||
} |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.45.1", | ||
"version": "4.46.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "f9139715d91081f162fc629b16498e759ccc65e7" | ||
"gitHead": "94abb17caf8149c349f92a3c8361543440b28766" | ||
} |
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
90412
2033