automation-lib 5.4.335 → 5.4.342
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 +1934 -1790
- package/dist/index.d.ts +1934 -1790
- package/dist/index.js +55 -8
- package/dist/index.mjs +51 -8
- package/package.json +1 -1
- package/search_interface.ts_20251216_161250.txt +16 -0
- package/search_interface.ts_20251216_161324.txt +11 -0
- package/search_interface_20251216_161706.txt +12 -0
- package/search_interface_20251216_161728.txt +10 -0
package/dist/index.js
CHANGED
|
@@ -57,6 +57,8 @@ __export(index_exports, {
|
|
|
57
57
|
ELarkObject: () => ELarkObject,
|
|
58
58
|
ELarkTypeNotification: () => ELarkTypeNotification,
|
|
59
59
|
EObjectName: () => EObjectName,
|
|
60
|
+
EPCLogLevel: () => EPCLogLevel,
|
|
61
|
+
EPCLogSource: () => EPCLogSource,
|
|
60
62
|
EPositionUser: () => EPositionUser,
|
|
61
63
|
EPostStyle: () => EPostStyle,
|
|
62
64
|
EPostType: () => EPostType,
|
|
@@ -110,6 +112,7 @@ __export(index_exports, {
|
|
|
110
112
|
EStatusLoginEmail: () => EStatusLoginEmail,
|
|
111
113
|
EStatusMailWork: () => EStatusMailWork,
|
|
112
114
|
EStatusPC: () => EStatusPC,
|
|
115
|
+
EStatusPCControl: () => EStatusPCControl,
|
|
113
116
|
EStatusPost: () => EStatusPost,
|
|
114
117
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
115
118
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
@@ -128,6 +131,7 @@ __export(index_exports, {
|
|
|
128
131
|
EStatusUser: () => EStatusUser,
|
|
129
132
|
EStatusVPS: () => EStatusVPS,
|
|
130
133
|
EStatusVPSReplace: () => EStatusVPSReplace,
|
|
134
|
+
ETimeFilter: () => ETimeFilter,
|
|
131
135
|
ETimeZone: () => ETimeZone,
|
|
132
136
|
EToolName: () => EToolName,
|
|
133
137
|
ETypeAccountInstagramSetting: () => ETypeAccountInstagramSetting,
|
|
@@ -635,6 +639,8 @@ __export(enums_exports, {
|
|
|
635
639
|
ELarkObject: () => ELarkObject,
|
|
636
640
|
ELarkTypeNotification: () => ELarkTypeNotification,
|
|
637
641
|
EObjectName: () => EObjectName,
|
|
642
|
+
EPCLogLevel: () => EPCLogLevel,
|
|
643
|
+
EPCLogSource: () => EPCLogSource,
|
|
638
644
|
EPositionUser: () => EPositionUser,
|
|
639
645
|
EPostStyle: () => EPostStyle,
|
|
640
646
|
EPostType: () => EPostType,
|
|
@@ -688,6 +694,7 @@ __export(enums_exports, {
|
|
|
688
694
|
EStatusLoginEmail: () => EStatusLoginEmail,
|
|
689
695
|
EStatusMailWork: () => EStatusMailWork,
|
|
690
696
|
EStatusPC: () => EStatusPC,
|
|
697
|
+
EStatusPCControl: () => EStatusPCControl,
|
|
691
698
|
EStatusPost: () => EStatusPost,
|
|
692
699
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
693
700
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
@@ -706,6 +713,7 @@ __export(enums_exports, {
|
|
|
706
713
|
EStatusUser: () => EStatusUser,
|
|
707
714
|
EStatusVPS: () => EStatusVPS,
|
|
708
715
|
EStatusVPSReplace: () => EStatusVPSReplace,
|
|
716
|
+
ETimeFilter: () => ETimeFilter,
|
|
709
717
|
ETimeZone: () => ETimeZone,
|
|
710
718
|
EToolName: () => EToolName,
|
|
711
719
|
ETypeAccountInstagramSetting: () => ETypeAccountInstagramSetting,
|
|
@@ -868,6 +876,7 @@ __export(base_exports, {
|
|
|
868
876
|
EPositionUser: () => EPositionUser,
|
|
869
877
|
EPriority: () => EPriority,
|
|
870
878
|
EStartStop: () => EStartStop,
|
|
879
|
+
ETimeFilter: () => ETimeFilter,
|
|
871
880
|
ETimeZone: () => ETimeZone,
|
|
872
881
|
EYesNo: () => EYesNo
|
|
873
882
|
});
|
|
@@ -1138,6 +1147,20 @@ var EYesNo = /* @__PURE__ */ ((EYesNo2) => {
|
|
|
1138
1147
|
return EYesNo2;
|
|
1139
1148
|
})(EYesNo || {});
|
|
1140
1149
|
|
|
1150
|
+
// src/enums/base/ETimeFilter.enum.ts
|
|
1151
|
+
var ETimeFilter = /* @__PURE__ */ ((ETimeFilter2) => {
|
|
1152
|
+
ETimeFilter2["Today"] = "Today";
|
|
1153
|
+
ETimeFilter2["Yesterday"] = "Yesterday";
|
|
1154
|
+
ETimeFilter2["Last7Days"] = "Last7Days";
|
|
1155
|
+
ETimeFilter2["LastMonth"] = "LastMonth";
|
|
1156
|
+
ETimeFilter2["LastQuarter"] = "LastQuarter";
|
|
1157
|
+
ETimeFilter2["Last6Months"] = "Last6Months";
|
|
1158
|
+
ETimeFilter2["LastYear"] = "LastYear";
|
|
1159
|
+
ETimeFilter2["Last2Years"] = "Last2Years";
|
|
1160
|
+
ETimeFilter2["AllTime"] = "AllTime";
|
|
1161
|
+
return ETimeFilter2;
|
|
1162
|
+
})(ETimeFilter || {});
|
|
1163
|
+
|
|
1141
1164
|
// src/enums/lark/index.ts
|
|
1142
1165
|
var lark_exports = {};
|
|
1143
1166
|
__export(lark_exports, {
|
|
@@ -1360,7 +1383,6 @@ __export(status_exports, {
|
|
|
1360
1383
|
EStatusLark: () => EStatusLark,
|
|
1361
1384
|
EStatusLoginEmail: () => EStatusLoginEmail,
|
|
1362
1385
|
EStatusMailWork: () => EStatusMailWork,
|
|
1363
|
-
EStatusPC: () => EStatusPC,
|
|
1364
1386
|
EStatusPost: () => EStatusPost,
|
|
1365
1387
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
1366
1388
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
@@ -1666,13 +1688,6 @@ var EStatusChangeEmail = /* @__PURE__ */ ((EStatusChangeEmail2) => {
|
|
|
1666
1688
|
return EStatusChangeEmail2;
|
|
1667
1689
|
})(EStatusChangeEmail || {});
|
|
1668
1690
|
|
|
1669
|
-
// src/enums/status/tools/EStatusPC.enum.ts
|
|
1670
|
-
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
1671
|
-
EStatusPC2["Online"] = "Online";
|
|
1672
|
-
EStatusPC2["Offline"] = "Offline";
|
|
1673
|
-
return EStatusPC2;
|
|
1674
|
-
})(EStatusPC || {});
|
|
1675
|
-
|
|
1676
1691
|
// src/enums/status/tools/EStatusPost.enum.ts
|
|
1677
1692
|
var EStatusPost = /* @__PURE__ */ ((EStatusPost2) => {
|
|
1678
1693
|
EStatusPost2["UnknownPost"] = "UnknownPost";
|
|
@@ -2191,6 +2206,34 @@ var EToolName = /* @__PURE__ */ ((EToolName2) => {
|
|
|
2191
2206
|
return EToolName2;
|
|
2192
2207
|
})(EToolName || {});
|
|
2193
2208
|
|
|
2209
|
+
// src/enums/tool/EPC.enum.ts
|
|
2210
|
+
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
2211
|
+
EStatusPC2["Busy"] = "Busy";
|
|
2212
|
+
EStatusPC2["Online"] = "Online";
|
|
2213
|
+
EStatusPC2["Offline"] = "Offline";
|
|
2214
|
+
EStatusPC2["Maintenance"] = "Maintenance";
|
|
2215
|
+
return EStatusPC2;
|
|
2216
|
+
})(EStatusPC || {});
|
|
2217
|
+
var EStatusPCControl = /* @__PURE__ */ ((EStatusPCControl2) => {
|
|
2218
|
+
EStatusPCControl2["Idle"] = "Idle";
|
|
2219
|
+
EStatusPCControl2["InUse"] = "InUse";
|
|
2220
|
+
return EStatusPCControl2;
|
|
2221
|
+
})(EStatusPCControl || {});
|
|
2222
|
+
var EPCLogLevel = /* @__PURE__ */ ((EPCLogLevel2) => {
|
|
2223
|
+
EPCLogLevel2["Warning"] = "Warning";
|
|
2224
|
+
EPCLogLevel2["Error"] = "Error";
|
|
2225
|
+
EPCLogLevel2["Info"] = "Info";
|
|
2226
|
+
EPCLogLevel2["Success"] = "Success";
|
|
2227
|
+
return EPCLogLevel2;
|
|
2228
|
+
})(EPCLogLevel || {});
|
|
2229
|
+
var EPCLogSource = /* @__PURE__ */ ((EPCLogSource2) => {
|
|
2230
|
+
EPCLogSource2["Device"] = "Device";
|
|
2231
|
+
EPCLogSource2["PC"] = "PC";
|
|
2232
|
+
EPCLogSource2["System"] = "System";
|
|
2233
|
+
EPCLogSource2["UserAction"] = "UserAction";
|
|
2234
|
+
return EPCLogSource2;
|
|
2235
|
+
})(EPCLogSource || {});
|
|
2236
|
+
|
|
2194
2237
|
// src/types/index.ts
|
|
2195
2238
|
var types_exports2 = {};
|
|
2196
2239
|
|
|
@@ -2275,6 +2318,8 @@ var dto_exports = {};
|
|
|
2275
2318
|
ELarkObject,
|
|
2276
2319
|
ELarkTypeNotification,
|
|
2277
2320
|
EObjectName,
|
|
2321
|
+
EPCLogLevel,
|
|
2322
|
+
EPCLogSource,
|
|
2278
2323
|
EPositionUser,
|
|
2279
2324
|
EPostStyle,
|
|
2280
2325
|
EPostType,
|
|
@@ -2328,6 +2373,7 @@ var dto_exports = {};
|
|
|
2328
2373
|
EStatusLoginEmail,
|
|
2329
2374
|
EStatusMailWork,
|
|
2330
2375
|
EStatusPC,
|
|
2376
|
+
EStatusPCControl,
|
|
2331
2377
|
EStatusPost,
|
|
2332
2378
|
EStatusProxyChecked,
|
|
2333
2379
|
EStatusProxyNewIP,
|
|
@@ -2346,6 +2392,7 @@ var dto_exports = {};
|
|
|
2346
2392
|
EStatusUser,
|
|
2347
2393
|
EStatusVPS,
|
|
2348
2394
|
EStatusVPSReplace,
|
|
2395
|
+
ETimeFilter,
|
|
2349
2396
|
ETimeZone,
|
|
2350
2397
|
EToolName,
|
|
2351
2398
|
ETypeAccountInstagramSetting,
|
package/dist/index.mjs
CHANGED
|
@@ -467,6 +467,8 @@ __export(enums_exports, {
|
|
|
467
467
|
ELarkObject: () => ELarkObject,
|
|
468
468
|
ELarkTypeNotification: () => ELarkTypeNotification,
|
|
469
469
|
EObjectName: () => EObjectName,
|
|
470
|
+
EPCLogLevel: () => EPCLogLevel,
|
|
471
|
+
EPCLogSource: () => EPCLogSource,
|
|
470
472
|
EPositionUser: () => EPositionUser,
|
|
471
473
|
EPostStyle: () => EPostStyle,
|
|
472
474
|
EPostType: () => EPostType,
|
|
@@ -520,6 +522,7 @@ __export(enums_exports, {
|
|
|
520
522
|
EStatusLoginEmail: () => EStatusLoginEmail,
|
|
521
523
|
EStatusMailWork: () => EStatusMailWork,
|
|
522
524
|
EStatusPC: () => EStatusPC,
|
|
525
|
+
EStatusPCControl: () => EStatusPCControl,
|
|
523
526
|
EStatusPost: () => EStatusPost,
|
|
524
527
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
525
528
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
@@ -538,6 +541,7 @@ __export(enums_exports, {
|
|
|
538
541
|
EStatusUser: () => EStatusUser,
|
|
539
542
|
EStatusVPS: () => EStatusVPS,
|
|
540
543
|
EStatusVPSReplace: () => EStatusVPSReplace,
|
|
544
|
+
ETimeFilter: () => ETimeFilter,
|
|
541
545
|
ETimeZone: () => ETimeZone,
|
|
542
546
|
EToolName: () => EToolName,
|
|
543
547
|
ETypeAccountInstagramSetting: () => ETypeAccountInstagramSetting,
|
|
@@ -700,6 +704,7 @@ __export(base_exports, {
|
|
|
700
704
|
EPositionUser: () => EPositionUser,
|
|
701
705
|
EPriority: () => EPriority,
|
|
702
706
|
EStartStop: () => EStartStop,
|
|
707
|
+
ETimeFilter: () => ETimeFilter,
|
|
703
708
|
ETimeZone: () => ETimeZone,
|
|
704
709
|
EYesNo: () => EYesNo
|
|
705
710
|
});
|
|
@@ -970,6 +975,20 @@ var EYesNo = /* @__PURE__ */ ((EYesNo2) => {
|
|
|
970
975
|
return EYesNo2;
|
|
971
976
|
})(EYesNo || {});
|
|
972
977
|
|
|
978
|
+
// src/enums/base/ETimeFilter.enum.ts
|
|
979
|
+
var ETimeFilter = /* @__PURE__ */ ((ETimeFilter2) => {
|
|
980
|
+
ETimeFilter2["Today"] = "Today";
|
|
981
|
+
ETimeFilter2["Yesterday"] = "Yesterday";
|
|
982
|
+
ETimeFilter2["Last7Days"] = "Last7Days";
|
|
983
|
+
ETimeFilter2["LastMonth"] = "LastMonth";
|
|
984
|
+
ETimeFilter2["LastQuarter"] = "LastQuarter";
|
|
985
|
+
ETimeFilter2["Last6Months"] = "Last6Months";
|
|
986
|
+
ETimeFilter2["LastYear"] = "LastYear";
|
|
987
|
+
ETimeFilter2["Last2Years"] = "Last2Years";
|
|
988
|
+
ETimeFilter2["AllTime"] = "AllTime";
|
|
989
|
+
return ETimeFilter2;
|
|
990
|
+
})(ETimeFilter || {});
|
|
991
|
+
|
|
973
992
|
// src/enums/lark/index.ts
|
|
974
993
|
var lark_exports = {};
|
|
975
994
|
__export(lark_exports, {
|
|
@@ -1192,7 +1211,6 @@ __export(status_exports, {
|
|
|
1192
1211
|
EStatusLark: () => EStatusLark,
|
|
1193
1212
|
EStatusLoginEmail: () => EStatusLoginEmail,
|
|
1194
1213
|
EStatusMailWork: () => EStatusMailWork,
|
|
1195
|
-
EStatusPC: () => EStatusPC,
|
|
1196
1214
|
EStatusPost: () => EStatusPost,
|
|
1197
1215
|
EStatusProxyChecked: () => EStatusProxyChecked,
|
|
1198
1216
|
EStatusProxyNewIP: () => EStatusProxyNewIP,
|
|
@@ -1498,13 +1516,6 @@ var EStatusChangeEmail = /* @__PURE__ */ ((EStatusChangeEmail2) => {
|
|
|
1498
1516
|
return EStatusChangeEmail2;
|
|
1499
1517
|
})(EStatusChangeEmail || {});
|
|
1500
1518
|
|
|
1501
|
-
// src/enums/status/tools/EStatusPC.enum.ts
|
|
1502
|
-
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
1503
|
-
EStatusPC2["Online"] = "Online";
|
|
1504
|
-
EStatusPC2["Offline"] = "Offline";
|
|
1505
|
-
return EStatusPC2;
|
|
1506
|
-
})(EStatusPC || {});
|
|
1507
|
-
|
|
1508
1519
|
// src/enums/status/tools/EStatusPost.enum.ts
|
|
1509
1520
|
var EStatusPost = /* @__PURE__ */ ((EStatusPost2) => {
|
|
1510
1521
|
EStatusPost2["UnknownPost"] = "UnknownPost";
|
|
@@ -2023,6 +2034,34 @@ var EToolName = /* @__PURE__ */ ((EToolName2) => {
|
|
|
2023
2034
|
return EToolName2;
|
|
2024
2035
|
})(EToolName || {});
|
|
2025
2036
|
|
|
2037
|
+
// src/enums/tool/EPC.enum.ts
|
|
2038
|
+
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
2039
|
+
EStatusPC2["Busy"] = "Busy";
|
|
2040
|
+
EStatusPC2["Online"] = "Online";
|
|
2041
|
+
EStatusPC2["Offline"] = "Offline";
|
|
2042
|
+
EStatusPC2["Maintenance"] = "Maintenance";
|
|
2043
|
+
return EStatusPC2;
|
|
2044
|
+
})(EStatusPC || {});
|
|
2045
|
+
var EStatusPCControl = /* @__PURE__ */ ((EStatusPCControl2) => {
|
|
2046
|
+
EStatusPCControl2["Idle"] = "Idle";
|
|
2047
|
+
EStatusPCControl2["InUse"] = "InUse";
|
|
2048
|
+
return EStatusPCControl2;
|
|
2049
|
+
})(EStatusPCControl || {});
|
|
2050
|
+
var EPCLogLevel = /* @__PURE__ */ ((EPCLogLevel2) => {
|
|
2051
|
+
EPCLogLevel2["Warning"] = "Warning";
|
|
2052
|
+
EPCLogLevel2["Error"] = "Error";
|
|
2053
|
+
EPCLogLevel2["Info"] = "Info";
|
|
2054
|
+
EPCLogLevel2["Success"] = "Success";
|
|
2055
|
+
return EPCLogLevel2;
|
|
2056
|
+
})(EPCLogLevel || {});
|
|
2057
|
+
var EPCLogSource = /* @__PURE__ */ ((EPCLogSource2) => {
|
|
2058
|
+
EPCLogSource2["Device"] = "Device";
|
|
2059
|
+
EPCLogSource2["PC"] = "PC";
|
|
2060
|
+
EPCLogSource2["System"] = "System";
|
|
2061
|
+
EPCLogSource2["UserAction"] = "UserAction";
|
|
2062
|
+
return EPCLogSource2;
|
|
2063
|
+
})(EPCLogSource || {});
|
|
2064
|
+
|
|
2026
2065
|
// src/types/index.ts
|
|
2027
2066
|
var types_exports2 = {};
|
|
2028
2067
|
|
|
@@ -2106,6 +2145,8 @@ export {
|
|
|
2106
2145
|
ELarkObject,
|
|
2107
2146
|
ELarkTypeNotification,
|
|
2108
2147
|
EObjectName,
|
|
2148
|
+
EPCLogLevel,
|
|
2149
|
+
EPCLogSource,
|
|
2109
2150
|
EPositionUser,
|
|
2110
2151
|
EPostStyle,
|
|
2111
2152
|
EPostType,
|
|
@@ -2159,6 +2200,7 @@ export {
|
|
|
2159
2200
|
EStatusLoginEmail,
|
|
2160
2201
|
EStatusMailWork,
|
|
2161
2202
|
EStatusPC,
|
|
2203
|
+
EStatusPCControl,
|
|
2162
2204
|
EStatusPost,
|
|
2163
2205
|
EStatusProxyChecked,
|
|
2164
2206
|
EStatusProxyNewIP,
|
|
@@ -2177,6 +2219,7 @@ export {
|
|
|
2177
2219
|
EStatusUser,
|
|
2178
2220
|
EStatusVPS,
|
|
2179
2221
|
EStatusVPSReplace,
|
|
2222
|
+
ETimeFilter,
|
|
2180
2223
|
ETimeZone,
|
|
2181
2224
|
EToolName,
|
|
2182
2225
|
ETypeAccountInstagramSetting,
|
package/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
============ SEARCH RESULTS ============
|
|
2
|
+
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report
|
|
3
|
+
Time: Tue 12/16/2025 16:12:50.37
|
|
4
|
+
Search Pattern: *interface.ts*
|
|
5
|
+
======================================
|
|
6
|
+
|
|
7
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractBlockUser.interface.ts
|
|
8
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractFollow.interface.ts
|
|
9
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyComment.interface.ts
|
|
10
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyMessage.interface.ts
|
|
11
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractUnFollow.interface.ts
|
|
12
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostHighLight.interface.ts
|
|
13
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostNew.interface.ts
|
|
14
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostReel.interface.ts
|
|
15
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostSquare.interface.ts
|
|
16
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostStory.interface.ts
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
============ SEARCH RESULTS ============
|
|
2
|
+
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report
|
|
3
|
+
Time: Tue 12/16/2025 16:13:24.24
|
|
4
|
+
Search Pattern: *interface.ts*
|
|
5
|
+
======================================
|
|
6
|
+
|
|
7
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractFollow.interface.ts
|
|
8
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyComment.interface.ts
|
|
9
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyMessage.interface.ts
|
|
10
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractUnFollow.interface.ts
|
|
11
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportPost.interface.ts
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
============ SEARCH RESULTS ============
|
|
2
|
+
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks
|
|
3
|
+
Time: Tue 12/16/2025 16:17:06.63
|
|
4
|
+
Search Pattern: *interface*
|
|
5
|
+
======================================
|
|
6
|
+
|
|
7
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramBlockUser.interface.ts
|
|
8
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramChangeInfo.interface.ts
|
|
9
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramFollow.interface.ts
|
|
10
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramPost.interface.ts
|
|
11
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyComment.interface.ts
|
|
12
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyMessage.interface.ts
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
============ SEARCH RESULTS ============
|
|
2
|
+
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks
|
|
3
|
+
Time: Tue 12/16/2025 16:17:28.89
|
|
4
|
+
Search Pattern: *interface*
|
|
5
|
+
======================================
|
|
6
|
+
|
|
7
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsFollow.interface.ts
|
|
8
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsPost.interface.ts
|
|
9
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsReplyComment.interface.ts
|
|
10
|
+
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsReplyMessage.interface.ts
|