automation-lib 5.4.104 → 5.4.107

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
@@ -1060,9 +1060,9 @@ declare enum EStatusCreateNew {
1060
1060
  }
1061
1061
 
1062
1062
  declare enum EStatusPC {
1063
- Connected = "On",
1064
- Disconnected = "Off",
1065
- Maintenance = "Unknown"
1063
+ Connected = "Connected",
1064
+ Disconnected = "Disconnected",
1065
+ Maintenance = "Maintenance"
1066
1066
  }
1067
1067
 
1068
1068
  declare enum EStatusDeviceSetup {
package/dist/index.d.ts CHANGED
@@ -1060,9 +1060,9 @@ declare enum EStatusCreateNew {
1060
1060
  }
1061
1061
 
1062
1062
  declare enum EStatusPC {
1063
- Connected = "On",
1064
- Disconnected = "Off",
1065
- Maintenance = "Unknown"
1063
+ Connected = "Connected",
1064
+ Disconnected = "Disconnected",
1065
+ Maintenance = "Maintenance"
1066
1066
  }
1067
1067
 
1068
1068
  declare enum EStatusDeviceSetup {
package/dist/index.js CHANGED
@@ -1489,9 +1489,9 @@ var EStatusCreateNew = /* @__PURE__ */ ((EStatusCreateNew2) => {
1489
1489
 
1490
1490
  // src/enums/status/tools/EStatusPC.enum.ts
1491
1491
  var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
1492
- EStatusPC2["Connected"] = "On";
1493
- EStatusPC2["Disconnected"] = "Off";
1494
- EStatusPC2["Maintenance"] = "Unknown";
1492
+ EStatusPC2["Connected"] = "Connected";
1493
+ EStatusPC2["Disconnected"] = "Disconnected";
1494
+ EStatusPC2["Maintenance"] = "Maintenance";
1495
1495
  return EStatusPC2;
1496
1496
  })(EStatusPC || {});
1497
1497
 
package/dist/index.mjs CHANGED
@@ -1334,9 +1334,9 @@ var EStatusCreateNew = /* @__PURE__ */ ((EStatusCreateNew2) => {
1334
1334
 
1335
1335
  // src/enums/status/tools/EStatusPC.enum.ts
1336
1336
  var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
1337
- EStatusPC2["Connected"] = "On";
1338
- EStatusPC2["Disconnected"] = "Off";
1339
- EStatusPC2["Maintenance"] = "Unknown";
1337
+ EStatusPC2["Connected"] = "Connected";
1338
+ EStatusPC2["Disconnected"] = "Disconnected";
1339
+ EStatusPC2["Maintenance"] = "Maintenance";
1340
1340
  return EStatusPC2;
1341
1341
  })(EStatusPC || {});
1342
1342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.104",
3
+ "version": "5.4.107",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",