automation-lib 5.4.107 → 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
 
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
 
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 || {});
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 || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.107",
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",