automation-lib 5.6.10 → 5.6.12
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 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11569,6 +11569,9 @@ interface UpdatePCPhoneDto {
|
|
|
11569
11569
|
interface IViewDeviceByPCPhone {
|
|
11570
11570
|
id: string;
|
|
11571
11571
|
deviceName: string;
|
|
11572
|
+
modalName: string;
|
|
11573
|
+
serialNumber: string;
|
|
11574
|
+
connection: string;
|
|
11572
11575
|
deviceKey: string;
|
|
11573
11576
|
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11574
11577
|
deviceTimeConnect: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -11569,6 +11569,9 @@ interface UpdatePCPhoneDto {
|
|
|
11569
11569
|
interface IViewDeviceByPCPhone {
|
|
11570
11570
|
id: string;
|
|
11571
11571
|
deviceName: string;
|
|
11572
|
+
modalName: string;
|
|
11573
|
+
serialNumber: string;
|
|
11574
|
+
connection: string;
|
|
11572
11575
|
deviceKey: string;
|
|
11573
11576
|
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11574
11577
|
deviceTimeConnect: Date;
|