@leavittsoftware/lg-core-typescript 4.41.0 → 4.43.0

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.
@@ -2017,7 +2017,6 @@ export interface UpsertJobRolesDto {
2017
2017
 
2018
2018
  export interface SetDateLicensedDto {
2019
2019
  DateLicensed: string | null;
2020
- LGEmployeeRoleId: number;
2021
2020
  }
2022
2021
 
2023
2022
  export interface AuditorDto {
@@ -2180,6 +2179,7 @@ export interface MultiTransferDto {
2180
2179
  CompanyAddressId: number | null;
2181
2180
  DepartmentId: number | null;
2182
2181
  PersonIds: Array<number>;
2182
+ UpdateDepartment: boolean;
2183
2183
  }
2184
2184
 
2185
2185
  export interface NewUserResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.41.0",
3
+ "version": "4.43.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [