automation-lib 5.3.22 → 5.3.24
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2046,6 +2046,7 @@ interface IDeviceLog extends IBaseModel {
|
|
|
2046
2046
|
descriptionBug: string;
|
|
2047
2047
|
deviceName: string;
|
|
2048
2048
|
deviceOS: ETypeDeviceOS;
|
|
2049
|
+
deviceModel: string;
|
|
2049
2050
|
deviceType: string;
|
|
2050
2051
|
deviceKey: string;
|
|
2051
2052
|
pcName: string;
|
|
@@ -9705,9 +9706,9 @@ interface FindDeviceLogDto {
|
|
|
9705
9706
|
deviceType: string;
|
|
9706
9707
|
deviceKey: string;
|
|
9707
9708
|
pcName: string;
|
|
9708
|
-
department:
|
|
9709
|
-
team:
|
|
9710
|
-
user:
|
|
9709
|
+
department: string;
|
|
9710
|
+
team: string;
|
|
9711
|
+
user: string;
|
|
9711
9712
|
}
|
|
9712
9713
|
|
|
9713
9714
|
interface FindOverViewTaskAIContentDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -2046,6 +2046,7 @@ interface IDeviceLog extends IBaseModel {
|
|
|
2046
2046
|
descriptionBug: string;
|
|
2047
2047
|
deviceName: string;
|
|
2048
2048
|
deviceOS: ETypeDeviceOS;
|
|
2049
|
+
deviceModel: string;
|
|
2049
2050
|
deviceType: string;
|
|
2050
2051
|
deviceKey: string;
|
|
2051
2052
|
pcName: string;
|
|
@@ -9705,9 +9706,9 @@ interface FindDeviceLogDto {
|
|
|
9705
9706
|
deviceType: string;
|
|
9706
9707
|
deviceKey: string;
|
|
9707
9708
|
pcName: string;
|
|
9708
|
-
department:
|
|
9709
|
-
team:
|
|
9710
|
-
user:
|
|
9709
|
+
department: string;
|
|
9710
|
+
team: string;
|
|
9711
|
+
user: string;
|
|
9711
9712
|
}
|
|
9712
9713
|
|
|
9713
9714
|
interface FindOverViewTaskAIContentDto {
|