automation-lib 5.1.419 → 5.1.420

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/dist/index.d.mts CHANGED
@@ -4757,12 +4757,12 @@ declare namespace index$1 {
4757
4757
  interface IFindBaseDto {
4758
4758
  department: IDepartment;
4759
4759
  departmentName: string;
4760
- leader?: IUser;
4761
- leaderName?: string;
4762
- team?: ITeam;
4763
- teamName?: string;
4764
- user?: IUser;
4765
- userName?: string;
4760
+ leader: IUser;
4761
+ leaderName: string;
4762
+ team: ITeam;
4763
+ teamName: string;
4764
+ user: IUser;
4765
+ userName: string;
4766
4766
  createdByName?: string;
4767
4767
  updatedByName?: string;
4768
4768
  }
package/dist/index.d.ts CHANGED
@@ -4757,12 +4757,12 @@ declare namespace index$1 {
4757
4757
  interface IFindBaseDto {
4758
4758
  department: IDepartment;
4759
4759
  departmentName: string;
4760
- leader?: IUser;
4761
- leaderName?: string;
4762
- team?: ITeam;
4763
- teamName?: string;
4764
- user?: IUser;
4765
- userName?: string;
4760
+ leader: IUser;
4761
+ leaderName: string;
4762
+ team: ITeam;
4763
+ teamName: string;
4764
+ user: IUser;
4765
+ userName: string;
4766
4766
  createdByName?: string;
4767
4767
  updatedByName?: string;
4768
4768
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.419",
3
+ "version": "5.1.420",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",