automation-lib 6.6.423 → 6.6.424
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -14324,8 +14324,6 @@ interface UpdateDeviceDto {
|
|
|
14324
14324
|
noteFix: Date;
|
|
14325
14325
|
statusSync: EStatusDeviceSync;
|
|
14326
14326
|
};
|
|
14327
|
-
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
14328
|
-
statusReplace: EStatusDeviceReplace;
|
|
14329
14327
|
}
|
|
14330
14328
|
interface ViewDetailDeviceDto {
|
|
14331
14329
|
basic: {
|
package/dist/index.d.ts
CHANGED
|
@@ -14324,8 +14324,6 @@ interface UpdateDeviceDto {
|
|
|
14324
14324
|
noteFix: Date;
|
|
14325
14325
|
statusSync: EStatusDeviceSync;
|
|
14326
14326
|
};
|
|
14327
|
-
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
14328
|
-
statusReplace: EStatusDeviceReplace;
|
|
14329
14327
|
}
|
|
14330
14328
|
interface ViewDetailDeviceDto {
|
|
14331
14329
|
basic: {
|