automation-lib 5.5.86 → 5.6.1

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
@@ -187,7 +187,6 @@ __export(index_exports, {
187
187
  Forum: () => forum_exports,
188
188
  Lark: () => lark_exports,
189
189
  Permission: () => permission_exports,
190
- SheetTool: () => sheet_tool_exports,
191
190
  Socials: () => socials_exports,
192
191
  Status: () => status_exports,
193
192
  Tool: () => tool_exports,
@@ -660,11 +659,6 @@ __export(enums_exports, {
660
659
  EPostStyle: () => EPostStyle,
661
660
  EPostType: () => EPostType,
662
661
  EPriority: () => EPriority,
663
- ESheetToolInstagram: () => ESheetToolInstagram,
664
- ESheetToolStatusImport: () => ESheetToolStatusImport,
665
- ESheetToolStatusRun: () => ESheetToolStatusRun,
666
- ESheetToolThreads: () => ESheetToolThreads,
667
- ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
668
662
  EStartStop: () => EStartStop,
669
663
  EStatusAccountSocialCheckAuth: () => EStatusAccountSocialCheckAuth,
670
664
  EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
@@ -746,7 +740,6 @@ __export(enums_exports, {
746
740
  ETypeVoiceLanguage: () => ETypeVoiceLanguage,
747
741
  EYesNo: () => EYesNo,
748
742
  Lark: () => lark_exports,
749
- SheetTool: () => sheet_tool_exports,
750
743
  Status: () => status_exports,
751
744
  Types: () => types_exports
752
745
  });
@@ -1076,7 +1069,6 @@ var EYesNo = /* @__PURE__ */ ((EYesNo2) => {
1076
1069
  var EStatusUse = /* @__PURE__ */ ((EStatusUse2) => {
1077
1070
  EStatusUse2["Draft"] = "Draft";
1078
1071
  EStatusUse2["Use"] = "Use";
1079
- EStatusUse2["NotUse"] = "NotUse";
1080
1072
  return EStatusUse2;
1081
1073
  })(EStatusUse || {});
1082
1074
 
@@ -1227,53 +1219,6 @@ var ELarkNotiInstagramDetail = /* @__PURE__ */ ((ELarkNotiInstagramDetail2) => {
1227
1219
  return ELarkNotiInstagramDetail2;
1228
1220
  })(ELarkNotiInstagramDetail || {});
1229
1221
 
1230
- // src/enums/sheet-tool/index.ts
1231
- var sheet_tool_exports = {};
1232
- __export(sheet_tool_exports, {
1233
- ESheetToolInstagram: () => ESheetToolInstagram,
1234
- ESheetToolStatusImport: () => ESheetToolStatusImport,
1235
- ESheetToolStatusRun: () => ESheetToolStatusRun,
1236
- ESheetToolThreads: () => ESheetToolThreads,
1237
- ESheetToolTimeCrawl: () => ESheetToolTimeCrawl
1238
- });
1239
-
1240
- // src/enums/sheet-tool/ESheetTool.enum.ts
1241
- var ESheetToolStatusImport = /* @__PURE__ */ ((ESheetToolStatusImport2) => {
1242
- ESheetToolStatusImport2["Success"] = "Success";
1243
- ESheetToolStatusImport2["Error"] = "Error";
1244
- return ESheetToolStatusImport2;
1245
- })(ESheetToolStatusImport || {});
1246
- var ESheetToolStatusRun = /* @__PURE__ */ ((ESheetToolStatusRun2) => {
1247
- ESheetToolStatusRun2["New"] = "New";
1248
- ESheetToolStatusRun2["Running"] = "Running";
1249
- ESheetToolStatusRun2["Paused"] = "Paused";
1250
- ESheetToolStatusRun2["Error"] = "Error";
1251
- return ESheetToolStatusRun2;
1252
- })(ESheetToolStatusRun || {});
1253
- var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
1254
- ESheetToolTimeCrawl2["1 hour(Quick)"] = "1 hour(Quick)";
1255
- ESheetToolTimeCrawl2["6 hours(Standard)"] = "6 hours(Standard)";
1256
- ESheetToolTimeCrawl2["12 hours(Extended)"] = "12 hours(Extended)";
1257
- ESheetToolTimeCrawl2["24 hours(Full day)"] = "24 hours(Full day)";
1258
- ESheetToolTimeCrawl2["48 hours(2 Days)"] = "48 hours(2 Days)";
1259
- ESheetToolTimeCrawl2["72 hours(3 Days)"] = "72 hours(3 Days)";
1260
- return ESheetToolTimeCrawl2;
1261
- })(ESheetToolTimeCrawl || {});
1262
- var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
1263
- ESheetToolInstagram2["Post"] = "Post";
1264
- ESheetToolInstagram2["Follow"] = "Follow";
1265
- ESheetToolInstagram2["ReplyComment"] = "Reply comment";
1266
- ESheetToolInstagram2["ReplyMessage"] = "Reply message";
1267
- return ESheetToolInstagram2;
1268
- })(ESheetToolInstagram || {});
1269
- var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
1270
- ESheetToolThreads2["Post"] = "Post";
1271
- ESheetToolThreads2["Follow"] = "Follow";
1272
- ESheetToolThreads2["ReplyComment"] = "Reply comment";
1273
- ESheetToolThreads2["ReplyMessage"] = "Reply message";
1274
- return ESheetToolThreads2;
1275
- })(ESheetToolThreads || {});
1276
-
1277
1222
  // src/enums/status/index.ts
