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 CHANGED
@@ -11755,10 +11755,10 @@ interface UpdatePCPhoneDto {
11755
11755
  interface IViewDeviceByPCPhone {
11756
11756
  id: string;
11757
11757
  deviceName: string;
11758
- modelName: string;
11759
- serialNumber: string;
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
- modelName: string;
11759
- serialNumber: string;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.6.22",
3
+ "version": "5.6.23",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",