automation-lib 5.4.215 → 5.4.216
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1010,8 +1010,8 @@ declare enum EStatusAccountSocialFolderName {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
declare enum EStatusAccountSocialLogin {
|
|
1013
|
-
|
|
1014
|
-
|
|
1013
|
+
Active = "Active",
|
|
1014
|
+
InActive = "InActive",
|
|
1015
1015
|
Locked = "Locked",
|
|
1016
1016
|
Pending = "Pending",
|
|
1017
1017
|
NA = "NA"
|
package/dist/index.d.ts
CHANGED
|
@@ -1010,8 +1010,8 @@ declare enum EStatusAccountSocialFolderName {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
declare enum EStatusAccountSocialLogin {
|
|
1013
|
-
|
|
1014
|
-
|
|
1013
|
+
Active = "Active",
|
|
1014
|
+
InActive = "InActive",
|
|
1015
1015
|
Locked = "Locked",
|
|
1016
1016
|
Pending = "Pending",
|
|
1017
1017
|
NA = "NA"
|
package/dist/index.js
CHANGED
|
@@ -1439,8 +1439,8 @@ var EStatusAccountSocialFolderName = /* @__PURE__ */ ((EStatusAccountSocialFolde
|
|
|
1439
1439
|
|
|
1440
1440
|
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
1441
1441
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1442
|
-
EStatusAccountSocialLogin2["
|
|
1443
|
-
EStatusAccountSocialLogin2["
|
|
1442
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
1443
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
1444
1444
|
EStatusAccountSocialLogin2["Locked"] = "Locked";
|
|
1445
1445
|
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
1446
1446
|
EStatusAccountSocialLogin2["NA"] = "NA";
|
package/dist/index.mjs
CHANGED
|
@@ -1276,8 +1276,8 @@ var EStatusAccountSocialFolderName = /* @__PURE__ */ ((EStatusAccountSocialFolde
|
|
|
1276
1276
|
|
|
1277
1277
|
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
1278
1278
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1279
|
-
EStatusAccountSocialLogin2["
|
|
1280
|
-
EStatusAccountSocialLogin2["
|
|
1279
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
1280
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
1281
1281
|
EStatusAccountSocialLogin2["Locked"] = "Locked";
|
|
1282
1282
|
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
1283
1283
|
EStatusAccountSocialLogin2["NA"] = "NA";
|