automation-lib 5.4.383 → 5.4.385

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.js CHANGED
@@ -83,6 +83,7 @@ __export(index_exports, {
83
83
  EStatusAccountSocialSetting: () => EStatusAccountSocialSetting,
84
84
  EStatusAccountSocialSync: () => EStatusAccountSocialSync,
85
85
  EStatusAccountSocialSyncInstagramThreads: () => EStatusAccountSocialSyncInstagramThreads,
86
+ EStatusAccountVPN: () => EStatusAccountVPN,
86
87
  EStatusActive: () => EStatusActive,
87
88
  EStatusBlog: () => EStatusBlog,
88
89
  EStatusChangeInfo: () => EStatusChangeInfo,
@@ -112,6 +113,8 @@ __export(index_exports, {
112
113
  EStatusPC: () => EStatusPC,
113
114
  EStatusPCControl: () => EStatusPCControl,
114
115
  EStatusPost: () => EStatusPost,
116
+ EStatusProxyChecked: () => EStatusProxyChecked,
117
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
115
118
  EStatusRole: () => EStatusRole,
116
119
  EStatusSheetWork: () => EStatusSheetWork,
117
120
  EStatusTaskAIContent: () => EStatusTaskAIContent,
@@ -125,6 +128,8 @@ __export(index_exports, {
125
128
  EStatusTaskVoice: () => EStatusTaskVoice,
126
129
  EStatusTeam: () => EStatusTeam,
127
130
  EStatusUser: () => EStatusUser,
131
+ EStatusVPS: () => EStatusVPS,
132
+ EStatusVPSReplace: () => EStatusVPSReplace,
128
133
  ETimeFilter: () => ETimeFilter,
129
134
  ETimeZone: () => ETimeZone,
130
135
  EToolName: () => EToolName,
@@ -2107,7 +2112,12 @@ __export(models_exports, {
2107
2112
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2108
2113
  EStatusAccountCanva: () => EStatusAccountCanva,
2109
2114
  EStatusAccountDrive: () => EStatusAccountDrive,
2115
+ EStatusAccountVPN: () => EStatusAccountVPN,
2110
2116
  EStatusEmail: () => EStatusEmail,
2117
+ EStatusProxyChecked: () => EStatusProxyChecked,
2118
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
2119
+ EStatusVPS: () => EStatusVPS,
2120
+ EStatusVPSReplace: () => EStatusVPSReplace,
2111
2121
  Forum: () => forum_exports,
2112
2122
  History: () => history_exports,
2113
2123
  Permission: () => permission_exports,
@@ -2134,7 +2144,12 @@ __export(tool_exports, {
2134
2144
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2135
2145
  EStatusAccountCanva: () => EStatusAccountCanva,
2136
2146
  EStatusAccountDrive: () => EStatusAccountDrive,
2137
- EStatusEmail: () => EStatusEmail
2147
+ EStatusAccountVPN: () => EStatusAccountVPN,
2148
+ EStatusEmail: () => EStatusEmail,
2149
+ EStatusProxyChecked: () => EStatusProxyChecked,
2150
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
2151
+ EStatusVPS: () => EStatusVPS,
2152
+ EStatusVPSReplace: () => EStatusVPSReplace
2138
2153
  });
2139
2154
 
2140
2155
  // src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
@@ -2188,6 +2203,50 @@ var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
2188
2203
  return EStatusEmail2;
2189
2204
  })(EStatusEmail || {});
2190
2205
 
2206
+ // src/interfaces/models/tool/managers/account-proxy/enum/EStatusAccountProxy.enum.ts
2207
+ var EStatusProxyNewIP = /* @__PURE__ */ ((EStatusProxyNewIP2) => {
2208
+ EStatusProxyNewIP2["Active"] = "Active";
2209
+ EStatusProxyNewIP2["New"] = "New";
2210
+ EStatusProxyNewIP2["Error"] = "Error";
2211
+ EStatusProxyNewIP2["Unknown"] = "Unknown";
2212
+ return EStatusProxyNewIP2;
2213
+ })(EStatusProxyNewIP || {});
2214
+ var EStatusProxyChecked = /* @__PURE__ */ ((EStatusProxyChecked2) => {
2215
+ EStatusProxyChecked2["Dead"] = "Dead";
2216
+ EStatusProxyChecked2["Unknown"] = "Unknown";
2217
+ EStatusProxyChecked2["Working"] = "Working";
2218
+ EStatusProxyChecked2["Expired"] = "Expired";
2219
+ EStatusProxyChecked2["ErrorChecker"] = "ErrorChecker";
2220
+ return EStatusProxyChecked2;
2221
+ })(EStatusProxyChecked || {});
2222
+
2223
+ // src/interfaces/models/tool/managers/account-vpn/enum/EStatusAccountVPN.enum.ts
2224
+ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
2225
+ EStatusAccountVPN2["New"] = "New";
2226
+ EStatusAccountVPN2["InActive"] = "InActive";
2227
+ EStatusAccountVPN2["Active"] = "Active";
2228
+ EStatusAccountVPN2["Working"] = "Working";
2229
+ EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
2230
+ EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
2231
+ EStatusAccountVPN2["Expired"] = "Expired";
2232
+ EStatusAccountVPN2["Error"] = "Error";
2233
+ return EStatusAccountVPN2;
2234
+ })(EStatusAccountVPN || {});
2235
+
2236
+ // src/interfaces/models/tool/managers/account-vps/enum/EStatusVPS.enum.ts
2237
+ var EStatusVPS = /* @__PURE__ */ ((EStatusVPS2) => {
2238
+ EStatusVPS2["Active"] = "Active";
2239
+ EStatusVPS2["Pending"] = "Pending";
2240
+ EStatusVPS2["NewRaw"] = "NewRaw";
2241
+ EStatusVPS2["Error"] = "Error";
2242
+ return EStatusVPS2;
2243
+ })(EStatusVPS || {});
2244
+ var EStatusVPSReplace = /* @__PURE__ */ ((EStatusVPSReplace2) => {
2245
+ EStatusVPSReplace2["NA"] = "N/A";
2246
+ EStatusVPSReplace2["Replaced"] = "Replaced";
2247
+ return EStatusVPSReplace2;
2248
+ })(EStatusVPSReplace || {});
2249
+
2191
2250
  // src/interfaces/models/forum/index.ts
2192
2251
  var forum_exports = {};
2193
2252
 
@@ -2208,7 +2267,12 @@ __export(interfaces_exports, {
2208
2267
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2209
2268
  EStatusAccountCanva: () => EStatusAccountCanva,
2210
2269
  EStatusAccountDrive: () => EStatusAccountDrive,
2270
+ EStatusAccountVPN: () => EStatusAccountVPN,
2211
2271
  EStatusEmail: () => EStatusEmail,
2272
+ EStatusProxyChecked: () => EStatusProxyChecked,
2273
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
2274
+ EStatusVPS: () => EStatusVPS,
2275
+ EStatusVPSReplace: () => EStatusVPSReplace,
2212
2276
  Forum: () => forum_exports,
2213
2277
  History: () => history_exports,
2214
2278
  Permission: () => permission_exports,
@@ -2281,6 +2345,7 @@ __export(interfaces_exports, {
2281
2345
  EStatusAccountSocialSetting,
2282
2346
  EStatusAccountSocialSync,
2283
2347
  EStatusAccountSocialSyncInstagramThreads,
2348
+ EStatusAccountVPN,
2284
2349
  EStatusActive,
2285
2350
  EStatusBlog,
2286
2351
  EStatusChangeInfo,
@@ -2310,6 +2375,8 @@ __export(interfaces_exports, {
2310
2375
  EStatusPC,
2311
2376
  EStatusPCControl,
2312
2377
  EStatusPost,
2378
+ EStatusProxyChecked,
2379
+ EStatusProxyNewIP,
2313
2380
  EStatusRole,
2314
2381
  EStatusSheetWork,
2315
2382
  EStatusTaskAIContent,
@@ -2323,6 +2390,8 @@ __export(interfaces_exports, {
2323
2390
  EStatusTaskVoice,
2324
2391
  EStatusTeam,
2325
2392
  EStatusUser,
2393
+ EStatusVPS,
2394
+ EStatusVPSReplace,
2326
2395
  ETimeFilter,
2327
2396
  ETimeZone,
2328
2397
  EToolName,
package/dist/index.mjs CHANGED
@@ -1941,7 +1941,12 @@ __export(models_exports, {
1941
1941
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
1942
1942
  EStatusAccountCanva: () => EStatusAccountCanva,
1943
1943
  EStatusAccountDrive: () => EStatusAccountDrive,
1944
+ EStatusAccountVPN: () => EStatusAccountVPN,
1944
1945
  EStatusEmail: () => EStatusEmail,
1946
+ EStatusProxyChecked: () => EStatusProxyChecked,
1947
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
1948
+ EStatusVPS: () => EStatusVPS,
1949
+ EStatusVPSReplace: () => EStatusVPSReplace,
1945
1950
  Forum: () => forum_exports,
1946
1951
  History: () => history_exports,
1947
1952
  Permission: () => permission_exports,
@@ -1968,7 +1973,12 @@ __export(tool_exports, {
1968
1973
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
1969
1974
  EStatusAccountCanva: () => EStatusAccountCanva,
1970
1975
  EStatusAccountDrive: () => EStatusAccountDrive,
1971
- EStatusEmail: () => EStatusEmail
1976
+ EStatusAccountVPN: () => EStatusAccountVPN,
1977
+ EStatusEmail: () => EStatusEmail,
1978
+ EStatusProxyChecked: () => EStatusProxyChecked,
1979
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
1980
+ EStatusVPS: () => EStatusVPS,
1981
+ EStatusVPSReplace: () => EStatusVPSReplace
1972
1982
  });
1973
1983
 
1974
1984
  // src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
@@ -2022,6 +2032,50 @@ var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
2022
2032
  return EStatusEmail2;
2023
2033
  })(EStatusEmail || {});
2024
2034
 
2035
+ // src/interfaces/models/tool/managers/account-proxy/enum/EStatusAccountProxy.enum.ts
2036
+ var EStatusProxyNewIP = /* @__PURE__ */ ((EStatusProxyNewIP2) => {
2037
+ EStatusProxyNewIP2["Active"] = "Active";
2038
+ EStatusProxyNewIP2["New"] = "New";
2039
+ EStatusProxyNewIP2["Error"] = "Error";
2040
+ EStatusProxyNewIP2["Unknown"] = "Unknown";
2041
+ return EStatusProxyNewIP2;
2042
+ })(EStatusProxyNewIP || {});
2043
+ var EStatusProxyChecked = /* @__PURE__ */ ((EStatusProxyChecked2) => {
2044
+ EStatusProxyChecked2["Dead"] = "Dead";
2045
+ EStatusProxyChecked2["Unknown"] = "Unknown";
2046
+ EStatusProxyChecked2["Working"] = "Working";
2047
+ EStatusProxyChecked2["Expired"] = "Expired";
2048
+ EStatusProxyChecked2["ErrorChecker"] = "ErrorChecker";
2049
+ return EStatusProxyChecked2;
2050
+ })(EStatusProxyChecked || {});
2051
+
2052
+ // src/interfaces/models/tool/managers/account-vpn/enum/EStatusAccountVPN.enum.ts
2053
+ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
2054
+ EStatusAccountVPN2["New"] = "New";
2055
+ EStatusAccountVPN2["InActive"] = "InActive";
2056
+ EStatusAccountVPN2["Active"] = "Active";
2057
+ EStatusAccountVPN2["Working"] = "Working";
2058
+ EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
2059
+ EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
2060
+ EStatusAccountVPN2["Expired"] = "Expired";
2061
+ EStatusAccountVPN2["Error"] = "Error";
2062
+ return EStatusAccountVPN2;
2063
+ })(EStatusAccountVPN || {});
2064
+
2065
+ // src/interfaces/models/tool/managers/account-vps/enum/EStatusVPS.enum.ts
2066
+ var EStatusVPS = /* @__PURE__ */ ((EStatusVPS2) => {
2067
+ EStatusVPS2["Active"] = "Active";
2068
+ EStatusVPS2["Pending"] = "Pending";
2069
+ EStatusVPS2["NewRaw"] = "NewRaw";
2070
+ EStatusVPS2["Error"] = "Error";
2071
+ return EStatusVPS2;
2072
+ })(EStatusVPS || {});
2073
+ var EStatusVPSReplace = /* @__PURE__ */ ((EStatusVPSReplace2) => {
2074
+ EStatusVPSReplace2["NA"] = "N/A";
2075
+ EStatusVPSReplace2["Replaced"] = "Replaced";
2076
+ return EStatusVPSReplace2;
2077
+ })(EStatusVPSReplace || {});
2078
+
2025
2079
  // src/interfaces/models/forum/index.ts
2026
2080
  var forum_exports = {};
2027
2081
 
@@ -2042,7 +2096,12 @@ __export(interfaces_exports, {
2042
2096
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2043
2097
  EStatusAccountCanva: () => EStatusAccountCanva,
2044
2098
  EStatusAccountDrive: () => EStatusAccountDrive,
2099
+ EStatusAccountVPN: () => EStatusAccountVPN,
2045
2100
  EStatusEmail: () => EStatusEmail,
2101
+ EStatusProxyChecked: () => EStatusProxyChecked,
2102
+ EStatusProxyNewIP: () => EStatusProxyNewIP,
2103
+ EStatusVPS: () => EStatusVPS,
2104
+ EStatusVPSReplace: () => EStatusVPSReplace,
2046
2105
  Forum: () => forum_exports,
2047
2106
  History: () => history_exports,
2048
2107
  Permission: () => permission_exports,
@@ -2114,6 +2173,7 @@ export {
2114
2173
  EStatusAccountSocialSetting,
2115
2174
  EStatusAccountSocialSync,
2116
2175
  EStatusAccountSocialSyncInstagramThreads,
2176
+ EStatusAccountVPN,
2117
2177
  EStatusActive,
2118
2178
  EStatusBlog,
2119
2179
  EStatusChangeInfo,
@@ -2143,6 +2203,8 @@ export {
2143
2203
  EStatusPC,
2144
2204
  EStatusPCControl,
2145
2205
  EStatusPost,
2206
+ EStatusProxyChecked,
2207
+ EStatusProxyNewIP,
2146
2208
  EStatusRole,
2147
2209
  EStatusSheetWork,
2148
2210
  EStatusTaskAIContent,
@@ -2156,6 +2218,8 @@ export {
2156
2218
  EStatusTaskVoice,
2157
2219
  EStatusTeam,
2158
2220
  EStatusUser,
2221
+ EStatusVPS,
2222
+ EStatusVPSReplace,
2159
2223
  ETimeFilter,
2160
2224
  ETimeZone,
2161
2225
  EToolName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.383",
3
+ "version": "5.4.385",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",