@leavittsoftware/lg-core-typescript 2.0.369 → 2.0.370

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,7 +404,6 @@ export interface CompanyJobRoleDto {
404
404
 
405
405
  export interface CompanyEmployeeDto {
406
406
  FirstName: string | null;
407
- GroupSource: Array<string> | null;
408
407
  IsDirectEmployee: boolean;
409
408
  LastName: string | null;
410
409
  PersonId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.369",
3
+ "version": "2.0.370",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [