automation-lib 5.1.423 → 5.1.424

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
@@ -4768,14 +4768,14 @@ declare namespace index$1 {
4768
4768
  }
4769
4769
 
4770
4770
  interface IFindBaseDto {
4771
- department: IDepartment;
4772
- departmentName: string;
4773
- leader: IUser;
4774
- leaderName: string;
4775
- team: ITeam;
4776
- teamName: string;
4777
- user: IUser;
4778
- userName: string;
4771
+ department?: IDepartment;
4772
+ departmentName?: string;
4773
+ leader?: IUser;
4774
+ leaderName?: string;
4775
+ team?: ITeam;
4776
+ teamName?: string;
4777
+ user?: IUser;
4778
+ userName?: string;
4779
4779
  createdByName?: string;
4780
4780
  updatedByName?: string;
4781
4781
  }
package/dist/index.d.ts CHANGED
@@ -4768,14 +4768,14 @@ declare namespace index$1 {
4768
4768
  }
4769
4769
 
4770
4770
  interface IFindBaseDto {
4771
- department: IDepartment;
4772
- departmentName: string;
4773
- leader: IUser;
4774
- leaderName: string;
4775
- team: ITeam;
4776
- teamName: string;
4777
- user: IUser;
4778
- userName: string;
4771
+ department?: IDepartment;
4772
+ departmentName?: string;
4773
+ leader?: IUser;
4774
+ leaderName?: string;
4775
+ team?: ITeam;
4776
+ teamName?: string;
4777
+ user?: IUser;
4778
+ userName?: string;
4779
4779
  createdByName?: string;
4780
4780
  updatedByName?: string;
4781
4781
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.423",
3
+ "version": "5.1.424",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",