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 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.411",
3
+ "version": "6.6.412",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",