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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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["
|
|
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["
|
|
1277
|
+
EStatusAccountSocialLogin2["Locked"] = "Locked";
|
|
1278
1278
|
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
1279
1279
|
return EStatusAccountSocialLogin2;
|
|
1280
1280
|
})(EStatusAccountSocialLogin || {});
|