automation-lib 5.7.17 → 5.7.19
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/commit.bat +5 -5
- package/dist/index.d.mts +69 -30
- package/dist/index.d.ts +69 -30
- package/dist/index.js +51 -0
- package/dist/index.mjs +49 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -64,6 +64,7 @@ __export(index_exports, {
|
|
|
64
64
|
ELarkObject: () => ELarkObject,
|
|
65
65
|
ELarkTypeNotification: () => ELarkTypeNotification,
|
|
66
66
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
67
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
67
68
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
68
69
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
69
70
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -124,6 +125,7 @@ __export(index_exports, {
|
|
|
124
125
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
125
126
|
EStatusGenerate: () => EStatusGenerate,
|
|
126
127
|
EStatusImportAccountSocial: () => EStatusImportAccountSocial,
|
|
128
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
127
129
|
EStatusLark: () => EStatusLark,
|
|
128
130
|
EStatusMailWork: () => EStatusMailWork,
|
|
129
131
|
EStatusPC: () => EStatusPC,
|
|
@@ -2005,6 +2007,7 @@ __export(models_exports, {
|
|
|
2005
2007
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2006
2008
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2007
2009
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2010
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
2008
2011
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2009
2012
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
2010
2013
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -2027,6 +2030,7 @@ __export(models_exports, {
|
|
|
2027
2030
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2028
2031
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
2029
2032
|
EStatusEmail: () => EStatusEmail,
|
|
2033
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2030
2034
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
2031
2035
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
2032
2036
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -2104,6 +2108,7 @@ __export(tool_exports, {
|
|
|
2104
2108
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
2105
2109
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2106
2110
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2111
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
2107
2112
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2108
2113
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
2109
2114
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -2126,6 +2131,7 @@ __export(tool_exports, {
|
|
|
2126
2131
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2127
2132
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
2128
2133
|
EStatusEmail: () => EStatusEmail,
|
|
2134
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2129
2135
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
2130
2136
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
2131
2137
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -2158,6 +2164,47 @@ var EManagerImageAIInstagramFolder = /* @__PURE__ */ ((EManagerImageAIInstagramF
|
|
|
2158
2164
|
return EManagerImageAIInstagramFolder2;
|
|
2159
2165
|
})(EManagerImageAIInstagramFolder || {});
|
|
2160
2166
|
|
|
2167
|
+
// src/interfaces/models/tool/manager-image-ai/instagram/enum/EManagerIMageAILog.enum.ts
|
|
2168
|
+
var EManagerImageAIInstagramLog = /* @__PURE__ */ ((EManagerImageAIInstagramLog2) => {
|
|
2169
|
+
EManagerImageAIInstagramLog2["LoadSheet"] = "load-sheet-import-data";
|
|
2170
|
+
EManagerImageAIInstagramLog2["ValidateSheet"] = "validate-sheet-format";
|
|
2171
|
+
EManagerImageAIInstagramLog2["CheckSheet"] = "check-sheet-data-complete";
|
|
2172
|
+
EManagerImageAIInstagramLog2["CheckGroupAccount"] = "check-group-account-exists";
|
|
2173
|
+
EManagerImageAIInstagramLog2["CreateNewGroupAccount"] = "create-new-group-account";
|
|
2174
|
+
EManagerImageAIInstagramLog2["CheckDuplicateAccount"] = "check-duplicate-group-account";
|
|
2175
|
+
EManagerImageAIInstagramLog2["LoadAccount"] = "load-account-social-list";
|
|
2176
|
+
EManagerImageAIInstagramLog2["MatchSheetAccount"] = "match-accounts-with-sheet";
|
|
2177
|
+
EManagerImageAIInstagramLog2["RequestAccount"] = "request-missing-accounts";
|
|
2178
|
+
EManagerImageAIInstagramLog2["CheckIdea"] = "check-idea-exists";
|
|
2179
|
+
EManagerImageAIInstagramLog2["CreateIdea"] = "create-new-idea";
|
|
2180
|
+
EManagerImageAIInstagramLog2["CheckNiche"] = "check-niche-exists";
|
|
2181
|
+
EManagerImageAIInstagramLog2["CreateNiche"] = "create-new-niche";
|
|
2182
|
+
EManagerImageAIInstagramLog2["CheckDepartment"] = "check-user-department";
|
|
2183
|
+
EManagerImageAIInstagramLog2["CreateDepartment"] = "create-new-department";
|
|
2184
|
+
EManagerImageAIInstagramLog2["CheckTeam"] = "check-user-team";
|
|
2185
|
+
EManagerImageAIInstagramLog2["CreateTeam"] = "create-new-team";
|
|
2186
|
+
EManagerImageAIInstagramLog2["SyncAutoData"] = "sync-auto-data";
|
|
2187
|
+
EManagerImageAIInstagramLog2["ValidateAllData"] = "validate-all-data";
|
|
2188
|
+
EManagerImageAIInstagramLog2["CreateFolderStructure"] = "create-folder-structure";
|
|
2189
|
+
EManagerImageAIInstagramLog2["ScanSubjectImages"] = "scan-subject-images";
|
|
2190
|
+
EManagerImageAIInstagramLog2["RandomSelectSubject"] = "random-select-subject";
|
|
2191
|
+
EManagerImageAIInstagramLog2["ToolFetchSubject"] = "tool-pc-fetch-subject";
|
|
2192
|
+
EManagerImageAIInstagramLog2["ScanSceneImages"] = "scan-scene-images";
|
|
2193
|
+
EManagerImageAIInstagramLog2["RandomSelectScene"] = "random-select-scene";
|
|
2194
|
+
EManagerImageAIInstagramLog2["ToolFetchScene"] = "tool-pc-fetch-scene";
|
|
2195
|
+
EManagerImageAIInstagramLog2["ScanStyleImages"] = "scan-style-images";
|
|
2196
|
+
EManagerImageAIInstagramLog2["RandomSelectStyle"] = "random-select-style";
|
|
2197
|
+
EManagerImageAIInstagramLog2["ToolFetchStyle"] = "tool-pc-fetch-style";
|
|
2198
|
+
EManagerImageAIInstagramLog2["VerifyImages"] = "verify-all-images-received";
|
|
2199
|
+
EManagerImageAIInstagramLog2["SaveAndComplete"] = "save-and-complete";
|
|
2200
|
+
return EManagerImageAIInstagramLog2;
|
|
2201
|
+
})(EManagerImageAIInstagramLog || {});
|
|
2202
|
+
var EStatusInstagramImageLog = /* @__PURE__ */ ((EStatusInstagramImageLog2) => {
|
|
2203
|
+
EStatusInstagramImageLog2["Completed"] = "Completed";
|
|
2204
|
+
EStatusInstagramImageLog2["Skipped"] = "Skipped";
|
|
2205
|
+
return EStatusInstagramImageLog2;
|
|
2206
|
+
})(EStatusInstagramImageLog || {});
|
|
2207
|
+
|
|
2161
2208
|
// src/interfaces/models/tool/manager-image-ai/threads/enum/EManagerImageAI.enum.ts
|
|
2162
2209
|
var EManagerImageAIThreadsModel = /* @__PURE__ */ ((EManagerImageAIThreadsModel2) => {
|
|
2163
2210
|
EManagerImageAIThreadsModel2["Google"] = "Google";
|
|
@@ -2565,6 +2612,7 @@ __export(interfaces_exports, {
|
|
|
2565
2612
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2566
2613
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2567
2614
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2615
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
2568
2616
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2569
2617
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
2570
2618
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -2587,6 +2635,7 @@ __export(interfaces_exports, {
|
|
|
2587
2635
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2588
2636
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
2589
2637
|
EStatusEmail: () => EStatusEmail,
|
|
2638
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2590
2639
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
2591
2640
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
2592
2641
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -2658,6 +2707,7 @@ __export(interfaces_exports, {
|
|
|
2658
2707
|
ELarkObject,
|
|
2659
2708
|
ELarkTypeNotification,
|
|
2660
2709
|
EManagerImageAIInstagramFolder,
|
|
2710
|
+
EManagerImageAIInstagramLog,
|
|
2661
2711
|
EManagerImageAIInstagramModel,
|
|
2662
2712
|
EManagerImageAIThreadsFolder,
|
|
2663
2713
|
EManagerImageAIThreadsModel,
|
|
@@ -2718,6 +2768,7 @@ __export(interfaces_exports, {
|
|
|
2718
2768
|
EStatusExecuteCommon,
|
|
2719
2769
|
EStatusGenerate,
|
|
2720
2770
|
EStatusImportAccountSocial,
|
|
2771
|
+
EStatusInstagramImageLog,
|
|
2721
2772
|
EStatusLark,
|
|
2722
2773
|
EStatusMailWork,
|
|
2723
2774
|
EStatusPC,
|
package/dist/index.mjs
CHANGED
|
@@ -1806,6 +1806,7 @@ __export(models_exports, {
|
|
|
1806
1806
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
1807
1807
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
1808
1808
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1809
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
1809
1810
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1810
1811
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
1811
1812
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -1828,6 +1829,7 @@ __export(models_exports, {
|
|
|
1828
1829
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1829
1830
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
1830
1831
|
EStatusEmail: () => EStatusEmail,
|
|
1832
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
1831
1833
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
1832
1834
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
1833
1835
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -1905,6 +1907,7 @@ __export(tool_exports, {
|
|
|
1905
1907
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
1906
1908
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
1907
1909
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1910
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
1908
1911
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1909
1912
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
1910
1913
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -1927,6 +1930,7 @@ __export(tool_exports, {
|
|
|
1927
1930
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
1928
1931
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
1929
1932
|
EStatusEmail: () => EStatusEmail,
|
|
1933
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
1930
1934
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
1931
1935
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
1932
1936
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -1959,6 +1963,47 @@ var EManagerImageAIInstagramFolder = /* @__PURE__ */ ((EManagerImageAIInstagramF
|
|
|
1959
1963
|
return EManagerImageAIInstagramFolder2;
|
|
1960
1964
|
})(EManagerImageAIInstagramFolder || {});
|
|
1961
1965
|
|
|
1966
|
+
// src/interfaces/models/tool/manager-image-ai/instagram/enum/EManagerIMageAILog.enum.ts
|
|
1967
|
+
var EManagerImageAIInstagramLog = /* @__PURE__ */ ((EManagerImageAIInstagramLog2) => {
|
|
1968
|
+
EManagerImageAIInstagramLog2["LoadSheet"] = "load-sheet-import-data";
|
|
1969
|
+
EManagerImageAIInstagramLog2["ValidateSheet"] = "validate-sheet-format";
|
|
1970
|
+
EManagerImageAIInstagramLog2["CheckSheet"] = "check-sheet-data-complete";
|
|
1971
|
+
EManagerImageAIInstagramLog2["CheckGroupAccount"] = "check-group-account-exists";
|
|
1972
|
+
EManagerImageAIInstagramLog2["CreateNewGroupAccount"] = "create-new-group-account";
|
|
1973
|
+
EManagerImageAIInstagramLog2["CheckDuplicateAccount"] = "check-duplicate-group-account";
|
|
1974
|
+
EManagerImageAIInstagramLog2["LoadAccount"] = "load-account-social-list";
|
|
1975
|
+
EManagerImageAIInstagramLog2["MatchSheetAccount"] = "match-accounts-with-sheet";
|
|
1976
|
+
EManagerImageAIInstagramLog2["RequestAccount"] = "request-missing-accounts";
|
|
1977
|
+
EManagerImageAIInstagramLog2["CheckIdea"] = "check-idea-exists";
|
|
1978
|
+
EManagerImageAIInstagramLog2["CreateIdea"] = "create-new-idea";
|
|
1979
|
+
EManagerImageAIInstagramLog2["CheckNiche"] = "check-niche-exists";
|
|
1980
|
+
EManagerImageAIInstagramLog2["CreateNiche"] = "create-new-niche";
|
|
1981
|
+
EManagerImageAIInstagramLog2["CheckDepartment"] = "check-user-department";
|
|
1982
|
+
EManagerImageAIInstagramLog2["CreateDepartment"] = "create-new-department";
|
|
1983
|
+
EManagerImageAIInstagramLog2["CheckTeam"] = "check-user-team";
|
|
1984
|
+
EManagerImageAIInstagramLog2["CreateTeam"] = "create-new-team";
|
|
1985
|
+
EManagerImageAIInstagramLog2["SyncAutoData"] = "sync-auto-data";
|
|
1986
|
+
EManagerImageAIInstagramLog2["ValidateAllData"] = "validate-all-data";
|
|
1987
|
+
EManagerImageAIInstagramLog2["CreateFolderStructure"] = "create-folder-structure";
|
|
1988
|
+
EManagerImageAIInstagramLog2["ScanSubjectImages"] = "scan-subject-images";
|
|
1989
|
+
EManagerImageAIInstagramLog2["RandomSelectSubject"] = "random-select-subject";
|
|
1990
|
+
EManagerImageAIInstagramLog2["ToolFetchSubject"] = "tool-pc-fetch-subject";
|
|
1991
|
+
EManagerImageAIInstagramLog2["ScanSceneImages"] = "scan-scene-images";
|
|
1992
|
+
EManagerImageAIInstagramLog2["RandomSelectScene"] = "random-select-scene";
|
|
1993
|
+
EManagerImageAIInstagramLog2["ToolFetchScene"] = "tool-pc-fetch-scene";
|
|
1994
|
+
EManagerImageAIInstagramLog2["ScanStyleImages"] = "scan-style-images";
|
|
1995
|
+
EManagerImageAIInstagramLog2["RandomSelectStyle"] = "random-select-style";
|
|
1996
|
+
EManagerImageAIInstagramLog2["ToolFetchStyle"] = "tool-pc-fetch-style";
|
|
1997
|
+
EManagerImageAIInstagramLog2["VerifyImages"] = "verify-all-images-received";
|
|
1998
|
+
EManagerImageAIInstagramLog2["SaveAndComplete"] = "save-and-complete";
|
|
1999
|
+
return EManagerImageAIInstagramLog2;
|
|
2000
|
+
})(EManagerImageAIInstagramLog || {});
|
|
2001
|
+
var EStatusInstagramImageLog = /* @__PURE__ */ ((EStatusInstagramImageLog2) => {
|
|
2002
|
+
EStatusInstagramImageLog2["Completed"] = "Completed";
|
|
2003
|
+
EStatusInstagramImageLog2["Skipped"] = "Skipped";
|
|
2004
|
+
return EStatusInstagramImageLog2;
|
|
2005
|
+
})(EStatusInstagramImageLog || {});
|
|
2006
|
+
|
|
1962
2007
|
// src/interfaces/models/tool/manager-image-ai/threads/enum/EManagerImageAI.enum.ts
|
|
1963
2008
|
var EManagerImageAIThreadsModel = /* @__PURE__ */ ((EManagerImageAIThreadsModel2) => {
|
|
1964
2009
|
EManagerImageAIThreadsModel2["Google"] = "Google";
|
|
@@ -2366,6 +2411,7 @@ __export(interfaces_exports, {
|
|
|
2366
2411
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2367
2412
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2368
2413
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2414
|
+
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
2369
2415
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2370
2416
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
2371
2417
|
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
@@ -2388,6 +2434,7 @@ __export(interfaces_exports, {
|
|
|
2388
2434
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
2389
2435
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
2390
2436
|
EStatusEmail: () => EStatusEmail,
|
|
2437
|
+
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2391
2438
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
2392
2439
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
2393
2440
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
@@ -2458,6 +2505,7 @@ export {
|
|
|
2458
2505
|
ELarkObject,
|
|
2459
2506
|
ELarkTypeNotification,
|
|
2460
2507
|
EManagerImageAIInstagramFolder,
|
|
2508
|
+
EManagerImageAIInstagramLog,
|
|
2461
2509
|
EManagerImageAIInstagramModel,
|
|
2462
2510
|
EManagerImageAIThreadsFolder,
|
|
2463
2511
|
EManagerImageAIThreadsModel,
|
|
@@ -2518,6 +2566,7 @@ export {
|
|
|
2518
2566
|
EStatusExecuteCommon,
|
|
2519
2567
|
EStatusGenerate,
|
|
2520
2568
|
EStatusImportAccountSocial,
|
|
2569
|
+
EStatusInstagramImageLog,
|
|
2521
2570
|
EStatusLark,
|
|
2522
2571
|
EStatusMailWork,
|
|
2523
2572
|
EStatusPC,
|