automation-lib 6.6.411 → 6.6.412
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -14256,6 +14256,8 @@ interface UpdateDeviceDto {
|
|
|
14256
14256
|
noteFix: Date;
|
|
14257
14257
|
statusSync: EStatusDeviceSync;
|
|
14258
14258
|
};
|
|
14259
|
+
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
14260
|
+
statusReplace: EStatusDeviceReplace;
|
|
14259
14261
|
}
|
|
14260
14262
|
interface ViewDetailDeviceDto {
|
|
14261
14263
|
basic: {
|
package/dist/index.d.ts
CHANGED
|
@@ -14256,6 +14256,8 @@ interface UpdateDeviceDto {
|
|
|
14256
14256
|
noteFix: Date;
|
|
14257
14257
|
statusSync: EStatusDeviceSync;
|
|
14258
14258
|
};
|
|
14259
|
+
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
14260
|
+
statusReplace: EStatusDeviceReplace;
|
|
14259
14261
|
}
|
|
14260
14262
|
interface ViewDetailDeviceDto {
|
|
14261
14263
|
basic: {
|