1278
1223
  var status_exports = {};
1279
1224
  __export(status_exports, {
@@ -2049,6 +1994,11 @@ __export(models_exports, {
2049
1994
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
2050
1995
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
2051
1996
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
1997
+ ESheetToolInstagram: () => ESheetToolInstagram,
1998
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
1999
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
2000
+ ESheetToolThreads: () => ESheetToolThreads,
2001
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
2052
2002
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2053
2003
  EStatusAccountCanva: () => EStatusAccountCanva,
2054
2004
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -2123,6 +2073,11 @@ __export(tool_exports, {
2123
2073
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
2124
2074
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
2125
2075
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
2076
+ ESheetToolInstagram: () => ESheetToolInstagram,
2077
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
2078
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
2079
+ ESheetToolThreads: () => ESheetToolThreads,
2080
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
2126
2081
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2127
2082
  EStatusAccountCanva: () => EStatusAccountCanva,
2128
2083
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -2397,6 +2352,45 @@ var EVPSStatusGpmLoginEmail = /* @__PURE__ */ ((EVPSStatusGpmLoginEmail2) => {
2397
2352
  return EVPSStatusGpmLoginEmail2;
2398
2353
  })(EVPSStatusGpmLoginEmail || {});
2399
2354
 
2355
+ // src/interfaces/models/tool/sheet-tool/enum/ESheetTool.enum.ts
2356
+ var ESheetToolStatusImport = /* @__PURE__ */ ((ESheetToolStatusImport2) => {
2357
+ ESheetToolStatusImport2["Success"] = "Success";
2358
+ ESheetToolStatusImport2["Error"] = "Error";
2359
+ return ESheetToolStatusImport2;
2360
+ })(ESheetToolStatusImport || {});
2361
+ var ESheetToolStatusRun = /* @__PURE__ */ ((ESheetToolStatusRun2) => {
2362
+ ESheetToolStatusRun2["New"] = "New";
2363
+ ESheetToolStatusRun2["Running"] = "Running";
2364
+ ESheetToolStatusRun2["Paused"] = "Paused";
2365
+ ESheetToolStatusRun2["Error"] = "Error";
2366
+ return ESheetToolStatusRun2;
2367
+ })(ESheetToolStatusRun || {});
2368
+ var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
2369
+ ESheetToolTimeCrawl2["1 hour(Quick)"] = "1 hour(Quick)";
2370
+ ESheetToolTimeCrawl2["6 hours(Standard)"] = "6 hours(Standard)";
2371
+ ESheetToolTimeCrawl2["12 hours(Extended)"] = "12 hours(Extended)";
2372
+ ESheetToolTimeCrawl2["24 hours(Full day)"] = "24 hours(Full day)";
2373
+ ESheetToolTimeCrawl2["48 hours(2 Days)"] = "48 hours(2 Days)";
2374
+ ESheetToolTimeCrawl2["72 hours(3 Days)"] = "72 hours(3 Days)";
2375
+ return ESheetToolTimeCrawl2;
2376
+ })(ESheetToolTimeCrawl || {});
2377
+ var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
2378
+ ESheetToolInstagram2["Post"] = "Post";
2379
+ ESheetToolInstagram2["Follow"] = "Follow";
2380
+ ESheetToolInstagram2["ReplyComment"] = "Reply comment";
2381
+ ESheetToolInstagram2["ReplyMessage"] = "Reply message";
2382
+ ESheetToolInstagram2["AvatarCover"] = "AvatarCover";
2383
+ return ESheetToolInstagram2;
2384
+ })(ESheetToolInstagram || {});
2385
+ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
2386
+ ESheetToolThreads2["Post"] = "Post";
2387
+ ESheetToolThreads2["Follow"] = "Follow";
2388
+ ESheetToolThreads2["ReplyComment"] = "Reply comment";
2389
+ ESheetToolThreads2["ReplyMessage"] = "Reply message";
2390
+ ESheetToolThreads2["AvatarCover"] = "AvatarCover";
2391
+ return ESheetToolThreads2;
2392
+ })(ESheetToolThreads || {});
2393
+
2400
2394
  // src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
