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.d.mts +6 -523
- package/dist/index.d.ts +6 -523
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
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["
|
|
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["
|
|
1307
|
-
EStatusAccountSocialRaw2["InUse"] = "InUse";
|
|
1306
|
+
EStatusAccountSocialRaw2["InUseDevice"] = "InUseDevice";
|
|
1308
1307
|
EStatusAccountSocialRaw2["Locked"] = "Locked";
|
|
1309
1308
|
EStatusAccountSocialRaw2["Suspended"] = "Suspended";
|
|
1310
1309
|
return EStatusAccountSocialRaw2;
|