automation-lib 5.3.20 → 5.3.22

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
@@ -9705,9 +9705,9 @@ interface FindDeviceLogDto {
9705
9705
  deviceType: string;
9706
9706
  deviceKey: string;
9707
9707
  pcName: string;
9708
- department: string;
9709
- team: string;
9710
- user: string;
9708
+ department: IDepartment;
9709
+ team: ITeam;
9710
+ user: IUser;
9711
9711
  }
9712
9712
 
9713
9713
  interface FindOverViewTaskAIContentDto {
package/dist/index.d.ts CHANGED
@@ -9705,9 +9705,9 @@ interface FindDeviceLogDto {
9705
9705
  deviceType: string;
9706
9706
  deviceKey: string;
9707
9707
  pcName: string;
9708
- department: string;
9709
- team: string;
9710
- user: string;
9708
+ department: IDepartment;
9709
+ team: ITeam;
9710
+ user: IUser;
9711
9711
  }
9712
9712
 
9713
9713
  interface FindOverViewTaskAIContentDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.20",
3
+ "version": "5.3.22",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",