automation-lib 5.4.277 → 5.4.280

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.js CHANGED
@@ -1465,8 +1465,7 @@ var EStatusAccountSocialLoginEmail = /* @__PURE__ */ ((EStatusAccountSocialLogin
1465
1465
  // src/enums/status/socials/EStatusAccountSocialRaw.enum.ts
1466
1466
  var EStatusAccountSocialRaw = /* @__PURE__ */ ((EStatusAccountSocialRaw2) => {
1467
1467
  EStatusAccountSocialRaw2["Available"] = "Available";
1468
- EStatusAccountSocialRaw2["Pending"] = "Pending";
1469
- EStatusAccountSocialRaw2["InUse"] = "InUse";
1468
+ EStatusAccountSocialRaw2["InUseDevice"] = "InUseDevice";
1470
1469
  EStatusAccountSocialRaw2["Locked"] = "Locked";
1471
1470
  EStatusAccountSocialRaw2["Suspended"] = "Suspended";
1472
1471
  return EStatusAccountSocialRaw2;
package/dist/index.mjs CHANGED
@@ -1303,8 +1303,7 @@ var EStatusAccountSocialLoginEmail = /* @__PURE__ */ ((EStatusAccountSocialLogin
1303
1303
  // src/enums/status/socials/EStatusAccountSocialRaw.enum.ts
1304
1304
  var EStatusAccountSocialRaw = /* @__PURE__ */ ((EStatusAccountSocialRaw2) => {
1305
1305
  EStatusAccountSocialRaw2["Available"] = "Available";
1306
- EStatusAccountSocialRaw2["Pending"] = "Pending";
1307
- EStatusAccountSocialRaw2["InUse"] = "InUse";
1306
+ EStatusAccountSocialRaw2["InUseDevice"] = "InUseDevice";
1308
1307
  EStatusAccountSocialRaw2["Locked"] = "Locked";
1309
1308
  EStatusAccountSocialRaw2["Suspended"] = "Suspended";
1310
1309
  return EStatusAccountSocialRaw2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.277",
3
+ "version": "5.4.280",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",