2401
2395
  var ETaskGenerateAIStatus = /* @__PURE__ */ ((ETaskGenerateAIStatus2) => {
2402
2396
  ETaskGenerateAIStatus2["Pending"] = "Pending";
@@ -2500,6 +2494,11 @@ __export(interfaces_exports, {
2500
2494
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
2501
2495
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
2502
2496
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
2497
+ ESheetToolInstagram: () => ESheetToolInstagram,
2498
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
2499
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
2500
+ ESheetToolThreads: () => ESheetToolThreads,
2501
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
2503
2502
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2504
2503
  EStatusAccountCanva: () => EStatusAccountCanva,
2505
2504
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -2697,7 +2696,6 @@ __export(interfaces_exports, {
2697
2696
  Forum,
2698
2697
  Lark,
2699
2698
  Permission,
2700
- SheetTool,
2701
2699
  Socials,
2702
2700
  Status,
2703
2701
  Tool,
package/dist/index.mjs CHANGED
@@ -468,11 +468,6 @@ __export(enums_exports, {
468
468
  EPostStyle: () => EPostStyle,
469
469
  EPostType: () => EPostType,
470
470
  EPriority: () => EPriority,
471
- ESheetToolInstagram: () => ESheetToolInstagram,
472
- ESheetToolStatusImport: () => ESheetToolStatusImport,
473
- ESheetToolStatusRun: () => ESheetToolStatusRun,
474
- ESheetToolThreads: () => ESheetToolThreads,
475
- ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
476
471
  EStartStop: () => EStartStop,
477
472
  EStatusAccountSocialCheckAuth: () => EStatusAccountSocialCheckAuth,
478
473
  EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
@@ -554,7 +549,6 @@ __export(enums_exports, {
554
549
  ETypeVoiceLanguage: () => ETypeVoiceLanguage,
555
550
  EYesNo: () => EYesNo,
556
551
  Lark: () => lark_exports,
557
- SheetTool: () => sheet_tool_exports,
558
552
  Status: () => status_exports,
559
553
  Types: () => types_exports
560
554
  });
@@ -884,7 +878,6 @@ var EYesNo = /* @__PURE__ */ ((EYesNo2) => {
884
878
  var EStatusUse = /* @__PURE__ */ ((EStatusUse2) => {
885
879
  EStatusUse2["Draft"] = "Draft";
886
880
  EStatusUse2["Use"] = "Use";
887
- EStatusUse2["NotUse"] = "NotUse";
888
881
  return EStatusUse2;
889
882
  })(EStatusUse || {});
890
883
 
@@ -1035,53 +1028,6 @@ var ELarkNotiInstagramDetail = /* @__PURE__ */ ((ELarkNotiInstagramDetail2) => {
1035
1028
  return ELarkNotiInstagramDetail2;
1036
1029
  })(ELarkNotiInstagramDetail || {});
1037
1030
 
1038
- // src/enums/sheet-tool/index.ts
1039
- var sheet_tool_exports = {};
1040
- __export(sheet_tool_exports, {
1041
- ESheetToolInstagram: () => ESheetToolInstagram,
1042
- ESheetToolStatusImport: () => ESheetToolStatusImport,
1043
- ESheetToolStatusRun: () => ESheetToolStatusRun,
1044
- ESheetToolThreads: () => ESheetToolThreads,
1045
- ESheetToolTimeCrawl: () => ESheetToolTimeCrawl
1046
- });
1047
-
1048
- // src/enums/sheet-tool/ESheetTool.enum.ts
1049
- var ESheetToolStatusImport = /* @__PURE__ */ ((ESheetToolStatusImport2) => {
1050
- ESheetToolStatusImport2["Success"] = "Success";
1051
- ESheetToolStatusImport2["Error"] = "Error";
1052
- return ESheetToolStatusImport2;
1053
- })(ESheetToolStatusImport || {});
1054
- var ESheetToolStatusRun = /* @__PURE__ */ ((ESheetToolStatusRun2) => {
1055
- ESheetToolStatusRun2["New"] = "New";
1056
- ESheetToolStatusRun2["Running"] = "Running";
1057
- ESheetToolStatusRun2["Paused"] = "Paused";
1058
- ESheetToolStatusRun2["Error"] = "Error";
1059
- return ESheetToolStatusRun2;
1060
- })(ESheetToolStatusRun || {});
1061
- var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
1062
- ESheetToolTimeCrawl2["1 hour(Quick)"] = "1 hour(Quick)";
1063
- ESheetToolTimeCrawl2["6 hours(Standard)"] = "6 hours(Standard)";
1064
- ESheetToolTimeCrawl2["12 hours(Extended)"] = "12 hours(Extended)";
1065
- ESheetToolTimeCrawl2["24 hours(Full day)"] = "24 hours(Full day)";
1066
- ESheetToolTimeCrawl2["48 hours(2 Days)"] = "48 hours(2 Days)";
1067
- ESheetToolTimeCrawl2["72 hours(3 Days)"] = "72 hours(3 Days)";
1068
- return ESheetToolTimeCrawl2;
1069
- })(ESheetToolTimeCrawl || {});
1070
- var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
1071
- ESheetToolInstagram2["Post"] = "Post";
1072
- ESheetToolInstagram2["Follow"] = "Follow";
1073
- ESheetToolInstagram2["ReplyComment"] = "Reply comment";
1074
- ESheetToolInstagram2["ReplyMessage"] = "Reply message";
1075
- return ESheetToolInstagram2;
1076
- })(ESheetToolInstagram || {});
1077
- var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
1078
- ESheetToolThreads2["Post"] = "Post";
1079
- ESheetToolThreads2["Follow"] = "Follow";
1080
- ESheetToolThreads2["ReplyComment"] = "Reply comment";
1081
- ESheetToolThreads2["ReplyMessage"] = "Reply message";
1082
- return ESheetToolThreads2;
1083
- })(ESheetToolThreads || {});
1084
-
1085
1031
  // src/enums/status/index.ts
1086
1032
  var status_exports = {};
1087
1033
  __export(status_exports, {
@@ -1857,6 +1803,11 @@ __export(models_exports, {
1857
1803
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
1858
1804
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
1859
1805
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
1806
+ ESheetToolInstagram: () => ESheetToolInstagram,
1807
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
1808
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
1809
+ ESheetToolThreads: () => ESheetToolThreads,
1810
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
1860
1811
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
1861
1812
  EStatusAccountCanva: () => EStatusAccountCanva,
1862
1813
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -1931,6 +1882,11 @@ __export(tool_exports, {
1931
1882
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
1932
1883
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
1933
1884
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
1885
+ ESheetToolInstagram: () => ESheetToolInstagram,
1886
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
1887
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
1888
+ ESheetToolThreads: () => ESheetToolThreads,
1889
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
1934
1890
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
1935
1891
  EStatusAccountCanva: () => EStatusAccountCanva,
1936
1892
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -2205,6 +2161,45 @@ var EVPSStatusGpmLoginEmail = /* @__PURE__ */ ((EVPSStatusGpmLoginEmail2) => {
2205
2161
  return EVPSStatusGpmLoginEmail2;
2206
2162
  })(EVPSStatusGpmLoginEmail || {});
2207
2163
 
2164
+ // src/interfaces/models/tool/sheet-tool/enum/ESheetTool.enum.ts
2165
+ var ESheetToolStatusImport = /* @__PURE__ */ ((ESheetToolStatusImport2) => {
2166
+ ESheetToolStatusImport2["Success"] = "Success";
2167
+ ESheetToolStatusImport2["Error"] = "Error";
2168
+ return ESheetToolStatusImport2;
2169
+ })(ESheetToolStatusImport || {});
2170
+ var ESheetToolStatusRun = /* @__PURE__ */ ((ESheetToolStatusRun2) => {
2171
+ ESheetToolStatusRun2["New"] = "New";
2172
+ ESheetToolStatusRun2["Running"] = "Running";
2173
+ ESheetToolStatusRun2["Paused"] = "Paused";
2174
+ ESheetToolStatusRun2["Error"] = "Error";
2175
+ return ESheetToolStatusRun2;
2176
+ })(ESheetToolStatusRun || {});
2177
+ var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
2178
+ ESheetToolTimeCrawl2["1 hour(Quick)"] = "1 hour(Quick)";
2179
+ ESheetToolTimeCrawl2["6 hours(Standard)"] = "6 hours(Standard)";
2180
+ ESheetToolTimeCrawl2["12 hours(Extended)"] = "12 hours(Extended)";
2181
+ ESheetToolTimeCrawl2["24 hours(Full day)"] = "24 hours(Full day)";
2182
+ ESheetToolTimeCrawl2["48 hours(2 Days)"] = "48 hours(2 Days)";
2183
+ ESheetToolTimeCrawl2["72 hours(3 Days)"] = "72 hours(3 Days)";
2184
+ return ESheetToolTimeCrawl2;
2185
+ })(ESheetToolTimeCrawl || {});
2186
+ var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
2187
+ ESheetToolInstagram2["Post"] = "Post";
2188
+ ESheetToolInstagram2["Follow"] = "Follow";
2189
+ ESheetToolInstagram2["ReplyComment"] = "Reply comment";
2190
+ ESheetToolInstagram2["ReplyMessage"] = "Reply message";
2191
+ ESheetToolInstagram2["AvatarCover"] = "AvatarCover";
2192
+ return ESheetToolInstagram2;
2193
+ })(ESheetToolInstagram || {});
2194
+ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
2195
+ ESheetToolThreads2["Post"] = "Post";
2196
+ ESheetToolThreads2["Follow"] = "Follow";
2197
+ ESheetToolThreads2["ReplyComment"] = "Reply comment";
2198
+ ESheetToolThreads2["ReplyMessage"] = "Reply message";
2199
+ ESheetToolThreads2["AvatarCover"] = "AvatarCover";
2200
+ return ESheetToolThreads2;
2201
+ })(ESheetToolThreads || {});
2202
+
2208
2203
  // src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
2209
2204
  var ETaskGenerateAIStatus = /* @__PURE__ */ ((ETaskGenerateAIStatus2) => {
2210
2205
  ETaskGenerateAIStatus2["Pending"] = "Pending";
@@ -2308,6 +2303,11 @@ __export(interfaces_exports, {
2308
2303
  EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
2309
2304
  EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
2310
2305
  EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
2306
+ ESheetToolInstagram: () => ESheetToolInstagram,
2307
+ ESheetToolStatusImport: () => ESheetToolStatusImport,
2308
+ ESheetToolStatusRun: () => ESheetToolStatusRun,
2309
+ ESheetToolThreads: () => ESheetToolThreads,
2310
+ ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
2311
2311
  EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
2312
2312
  EStatusAccountCanva: () => EStatusAccountCanva,
2313
2313
  EStatusAccountDrive: () => EStatusAccountDrive,
@@ -2504,7 +2504,6 @@ export {
2504
2504
  forum_exports as Forum,
2505
2505
  lark_exports as Lark,
2506
2506
  permission_exports as Permission,
2507
- sheet_tool_exports as SheetTool,
2508
2507
  socials_exports as Socials,
2509
2508
  status_exports as Status,
2510
2509
  tool_exports as Tool,
package/docs.txt CHANGED
@@ -1,3 +1,3 @@
1
-
2
- ############ Cấu hình npm ############
1
+
2
+ ############ Cấu hình npm ############
3
3
  npm config set //registry.npmjs.org/:_authToken {token}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.86",
3
+ "version": "5.6.1",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -1,81 +1,81 @@
1
- @echo off
2
- setlocal enabledelayedexpansion
3
- chcp 65001 >nul
4
- echo ====================================
5
- echo FILE SEARCH AND LIST UTILITY
6
- echo ====================================
7
- echo.
8
-
9
- set /p folder_path="Enter folder path: "
10
-
11
- if not exist "%folder_path%" (
12
- echo.
13
- echo [ERROR] Folder does not exist!
14
- pause
15
- exit /b
16
- )
17
-
18
- echo.
19
- set /p file_pattern="Enter file name pattern (press Enter to list all files): "
20
-
21
- if "%file_pattern%"=="" (
22
- set search_mode=ALL_FILES
23
- set output_file=all_files_%date:~10,4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt
24
- ) else (
25
- set search_mode=PATTERN_SEARCH
26
- set output_file=search_%file_pattern:_=_%_%date:~10,4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt
27
- )
28
-
29
- set output_file=%output_file: =0%
30
-
31
- echo.
32
- echo Searching files...
33
- if "%search_mode%"=="PATTERN_SEARCH" (
34
- echo Pattern: *%file_pattern%*
35
- ) else (
36
- echo Listing all files...
37
- )
38
- echo.
39
-
40
- echo ============ SEARCH RESULTS ============ > "%output_file%"
41
- echo Folder: %folder_path% >> "%output_file%"
42
- echo Time: %date% %time% >> "%output_file%"
43
- if "%search_mode%"=="PATTERN_SEARCH" (
44
- echo Search Pattern: *%file_pattern%* >> "%output_file%"
45
- ) else (
46
- echo Search Mode: All Files >> "%output_file%"
47
- )
48
- echo ====================================== >> "%output_file%"
49
- echo. >> "%output_file%"
50
-
51
- set count=0
52
-
53
- if "%search_mode%"=="ALL_FILES" (
54
- for /r "%folder_path%" %%f in (*) do (
55
- echo %%f
56
- echo %%f >> "%output_file%"
57
- set /a count+=1
58
- )
59
- ) else (
60
- for /r "%folder_path%" %%f in (*) do (
61
- echo %%~nxf | findstr /i "%file_pattern%" >nul
62
- if !errorlevel! equ 0 (
63
- echo %%f
64
- echo %%f >> "%output_file%"
65
- set /a count+=1
66
- )
67
- )
68
- )
69
-
70
- echo.
71
- echo ====================================
72
- if "%search_mode%"=="PATTERN_SEARCH" (
73
- echo Total matching files: %count%
74
- ) else (
75
- echo Total files: %count%
76
- )
77
- echo Result saved to: %output_file%
78
- echo ====================================
79
- echo.
80
-
81
- pause
1
+ @echo off
2
+ setlocal enabledelayedexpansion
3
+ chcp 65001 >nul
4
+ echo ====================================
5
+ echo FILE SEARCH AND LIST UTILITY
6
+ echo ====================================
7
+ echo.
8
+
9
+ set /p folder_path="Enter folder path: "
10
+
11
+ if not exist "%folder_path%" (
12
+ echo.
13
+ echo [ERROR] Folder does not exist!
14
+ pause
15
+ exit /b
16
+ )
17
+
18
+ echo.
19
+ set /p file_pattern="Enter file name pattern (press Enter to list all files): "
20
+
21
+ if "%file_pattern%"=="" (
22
+ set search_mode=ALL_FILES
23
+ set output_file=all_files_%date:~10,4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt
24
+ ) else (
25
+ set search_mode=PATTERN_SEARCH
26
+ set output_file=search_%file_pattern:_=_%_%date:~10,4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt
27
+ )
28
+
29
+ set output_file=%output_file: =0%
30
+
31
+ echo.
32
+ echo Searching files...
33
+ if "%search_mode%"=="PATTERN_SEARCH" (
34
+ echo Pattern: *%file_pattern%*
35
+ ) else (
36
+ echo Listing all files...
37
+ )
38
+ echo.
39
+
40
+ echo ============ SEARCH RESULTS ============ > "%output_file%"
41
+ echo Folder: %folder_path% >> "%output_file%"
42
+ echo Time: %date% %time% >> "%output_file%"
43
+ if "%search_mode%"=="PATTERN_SEARCH" (
44
+ echo Search Pattern: *%file_pattern%* >> "%output_file%"
45
+ ) else (
46
+ echo Search Mode: All Files >> "%output_file%"
47
+ )
48
+ echo ====================================== >> "%output_file%"
49
+ echo. >> "%output_file%"
50
+
51
+ set count=0
52
+
53
+ if "%search_mode%"=="ALL_FILES" (
54
+ for /r "%folder_path%" %%f in (*) do (
55
+ echo %%f
56
+ echo %%f >> "%output_file%"
57
+ set /a count+=1
58
+ )
59
+ ) else (
60
+ for /r "%folder_path%" %%f in (*) do (
61
+ echo %%~nxf | findstr /i "%file_pattern%" >nul
62
+ if !errorlevel! equ 0 (
63
+ echo %%f
64
+ echo %%f >> "%output_file%"
65
+ set /a count+=1
66
+ )
67
+ )
68
+ )
69
+
70
+ echo.
71
+ echo ====================================
72
+ if "%search_mode%"=="PATTERN_SEARCH" (
73
+ echo Total matching files: %count%
74
+ ) else (
75
+ echo Total files: %count%
76
+ )
77
+ echo Result saved to: %output_file%
78
+ echo ====================================
79
+ echo.
80
+
81
+ pause