automation-lib 5.4.380 → 5.4.383
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 +76 -50
- package/dist/index.d.ts +76 -50
- package/dist/index.js +54 -1
- package/dist/index.mjs +51 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71,6 +71,8 @@ __export(index_exports, {
|
|
|
71
71
|
ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
|
|
72
72
|
EStartStop: () => EStartStop,
|
|
73
73
|
EStatusAccountAI: () => EStatusAccountAI,
|
|
74
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
75
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
74
76
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
75
77
|
EStatusAccountSocialCheckAuth: () => EStatusAccountSocialCheckAuth,
|
|
76
78
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
@@ -101,6 +103,7 @@ __export(index_exports, {
|
|
|
101
103
|
EStatusDeviceSetupSettingTask: () => EStatusDeviceSetupSettingTask,
|
|
102
104
|
EStatusDeviceSync: () => EStatusDeviceSync,
|
|
103
105
|
EStatusEditPost: () => EStatusEditPost,
|
|
106
|
+
EStatusEmail: () => EStatusEmail,
|
|
104
107
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
105
108
|
EStatusGenerate: () => EStatusGenerate,
|
|
106
109
|
EStatusImportAccountSocial: () => EStatusImportAccountSocial,
|
|
@@ -2101,7 +2104,10 @@ var models_exports = {};
|
|
|
2101
2104
|
__export(models_exports, {
|
|
2102
2105
|
Auth: () => auth_exports,
|
|
2103
2106
|
Common: () => common_exports,
|
|
2107
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
2108
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
2104
2109
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2110
|
+
EStatusEmail: () => EStatusEmail,
|
|
2105
2111
|
Forum: () => forum_exports,
|
|
2106
2112
|
History: () => history_exports,
|
|
2107
2113
|
Permission: () => permission_exports,
|
|
@@ -2125,9 +2131,38 @@ var socials_exports = {};
|
|
|
2125
2131
|
// src/interfaces/models/tool/index.ts
|
|
2126
2132
|
var tool_exports = {};
|
|
2127
2133
|
__export(tool_exports, {
|
|
2128
|
-
|
|
2134
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
2135
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
2136
|
+
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2137
|
+
EStatusEmail: () => EStatusEmail
|
|
2129
2138
|
});
|
|
2130
2139
|
|
|
2140
|
+
// src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
|
|
2141
|
+
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
2142
|
+
EStatusAccountCanva2["New"] = "New";
|
|
2143
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
2144
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
2145
|
+
EStatusAccountCanva2["Working"] = "Working";
|
|
2146
|
+
EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
|
|
2147
|
+
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
2148
|
+
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
2149
|
+
EStatusAccountCanva2["Error"] = "Error";
|
|
2150
|
+
return EStatusAccountCanva2;
|
|
2151
|
+
})(EStatusAccountCanva || {});
|
|
2152
|
+
|
|
2153
|
+
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EStatusAccountCHPlayICloud.enum.ts
|
|
2154
|
+
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
2155
|
+
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
2156
|
+
EStatusAccountCHPlayICloud2["InActive"] = "InActive";
|
|
2157
|
+
EStatusAccountCHPlayICloud2["Active"] = "Active";
|
|
2158
|
+
EStatusAccountCHPlayICloud2["Working"] = "Working";
|
|
2159
|
+
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
2160
|
+
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
2161
|
+
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
2162
|
+
EStatusAccountCHPlayICloud2["NotExist"] = "NotExist";
|
|
2163
|
+
return EStatusAccountCHPlayICloud2;
|
|
2164
|
+
})(EStatusAccountCHPlayICloud || {});
|
|
2165
|
+
|
|
2131
2166
|
// src/interfaces/models/tool/managers/account-drive/enum/EStatusAccountDrive.enum.ts
|
|
2132
2167
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
2133
2168
|
EStatusAccountDrive2["New"] = "New";
|
|
@@ -2141,6 +2176,18 @@ var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
|
2141
2176
|
return EStatusAccountDrive2;
|
|
2142
2177
|
})(EStatusAccountDrive || {});
|
|
2143
2178
|
|
|
2179
|
+
// src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
|
|
2180
|
+
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
2181
|
+
EStatusEmail2["New"] = "New";
|
|
2182
|
+
EStatusEmail2["Active"] = "Active";
|
|
2183
|
+
EStatusEmail2["InActive"] = "InActive";
|
|
2184
|
+
EStatusEmail2["AccountNotExist"] = "AccountNotExist";
|
|
2185
|
+
EStatusEmail2["WrongPassword"] = "WrongPassword";
|
|
2186
|
+
EStatusEmail2["Wrong2FA"] = "Wrong2FA";
|
|
2187
|
+
EStatusEmail2["Error"] = "Error";
|
|
2188
|
+
return EStatusEmail2;
|
|
2189
|
+
})(EStatusEmail || {});
|
|
2190
|
+
|
|
2144
2191
|
// src/interfaces/models/forum/index.ts
|
|
2145
2192
|
var forum_exports = {};
|
|
2146
2193
|
|
|
@@ -2158,7 +2205,10 @@ var interfaces_exports = {};
|
|
|
2158
2205
|
__export(interfaces_exports, {
|
|
2159
2206
|
Auth: () => auth_exports,
|
|
2160
2207
|
Common: () => common_exports,
|
|
2208
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
2209
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
2161
2210
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2211
|
+
EStatusEmail: () => EStatusEmail,
|
|
2162
2212
|
Forum: () => forum_exports,
|
|
2163
2213
|
History: () => history_exports,
|
|
2164
2214
|
Permission: () => permission_exports,
|
|
@@ -2219,6 +2269,8 @@ __export(interfaces_exports, {
|
|
|
2219
2269
|
ESheetToolTimeCrawl,
|
|
2220
2270
|
EStartStop,
|
|
2221
2271
|
EStatusAccountAI,
|
|
2272
|
+
EStatusAccountCHPlayICloud,
|
|
2273
|
+
EStatusAccountCanva,
|
|
2222
2274
|
EStatusAccountDrive,
|
|
2223
2275
|
EStatusAccountSocialCheckAuth,
|
|
2224
2276
|
EStatusAccountSocialFolderName,
|
|
@@ -2249,6 +2301,7 @@ __export(interfaces_exports, {
|
|
|
2249
2301
|
EStatusDeviceSetupSettingTask,
|
|
2250
2302
|
EStatusDeviceSync,
|
|
2251
2303
|
EStatusEditPost,
|
|
2304
|
+
EStatusEmail,
|
|
2252
2305
|
EStatusExecuteCommon,
|
|
2253
2306
|
EStatusGenerate,
|
|
2254
2307
|
EStatusImportAccountSocial,
|
package/dist/index.mjs
CHANGED
|
@@ -1938,7 +1938,10 @@ var models_exports = {};
|
|
|
1938
1938
|
__export(models_exports, {
|
|
1939
1939
|
Auth: () => auth_exports,
|
|
1940
1940
|
Common: () => common_exports,
|
|
1941
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
1942
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
1941
1943
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1944
|
+
EStatusEmail: () => EStatusEmail,
|
|
1942
1945
|
Forum: () => forum_exports,
|
|
1943
1946
|
History: () => history_exports,
|
|
1944
1947
|
Permission: () => permission_exports,
|
|
@@ -1962,9 +1965,38 @@ var socials_exports = {};
|
|
|
1962
1965
|
// src/interfaces/models/tool/index.ts
|
|
1963
1966
|
var tool_exports = {};
|
|
1964
1967
|
__export(tool_exports, {
|
|
1965
|
-
|
|
1968
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
1969
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
1970
|
+
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1971
|
+
EStatusEmail: () => EStatusEmail
|
|
1966
1972
|
});
|
|
1967
1973
|
|
|
1974
|
+
// src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
|
|
1975
|
+
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
1976
|
+
EStatusAccountCanva2["New"] = "New";
|
|
1977
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
1978
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
1979
|
+
EStatusAccountCanva2["Working"] = "Working";
|
|
1980
|
+
EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
|
|
1981
|
+
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
1982
|
+
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
1983
|
+
EStatusAccountCanva2["Error"] = "Error";
|
|
1984
|
+
return EStatusAccountCanva2;
|
|
1985
|
+
})(EStatusAccountCanva || {});
|
|
1986
|
+
|
|
1987
|
+
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EStatusAccountCHPlayICloud.enum.ts
|
|
1988
|
+
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
1989
|
+
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
1990
|
+
EStatusAccountCHPlayICloud2["InActive"] = "InActive";
|
|
1991
|
+
EStatusAccountCHPlayICloud2["Active"] = "Active";
|
|
1992
|
+
EStatusAccountCHPlayICloud2["Working"] = "Working";
|
|
1993
|
+
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
1994
|
+
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
1995
|
+
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
1996
|
+
EStatusAccountCHPlayICloud2["NotExist"] = "NotExist";
|
|
1997
|
+
return EStatusAccountCHPlayICloud2;
|
|
1998
|
+
})(EStatusAccountCHPlayICloud || {});
|
|
1999
|
+
|
|
1968
2000
|
// src/interfaces/models/tool/managers/account-drive/enum/EStatusAccountDrive.enum.ts
|
|
1969
2001
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
1970
2002
|
EStatusAccountDrive2["New"] = "New";
|
|
@@ -1978,6 +2010,18 @@ var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
|
1978
2010
|
return EStatusAccountDrive2;
|
|
1979
2011
|
})(EStatusAccountDrive || {});
|
|
1980
2012
|
|
|
2013
|
+
// src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
|
|
2014
|
+
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
2015
|
+
EStatusEmail2["New"] = "New";
|
|
2016
|
+
EStatusEmail2["Active"] = "Active";
|
|
2017
|
+
EStatusEmail2["InActive"] = "InActive";
|
|
2018
|
+
EStatusEmail2["AccountNotExist"] = "AccountNotExist";
|
|
2019
|
+
EStatusEmail2["WrongPassword"] = "WrongPassword";
|
|
2020
|
+
EStatusEmail2["Wrong2FA"] = "Wrong2FA";
|
|
2021
|
+
EStatusEmail2["Error"] = "Error";
|
|
2022
|
+
return EStatusEmail2;
|
|
2023
|
+
})(EStatusEmail || {});
|
|
2024
|
+
|
|
1981
2025
|
// src/interfaces/models/forum/index.ts
|
|
1982
2026
|
var forum_exports = {};
|
|
1983
2027
|
|
|
@@ -1995,7 +2039,10 @@ var interfaces_exports = {};
|
|
|
1995
2039
|
__export(interfaces_exports, {
|
|
1996
2040
|
Auth: () => auth_exports,
|
|
1997
2041
|
Common: () => common_exports,
|
|
2042
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
2043
|
+
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
1998
2044
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2045
|
+
EStatusEmail: () => EStatusEmail,
|
|
1999
2046
|
Forum: () => forum_exports,
|
|
2000
2047
|
History: () => history_exports,
|
|
2001
2048
|
Permission: () => permission_exports,
|
|
@@ -2055,6 +2102,8 @@ export {
|
|
|
2055
2102
|
ESheetToolTimeCrawl,
|
|
2056
2103
|
EStartStop,
|
|
2057
2104
|
EStatusAccountAI,
|
|
2105
|
+
EStatusAccountCHPlayICloud,
|
|
2106
|
+
EStatusAccountCanva,
|
|
2058
2107
|
EStatusAccountDrive,
|
|
2059
2108
|
EStatusAccountSocialCheckAuth,
|
|
2060
2109
|
EStatusAccountSocialFolderName,
|
|
@@ -2085,6 +2134,7 @@ export {
|
|
|
2085
2134
|
EStatusDeviceSetupSettingTask,
|
|
2086
2135
|
EStatusDeviceSync,
|
|
2087
2136
|
EStatusEditPost,
|
|
2137
|
+
EStatusEmail,
|
|
2088
2138
|
EStatusExecuteCommon,
|
|
2089
2139
|
EStatusGenerate,
|
|
2090
2140
|
EStatusImportAccountSocial,
|