automation-lib 5.1.422 → 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 +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4768,14 +4768,14 @@ declare namespace index$1 {
|
|
|
4768
4768
|
}
|
|
4769
4769
|
|
|
4770
4770
|
interface IFindBaseDto {
|
|
4771
|
-
department
|
|
4772
|
-
departmentName
|
|
4773
|
-
leader
|
|
4774
|
-
leaderName
|
|
4775
|
-
team
|
|
4776
|
-
teamName
|
|
4777
|
-
user
|
|
4778
|
-
userName
|
|
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
|
|
4772
|
-
departmentName
|
|
4773
|
-
leader
|
|
4774
|
-
leaderName
|
|
4775
|
-
team
|
|
4776
|
-
teamName
|
|
4777
|
-
user
|
|
4778
|
-
userName
|
|
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
|
}
|