automation-lib 5.4.106 → 5.4.108

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
@@ -1011,7 +1011,7 @@ declare enum EStatusAccountSocialImport {
1011
1011
  declare enum EStatusAccountSocialLogin {
1012
1012
  Active = "Active",
1013
1013
  InActive = "InActive",
1014
- Blocked = "Blocked",
1014
+ Locked = "Locked",
1015
1015
  Pending = "Pending"
1016
1016
  }
1017
1017
 
@@ -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
@@ -1011,7 +1011,7 @@ declare enum EStatusAccountSocialImport {
1011
1011
  declare enum EStatusAccountSocialLogin {
1012
1012
  Active = "Active",
1013
1013
  InActive = "InActive",
1014
- Blocked = "Blocked",
1014
+ Locked = "Locked",
1015
1015
  Pending = "Pending"
1016
1016
  }
1017
1017
 
@@ -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
@@ -1429,7 +1429,7 @@ var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2)
1429
1429
  var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
1430
1430
  EStatusAccountSocialLogin2["Active"] = "Active";
1431
1431
  EStatusAccountSocialLogin2["InActive"] = "InActive";
1432
- EStatusAccountSocialLogin2["Blocked"] = "Blocked";
1432
+ EStatusAccountSocialLogin2["Locked"] = "Locked";
1433
1433
  EStatusAccountSocialLogin2["Pending"] = "Pending";
1434
1434
  return EStatusAccountSocialLogin2;
1435
1435
  })(EStatusAccountSocialLogin || {});
@@ -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
@@ -1274,7 +1274,7 @@ var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2)
1274
1274
  var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
1275
1275
  EStatusAccountSocialLogin2["Active"] = "Active";
1276
1276
  EStatusAccountSocialLogin2["InActive"] = "InActive";
1277
- EStatusAccountSocialLogin2["Blocked"] = "Blocked";
1277
+ EStatusAccountSocialLogin2["Locked"] = "Locked";
1278
1278
  EStatusAccountSocialLogin2["Pending"] = "Pending";
1279
1279
  return EStatusAccountSocialLogin2;
1280
1280
  })(EStatusAccountSocialLogin || {});
@@ -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.106",
3
+ "version": "5.4.108",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",