automation-lib 5.6.22 → 5.6.23
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11755,10 +11755,10 @@ interface UpdatePCPhoneDto {
|
|
|
11755
11755
|
interface IViewDeviceByPCPhone {
|
|
11756
11756
|
id: string;
|
|
11757
11757
|
deviceName: string;
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
connection: string;
|
|
11758
|
+
deviceModel: string;
|
|
11759
|
+
deviceOS: ETypeDeviceOS;
|
|
11761
11760
|
deviceKey: string;
|
|
11761
|
+
deviceSerialNumber: string;
|
|
11762
11762
|
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11763
11763
|
deviceTimeConnect: Date;
|
|
11764
11764
|
deviceStatusControl: EStatusPCControl;
|
package/dist/index.d.ts
CHANGED
|
@@ -11755,10 +11755,10 @@ interface UpdatePCPhoneDto {
|
|
|
11755
11755
|
interface IViewDeviceByPCPhone {
|
|
11756
11756
|
id: string;
|
|
11757
11757
|
deviceName: string;
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
connection: string;
|
|
11758
|
+
deviceModel: string;
|
|
11759
|
+
deviceOS: ETypeDeviceOS;
|
|
11761
11760
|
deviceKey: string;
|
|
11761
|
+
deviceSerialNumber: string;
|
|
11762
11762
|
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11763
11763
|
deviceTimeConnect: Date;
|
|
11764
11764
|
deviceStatusControl: EStatusPCControl;
|