automation-lib 5.4.115 → 5.4.118
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 +118 -56
- package/dist/index.d.ts +118 -56
- package/dist/index.js +10 -13
- package/dist/index.mjs +9 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -68,7 +68,6 @@ __export(index_exports, {
|
|
|
68
68
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
69
69
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
70
70
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
71
|
-
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
72
71
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
73
72
|
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
74
73
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
@@ -98,6 +97,7 @@ __export(index_exports, {
|
|
|
98
97
|
EStatusDeviceSync: () => EStatusDeviceSync,
|
|
99
98
|
EStatusEmail: () => EStatusEmail,
|
|
100
99
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
100
|
+
EStatusImport: () => EStatusImport,
|
|
101
101
|
EStatusLark: () => EStatusLark,
|
|
102
102
|
EStatusMailWork: () => EStatusMailWork,
|
|
103
103
|
EStatusPC: () => EStatusPC,
|
|
@@ -632,7 +632,6 @@ __export(enums_exports, {
|
|
|
632
632
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
633
633
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
634
634
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
635
|
-
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
636
635
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
637
636
|
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
638
637
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
@@ -1272,7 +1271,6 @@ __export(status_exports, {
|
|
|
1272
1271
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1273
1272
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
1274
1273
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
1275
|
-
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
1276
1274
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
1277
1275
|
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
1278
1276
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
@@ -1408,15 +1406,6 @@ var EStatusAccountSocialFolderName = /* @__PURE__ */ ((EStatusAccountSocialFolde
|
|
|
1408
1406
|
return EStatusAccountSocialFolderName2;
|
|
1409
1407
|
})(EStatusAccountSocialFolderName || {});
|
|
1410
1408
|
|
|
1411
|
-
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
1412
|
-
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|
|
1413
|
-
EStatusAccountSocialImport2["Successfully"] = "Successfully";
|
|
1414
|
-
EStatusAccountSocialImport2["Error"] = "Error";
|
|
1415
|
-
EStatusAccountSocialImport2["ImportError"] = "ImportError";
|
|
1416
|
-
EStatusAccountSocialImport2["DataError"] = "DataError";
|
|
1417
|
-
return EStatusAccountSocialImport2;
|
|
1418
|
-
})(EStatusAccountSocialImport || {});
|
|
1419
|
-
|
|
1420
1409
|
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
1421
1410
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1422
1411
|
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
@@ -2075,6 +2064,7 @@ var models_exports = {};
|
|
|
2075
2064
|
__export(models_exports, {
|
|
2076
2065
|
Auth: () => auth_exports,
|
|
2077
2066
|
Common: () => common_exports,
|
|
2067
|
+
EStatusImport: () => EStatusImport,
|
|
2078
2068
|
ETypeImport: () => ETypeImport,
|
|
2079
2069
|
Forum: () => forum_exports,
|
|
2080
2070
|
History: () => history_exports,
|
|
@@ -2096,6 +2086,7 @@ var auth_exports = {};
|
|
|
2096
2086
|
// src/interfaces/models/socials/index.ts
|
|
2097
2087
|
var socials_exports = {};
|
|
2098
2088
|
__export(socials_exports, {
|
|
2089
|
+
EStatusImport: () => EStatusImport,
|
|
2099
2090
|
ETypeImport: () => ETypeImport
|
|
2100
2091
|
});
|
|
2101
2092
|
|
|
@@ -2107,6 +2098,12 @@ var ETypeImport = /* @__PURE__ */ ((ETypeImport2) => {
|
|
|
2107
2098
|
ETypeImport2["FollowUnFollow"] = "Follow/UnFollow";
|
|
2108
2099
|
return ETypeImport2;
|
|
2109
2100
|
})(ETypeImport || {});
|
|
2101
|
+
var EStatusImport = /* @__PURE__ */ ((EStatusImport2) => {
|
|
2102
|
+
EStatusImport2["Success"] = "Success";
|
|
2103
|
+
EStatusImport2["Error"] = "Error";
|
|
2104
|
+
EStatusImport2["DataInvalid"] = "DataInvalid";
|
|
2105
|
+
return EStatusImport2;
|
|
2106
|
+
})(EStatusImport || {});
|
|
2110
2107
|
|
|
2111
2108
|
// src/interfaces/models/tool/index.ts
|
|
2112
2109
|
var tool_exports = {};
|
|
@@ -2175,7 +2172,6 @@ var dto_exports = {};
|
|
|
2175
2172
|
EStatusAccountDrive,
|
|
2176
2173
|
EStatusAccountSocial,
|
|
2177
2174
|
EStatusAccountSocialFolderName,
|
|
2178
|
-
EStatusAccountSocialImport,
|
|
2179
2175
|
EStatusAccountSocialLogin,
|
|
2180
2176
|
EStatusAccountSocialLoginEmail,
|
|
2181
2177
|
EStatusAccountSocialRun,
|
|
@@ -2205,6 +2201,7 @@ var dto_exports = {};
|
|
|
2205
2201
|
EStatusDeviceSync,
|
|
2206
2202
|
EStatusEmail,
|
|
2207
2203
|
EStatusExecuteCommon,
|
|
2204
|
+
EStatusImport,
|
|
2208
2205
|
EStatusLark,
|
|
2209
2206
|
EStatusMailWork,
|
|
2210
2207
|
EStatusPC,
|
package/dist/index.mjs
CHANGED
|
@@ -476,7 +476,6 @@ __export(enums_exports, {
|
|
|
476
476
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
477
477
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
478
478
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
479
|
-
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
480
479
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
481
480
|
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
482
481
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
@@ -1116,7 +1115,6 @@ __export(status_exports, {
|
|
|
1116
1115
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1117
1116
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
1118
1117
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
1119
|
-
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
1120
1118
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
1121
1119
|
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
1122
1120
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
@@ -1252,15 +1250,6 @@ var EStatusAccountSocialFolderName = /* @__PURE__ */ ((EStatusAccountSocialFolde
|
|
|
1252
1250
|
return EStatusAccountSocialFolderName2;
|
|
1253
1251
|
})(EStatusAccountSocialFolderName || {});
|
|
1254
1252
|
|
|
1255
|
-
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
1256
|
-
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|
|
1257
|
-
EStatusAccountSocialImport2["Successfully"] = "Successfully";
|
|
1258
|
-
EStatusAccountSocialImport2["Error"] = "Error";
|
|
1259
|
-
EStatusAccountSocialImport2["ImportError"] = "ImportError";
|
|
1260
|
-
EStatusAccountSocialImport2["DataError"] = "DataError";
|
|
1261
|
-
return EStatusAccountSocialImport2;
|
|
1262
|
-
})(EStatusAccountSocialImport || {});
|
|
1263
|
-
|
|
1264
1253
|
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
1265
1254
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1266
1255
|
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
@@ -1919,6 +1908,7 @@ var models_exports = {};
|
|
|
1919
1908
|
__export(models_exports, {
|
|
1920
1909
|
Auth: () => auth_exports,
|
|
1921
1910
|
Common: () => common_exports,
|
|
1911
|
+
EStatusImport: () => EStatusImport,
|
|
1922
1912
|
ETypeImport: () => ETypeImport,
|
|
1923
1913
|
Forum: () => forum_exports,
|
|
1924
1914
|
History: () => history_exports,
|
|
@@ -1940,6 +1930,7 @@ var auth_exports = {};
|
|
|
1940
1930
|
// src/interfaces/models/socials/index.ts
|
|
1941
1931
|
var socials_exports = {};
|
|
1942
1932
|
__export(socials_exports, {
|
|
1933
|
+
EStatusImport: () => EStatusImport,
|
|
1943
1934
|
ETypeImport: () => ETypeImport
|
|
1944
1935
|
});
|
|
1945
1936
|
|
|
@@ -1951,6 +1942,12 @@ var ETypeImport = /* @__PURE__ */ ((ETypeImport2) => {
|
|
|
1951
1942
|
ETypeImport2["FollowUnFollow"] = "Follow/UnFollow";
|
|
1952
1943
|
return ETypeImport2;
|
|
1953
1944
|
})(ETypeImport || {});
|
|
1945
|
+
var EStatusImport = /* @__PURE__ */ ((EStatusImport2) => {
|
|
1946
|
+
EStatusImport2["Success"] = "Success";
|
|
1947
|
+
EStatusImport2["Error"] = "Error";
|
|
1948
|
+
EStatusImport2["DataInvalid"] = "DataInvalid";
|
|
1949
|
+
return EStatusImport2;
|
|
1950
|
+
})(EStatusImport || {});
|
|
1954
1951
|
|
|
1955
1952
|
// src/interfaces/models/tool/index.ts
|
|
1956
1953
|
var tool_exports = {};
|
|
@@ -2018,7 +2015,6 @@ export {
|
|
|
2018
2015
|
EStatusAccountDrive,
|
|
2019
2016
|
EStatusAccountSocial,
|
|
2020
2017
|
EStatusAccountSocialFolderName,
|
|
2021
|
-
EStatusAccountSocialImport,
|
|
2022
2018
|
EStatusAccountSocialLogin,
|
|
2023
2019
|
EStatusAccountSocialLoginEmail,
|
|
2024
2020
|
EStatusAccountSocialRun,
|
|
@@ -2048,6 +2044,7 @@ export {
|
|
|
2048
2044
|
EStatusDeviceSync,
|
|
2049
2045
|
EStatusEmail,
|
|
2050
2046
|
EStatusExecuteCommon,
|
|
2047
|
+
EStatusImport,
|
|
2051
2048
|
EStatusLark,
|
|
2052
2049
|
EStatusMailWork,
|
|
2053
2050
|
EStatusPC,
|