@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.
- package/api3.leavitt.com.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -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 {
|