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 CHANGED
@@ -1010,8 +1010,8 @@ declare enum EStatusAccountSocialFolderName {
1010
1010
  }
1011
1011
 
1012
1012
  declare enum EStatusAccountSocialLogin {
1013
- Available = "Available",
1014
- UnAvailable = "UnAvailable",
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
- Available = "Available",
1014
- UnAvailable = "UnAvailable",
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["Available"] = "Available";
1443
- EStatusAccountSocialLogin2["UnAvailable"] = "UnAvailable";
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["Available"] = "Available";
1280
- EStatusAccountSocialLogin2["UnAvailable"] = "UnAvailable";
1279
+ EStatusAccountSocialLogin2["Active"] = "Active";
1280
+ EStatusAccountSocialLogin2["InActive"] = "InActive";
1281
1281
  EStatusAccountSocialLogin2["Locked"] = "Locked";
1282
1282
  EStatusAccountSocialLogin2["Pending"] = "Pending";
1283
1283
  EStatusAccountSocialLogin2["NA"] = "NA";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.215",
3
+ "version": "5.4.216",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",