automation-lib 5.4.313 → 5.4.314
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 +5 -7
- package/dist/index.d.ts +5 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9439,13 +9439,6 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9439
9439
|
};
|
|
9440
9440
|
};
|
|
9441
9441
|
nameSystemInformation: string;
|
|
9442
|
-
runDevice: {
|
|
9443
|
-
pcName: string;
|
|
9444
|
-
department: string;
|
|
9445
|
-
team: string;
|
|
9446
|
-
user: string;
|
|
9447
|
-
};
|
|
9448
|
-
statusPC: EStatusPC;
|
|
9449
9442
|
hubConnection: string;
|
|
9450
9443
|
hubStatus: EStatusDeviceHubStatus;
|
|
9451
9444
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
@@ -9462,6 +9455,11 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9462
9455
|
statusReplace: EStatusDeviceReplace;
|
|
9463
9456
|
idea: string;
|
|
9464
9457
|
niche: string;
|
|
9458
|
+
pcInfo: {
|
|
9459
|
+
id: string;
|
|
9460
|
+
name: string;
|
|
9461
|
+
status: EStatusPC;
|
|
9462
|
+
};
|
|
9465
9463
|
deviceInfo: {
|
|
9466
9464
|
os: ETypeDeviceOS;
|
|
9467
9465
|
model: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -9439,13 +9439,6 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9439
9439
|
};
|
|
9440
9440
|
};
|
|
9441
9441
|
nameSystemInformation: string;
|
|
9442
|
-
runDevice: {
|
|
9443
|
-
pcName: string;
|
|
9444
|
-
department: string;
|
|
9445
|
-
team: string;
|
|
9446
|
-
user: string;
|
|
9447
|
-
};
|
|
9448
|
-
statusPC: EStatusPC;
|
|
9449
9442
|
hubConnection: string;
|
|
9450
9443
|
hubStatus: EStatusDeviceHubStatus;
|
|
9451
9444
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
@@ -9462,6 +9455,11 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9462
9455
|
statusReplace: EStatusDeviceReplace;
|
|
9463
9456
|
idea: string;
|
|
9464
9457
|
niche: string;
|
|
9458
|
+
pcInfo: {
|
|
9459
|
+
id: string;
|
|
9460
|
+
name: string;
|
|
9461
|
+
status: EStatusPC;
|
|
9462
|
+
};
|
|
9465
9463
|
deviceInfo: {
|
|
9466
9464
|
os: ETypeDeviceOS;
|
|
9467
9465
|
model: string;
|