automation-lib 5.4.384 → 5.4.386
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 +134 -67
- package/dist/index.d.ts +134 -67
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1471,6 +1471,7 @@ var EStatusAccountSocialRaw = /* @__PURE__ */ ((EStatusAccountSocialRaw2) => {
|
|
|
1471
1471
|
EStatusAccountSocialRaw2["Spam"] = "Spam";
|
|
1472
1472
|
EStatusAccountSocialRaw2["Checkpoint"] = "Checkpoint";
|
|
1473
1473
|
EStatusAccountSocialRaw2["ErrorAppClone"] = "ErrorAppClone";
|
|
1474
|
+
EStatusAccountSocialRaw2["LoginError"] = "LoginError";
|
|
1474
1475
|
EStatusAccountSocialRaw2["NA"] = "N/A";
|
|
1475
1476
|
return EStatusAccountSocialRaw2;
|
|
1476
1477
|
})(EStatusAccountSocialRaw || {});
|
|
@@ -2226,18 +2227,17 @@ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
|
2226
2227
|
EStatusAccountVPN2["InActive"] = "InActive";
|
|
2227
2228
|
EStatusAccountVPN2["Active"] = "Active";
|
|
2228
2229
|
EStatusAccountVPN2["Working"] = "Working";
|
|
2229
|
-
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
2230
|
-
EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
|
|
2231
2230
|
EStatusAccountVPN2["Expired"] = "Expired";
|
|
2231
|
+
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
2232
2232
|
EStatusAccountVPN2["Error"] = "Error";
|
|
2233
2233
|
return EStatusAccountVPN2;
|
|
2234
2234
|
})(EStatusAccountVPN || {});
|
|
2235
2235
|
|
|
2236
2236
|
// src/interfaces/models/tool/managers/account-vps/enum/EStatusVPS.enum.ts
|
|
2237
2237
|
var EStatusVPS = /* @__PURE__ */ ((EStatusVPS2) => {
|
|
2238
|
+
EStatusVPS2["New"] = "New";
|
|
2238
2239
|
EStatusVPS2["Active"] = "Active";
|
|
2239
2240
|
EStatusVPS2["Pending"] = "Pending";
|
|
2240
|
-
EStatusVPS2["NewRaw"] = "NewRaw";
|
|
2241
2241
|
EStatusVPS2["Error"] = "Error";
|
|
2242
2242
|
return EStatusVPS2;
|
|
2243
2243
|
})(EStatusVPS || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1300,6 +1300,7 @@ var EStatusAccountSocialRaw = /* @__PURE__ */ ((EStatusAccountSocialRaw2) => {
|
|
|
1300
1300
|
EStatusAccountSocialRaw2["Spam"] = "Spam";
|
|
1301
1301
|
EStatusAccountSocialRaw2["Checkpoint"] = "Checkpoint";
|
|
1302
1302
|
EStatusAccountSocialRaw2["ErrorAppClone"] = "ErrorAppClone";
|
|
1303
|
+
EStatusAccountSocialRaw2["LoginError"] = "LoginError";
|
|
1303
1304
|
EStatusAccountSocialRaw2["NA"] = "N/A";
|
|
1304
1305
|
return EStatusAccountSocialRaw2;
|
|
1305
1306
|
})(EStatusAccountSocialRaw || {});
|
|
@@ -2055,18 +2056,17 @@ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
|
2055
2056
|
EStatusAccountVPN2["InActive"] = "InActive";
|
|
2056
2057
|
EStatusAccountVPN2["Active"] = "Active";
|
|
2057
2058
|
EStatusAccountVPN2["Working"] = "Working";
|
|
2058
|
-
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
2059
|
-
EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
|
|
2060
2059
|
EStatusAccountVPN2["Expired"] = "Expired";
|
|
2060
|
+
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
2061
2061
|
EStatusAccountVPN2["Error"] = "Error";
|
|
2062
2062
|
return EStatusAccountVPN2;
|
|
2063
2063
|
})(EStatusAccountVPN || {});
|
|
2064
2064
|
|
|
2065
2065
|
// src/interfaces/models/tool/managers/account-vps/enum/EStatusVPS.enum.ts
|
|
2066
2066
|
var EStatusVPS = /* @__PURE__ */ ((EStatusVPS2) => {
|
|
2067
|
+
EStatusVPS2["New"] = "New";
|
|
2067
2068
|
EStatusVPS2["Active"] = "Active";
|
|
2068
2069
|
EStatusVPS2["Pending"] = "Pending";
|
|
2069
|
-
EStatusVPS2["NewRaw"] = "NewRaw";
|
|
2070
2070
|
EStatusVPS2["Error"] = "Error";
|
|
2071
2071
|
return EStatusVPS2;
|
|
2072
2072
|
})(EStatusVPS || {});
|