automation-lib 6.6.599 → 6.6.601
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 +50 -62
- package/dist/index.d.mts +109 -4
- package/dist/index.d.ts +109 -4
- package/dist/index.js +116 -0
- package/dist/index.mjs +110 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -87,6 +87,9 @@ __export(index_exports, {
|
|
|
87
87
|
EFilterOptionDraftManualContentThreadsChildrenItemPost: () => EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
88
88
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
89
89
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
90
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
91
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
92
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
90
93
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
91
94
|
EFilterOptionIpAccess: () => EFilterOptionIpAccess,
|
|
92
95
|
EFilterOptionIpBlacklist: () => EFilterOptionIpBlacklist,
|
|
@@ -108,6 +111,9 @@ __export(index_exports, {
|
|
|
108
111
|
EFilterOptionTeam: () => EFilterOptionTeam,
|
|
109
112
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
110
113
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
114
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
115
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
116
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
111
117
|
EFilterOptionUser: () => EFilterOptionUser,
|
|
112
118
|
EFilterOptionVisitorLog: () => EFilterOptionVisitorLog,
|
|
113
119
|
EGender: () => EGender,
|
|
@@ -2299,6 +2305,9 @@ __export(models_exports, {
|
|
|
2299
2305
|
EFilterOptionDraftManualContentThreadsChildrenItemPost: () => EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
2300
2306
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
2301
2307
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
2308
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
2309
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
2310
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
2302
2311
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
2303
2312
|
EFilterOptionIpAccess: () => EFilterOptionIpAccess,
|
|
2304
2313
|
EFilterOptionIpBlacklist: () => EFilterOptionIpBlacklist,
|
|
@@ -2320,6 +2329,9 @@ __export(models_exports, {
|
|
|
2320
2329
|
EFilterOptionTeam: () => EFilterOptionTeam,
|
|
2321
2330
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
2322
2331
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
2332
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
2333
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
2334
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
2323
2335
|
EFilterOptionUser: () => EFilterOptionUser,
|
|
2324
2336
|
EFilterOptionVisitorLog: () => EFilterOptionVisitorLog,
|
|
2325
2337
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
@@ -2500,9 +2512,15 @@ __export(socials_exports, {
|
|
|
2500
2512
|
EFilterOptionAccountSocialGroup: () => EFilterOptionAccountSocialGroup,
|
|
2501
2513
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
2502
2514
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
2515
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
2516
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
2517
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
2503
2518
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
2504
2519
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
2505
2520
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
2521
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
2522
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
2523
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
2506
2524
|
ETaskInstagramChangeInfoLogStatus: () => ETaskInstagramChangeInfoLogStatus,
|
|
2507
2525
|
ETaskInstagramChangeInfoProcessStep: () => ETaskInstagramChangeInfoProcessStep,
|
|
2508
2526
|
ETaskInstagramPostLogStatus: () => ETaskInstagramPostLogStatus,
|
|
@@ -2581,6 +2599,49 @@ var EFilterOptionInstagramAccountRun = /* @__PURE__ */ ((EFilterOptionInstagramA
|
|
|
2581
2599
|
return EFilterOptionInstagramAccountRun2;
|
|
2582
2600
|
})(EFilterOptionInstagramAccountRun || {});
|
|
2583
2601
|
|
|
2602
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryAutoSyncDto.interface.ts
|
|
2603
|
+
var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInstagramHistoryAutoSync2) => {
|
|
2604
|
+
EFilterOptionInstagramHistoryAutoSync2["SheetName"] = "SheetName";
|
|
2605
|
+
EFilterOptionInstagramHistoryAutoSync2["StatusSyncAccount"] = "StatusSyncAccount";
|
|
2606
|
+
EFilterOptionInstagramHistoryAutoSync2["CreatedBy"] = "CreatedBy";
|
|
2607
|
+
EFilterOptionInstagramHistoryAutoSync2["UpdatedBy"] = "UpdatedBy";
|
|
2608
|
+
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2609
|
+
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2610
|
+
EFilterOptionInstagramHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2611
|
+
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2612
|
+
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2613
|
+
|
|
2614
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryChangeInfoDto.interface.ts
|
|
2615
|
+
var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionInstagramHistoryChangeInfo2) => {
|
|
2616
|
+
EFilterOptionInstagramHistoryChangeInfo2["SheetName"] = "SheetName";
|
|
2617
|
+
EFilterOptionInstagramHistoryChangeInfo2["ChangeType"] = "ChangeType";
|
|
2618
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeAvatar"] = "StatusChangeAvatar";
|
|
2619
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeCover"] = "StatusChangeCover";
|
|
2620
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeUsername"] = "StatusChangeUsername";
|
|
2621
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeFullname"] = "StatusChangeFullname";
|
|
2622
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeEmail"] = "StatusChangeEmail";
|
|
2623
|
+
EFilterOptionInstagramHistoryChangeInfo2["CreatedBy"] = "CreatedBy";
|
|
2624
|
+
EFilterOptionInstagramHistoryChangeInfo2["UpdatedBy"] = "UpdatedBy";
|
|
2625
|
+
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2626
|
+
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2627
|
+
EFilterOptionInstagramHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2628
|
+
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2629
|
+
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2630
|
+
|
|
2631
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryCreateNewDto.interface.ts
|
|
2632
|
+
var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInstagramHistoryCreateNew2) => {
|
|
2633
|
+
EFilterOptionInstagramHistoryCreateNew2["SheetName"] = "SheetName";
|
|
2634
|
+
EFilterOptionInstagramHistoryCreateNew2["Status"] = "Status";
|
|
2635
|
+
EFilterOptionInstagramHistoryCreateNew2["TypeCreateNew"] = "TypeCreateNew";
|
|
2636
|
+
EFilterOptionInstagramHistoryCreateNew2["FolderName"] = "FolderName";
|
|
2637
|
+
EFilterOptionInstagramHistoryCreateNew2["CreatedBy"] = "CreatedBy";
|
|
2638
|
+
EFilterOptionInstagramHistoryCreateNew2["UpdatedBy"] = "UpdatedBy";
|
|
2639
|
+
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2640
|
+
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2641
|
+
EFilterOptionInstagramHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2642
|
+
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2643
|
+
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2644
|
+
|
|
2584
2645
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
2585
2646
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
2586
2647
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
@@ -2666,6 +2727,49 @@ var ETaskInstagramChangeInfoLogStatus = /* @__PURE__ */ ((ETaskInstagramChangeIn
|
|
|
2666
2727
|
return ETaskInstagramChangeInfoLogStatus2;
|
|
2667
2728
|
})(ETaskInstagramChangeInfoLogStatus || {});
|
|
2668
2729
|
|
|
2730
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryAutoSyncDto.interface.ts
|
|
2731
|
+
var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreadsHistoryAutoSync2) => {
|
|
2732
|
+
EFilterOptionThreadsHistoryAutoSync2["SheetName"] = "SheetName";
|
|
2733
|
+
EFilterOptionThreadsHistoryAutoSync2["StatusSyncAccount"] = "StatusSyncAccount";
|
|
2734
|
+
EFilterOptionThreadsHistoryAutoSync2["CreatedBy"] = "CreatedBy";
|
|
2735
|
+
EFilterOptionThreadsHistoryAutoSync2["UpdatedBy"] = "UpdatedBy";
|
|
2736
|
+
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2737
|
+
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2738
|
+
EFilterOptionThreadsHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2739
|
+
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2740
|
+
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2741
|
+
|
|
2742
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryCreateNewDto.interface.ts
|
|
2743
|
+
var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThreadsHistoryCreateNew2) => {
|
|
2744
|
+
EFilterOptionThreadsHistoryCreateNew2["SheetName"] = "SheetName";
|
|
2745
|
+
EFilterOptionThreadsHistoryCreateNew2["Status"] = "Status";
|
|
2746
|
+
EFilterOptionThreadsHistoryCreateNew2["TypeCreateNew"] = "TypeCreateNew";
|
|
2747
|
+
EFilterOptionThreadsHistoryCreateNew2["FolderName"] = "FolderName";
|
|
2748
|
+
EFilterOptionThreadsHistoryCreateNew2["CreatedBy"] = "CreatedBy";
|
|
2749
|
+
EFilterOptionThreadsHistoryCreateNew2["UpdatedBy"] = "UpdatedBy";
|
|
2750
|
+
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2751
|
+
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2752
|
+
EFilterOptionThreadsHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2753
|
+
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2754
|
+
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2755
|
+
|
|
2756
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryChangeInfoDto.interface.ts
|
|
2757
|
+
var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThreadsHistoryChangeInfo2) => {
|
|
2758
|
+
EFilterOptionThreadsHistoryChangeInfo2["SheetName"] = "SheetName";
|
|
2759
|
+
EFilterOptionThreadsHistoryChangeInfo2["ChangeType"] = "ChangeType";
|
|
2760
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeAvatar"] = "StatusChangeAvatar";
|
|
2761
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeCover"] = "StatusChangeCover";
|
|
2762
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeUsername"] = "StatusChangeUsername";
|
|
2763
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeFullname"] = "StatusChangeFullname";
|
|
2764
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeEmail"] = "StatusChangeEmail";
|
|
2765
|
+
EFilterOptionThreadsHistoryChangeInfo2["CreatedBy"] = "CreatedBy";
|
|
2766
|
+
EFilterOptionThreadsHistoryChangeInfo2["UpdatedBy"] = "UpdatedBy";
|
|
2767
|
+
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2768
|
+
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2769
|
+
EFilterOptionThreadsHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2770
|
+
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2771
|
+
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2772
|
+
|
|
2669
2773
|
// src/interfaces/models/socials/threads/account/enum/EAccountThreads.enum.ts
|
|
2670
2774
|
var EAccountThreadsTypeChangeInfo = /* @__PURE__ */ ((EAccountThreadsTypeChangeInfo2) => {
|
|
2671
2775
|
EAccountThreadsTypeChangeInfo2["ChangeBio"] = "ChangeBio";
|
|
@@ -4382,6 +4486,9 @@ __export(interfaces_exports, {
|
|
|
4382
4486
|
EFilterOptionDraftManualContentThreadsChildrenItemPost: () => EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
4383
4487
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
4384
4488
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
4489
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
4490
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
4491
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
4385
4492
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
4386
4493
|
EFilterOptionIpAccess: () => EFilterOptionIpAccess,
|
|
4387
4494
|
EFilterOptionIpBlacklist: () => EFilterOptionIpBlacklist,
|
|
@@ -4403,6 +4510,9 @@ __export(interfaces_exports, {
|
|
|
4403
4510
|
EFilterOptionTeam: () => EFilterOptionTeam,
|
|
4404
4511
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
4405
4512
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
4513
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
4514
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
4515
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
4406
4516
|
EFilterOptionUser: () => EFilterOptionUser,
|
|
4407
4517
|
EFilterOptionVisitorLog: () => EFilterOptionVisitorLog,
|
|
4408
4518
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
@@ -4584,6 +4694,9 @@ __export(interfaces_exports, {
|
|
|
4584
4694
|
EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
4585
4695
|
EFilterOptionInstagramAccountRaw,
|
|
4586
4696
|
EFilterOptionInstagramAccountRun,
|
|
4697
|
+
EFilterOptionInstagramHistoryAutoSync,
|
|
4698
|
+
EFilterOptionInstagramHistoryChangeInfo,
|
|
4699
|
+
EFilterOptionInstagramHistoryCreateNew,
|
|
4587
4700
|
EFilterOptionInstagramSocial,
|
|
4588
4701
|
EFilterOptionIpAccess,
|
|
4589
4702
|
EFilterOptionIpBlacklist,
|
|
@@ -4605,6 +4718,9 @@ __export(interfaces_exports, {
|
|
|
4605
4718
|
EFilterOptionTeam,
|
|
4606
4719
|
EFilterOptionThreadsAccountRaw,
|
|
4607
4720
|
EFilterOptionThreadsAccountRun,
|
|
4721
|
+
EFilterOptionThreadsHistoryAutoSync,
|
|
4722
|
+
EFilterOptionThreadsHistoryChangeInfo,
|
|
4723
|
+
EFilterOptionThreadsHistoryCreateNew,
|
|
4608
4724
|
EFilterOptionUser,
|
|
4609
4725
|
EFilterOptionVisitorLog,
|
|
4610
4726
|
EGender,
|
package/dist/index.mjs
CHANGED
|
@@ -1977,6 +1977,9 @@ __export(models_exports, {
|
|
|
1977
1977
|
EFilterOptionDraftManualContentThreadsChildrenItemPost: () => EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
1978
1978
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
1979
1979
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
1980
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
1981
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
1982
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
1980
1983
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
1981
1984
|
EFilterOptionIpAccess: () => EFilterOptionIpAccess,
|
|
1982
1985
|
EFilterOptionIpBlacklist: () => EFilterOptionIpBlacklist,
|
|
@@ -1998,6 +2001,9 @@ __export(models_exports, {
|
|
|
1998
2001
|
EFilterOptionTeam: () => EFilterOptionTeam,
|
|
1999
2002
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
2000
2003
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
2004
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
2005
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
2006
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
2001
2007
|
EFilterOptionUser: () => EFilterOptionUser,
|
|
2002
2008
|
EFilterOptionVisitorLog: () => EFilterOptionVisitorLog,
|
|
2003
2009
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
@@ -2178,9 +2184,15 @@ __export(socials_exports, {
|
|
|
2178
2184
|
EFilterOptionAccountSocialGroup: () => EFilterOptionAccountSocialGroup,
|
|
2179
2185
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
2180
2186
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
2187
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
2188
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
2189
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
2181
2190
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
2182
2191
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
2183
2192
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
2193
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
2194
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
2195
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
2184
2196
|
ETaskInstagramChangeInfoLogStatus: () => ETaskInstagramChangeInfoLogStatus,
|
|
2185
2197
|
ETaskInstagramChangeInfoProcessStep: () => ETaskInstagramChangeInfoProcessStep,
|
|
2186
2198
|
ETaskInstagramPostLogStatus: () => ETaskInstagramPostLogStatus,
|
|
@@ -2259,6 +2271,49 @@ var EFilterOptionInstagramAccountRun = /* @__PURE__ */ ((EFilterOptionInstagramA
|
|
|
2259
2271
|
return EFilterOptionInstagramAccountRun2;
|
|
2260
2272
|
})(EFilterOptionInstagramAccountRun || {});
|
|
2261
2273
|
|
|
2274
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryAutoSyncDto.interface.ts
|
|
2275
|
+
var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInstagramHistoryAutoSync2) => {
|
|
2276
|
+
EFilterOptionInstagramHistoryAutoSync2["SheetName"] = "SheetName";
|
|
2277
|
+
EFilterOptionInstagramHistoryAutoSync2["StatusSyncAccount"] = "StatusSyncAccount";
|
|
2278
|
+
EFilterOptionInstagramHistoryAutoSync2["CreatedBy"] = "CreatedBy";
|
|
2279
|
+
EFilterOptionInstagramHistoryAutoSync2["UpdatedBy"] = "UpdatedBy";
|
|
2280
|
+
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2281
|
+
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2282
|
+
EFilterOptionInstagramHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2283
|
+
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2284
|
+
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2285
|
+
|
|
2286
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryChangeInfoDto.interface.ts
|
|
2287
|
+
var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionInstagramHistoryChangeInfo2) => {
|
|
2288
|
+
EFilterOptionInstagramHistoryChangeInfo2["SheetName"] = "SheetName";
|
|
2289
|
+
EFilterOptionInstagramHistoryChangeInfo2["ChangeType"] = "ChangeType";
|
|
2290
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeAvatar"] = "StatusChangeAvatar";
|
|
2291
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeCover"] = "StatusChangeCover";
|
|
2292
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeUsername"] = "StatusChangeUsername";
|
|
2293
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeFullname"] = "StatusChangeFullname";
|
|
2294
|
+
EFilterOptionInstagramHistoryChangeInfo2["StatusChangeEmail"] = "StatusChangeEmail";
|
|
2295
|
+
EFilterOptionInstagramHistoryChangeInfo2["CreatedBy"] = "CreatedBy";
|
|
2296
|
+
EFilterOptionInstagramHistoryChangeInfo2["UpdatedBy"] = "UpdatedBy";
|
|
2297
|
+
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2298
|
+
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2299
|
+
EFilterOptionInstagramHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2300
|
+
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2301
|
+
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2302
|
+
|
|
2303
|
+
// src/interfaces/models/socials/instagram/account/history/dto/IInstagramHistoryCreateNewDto.interface.ts
|
|
2304
|
+
var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInstagramHistoryCreateNew2) => {
|
|
2305
|
+
EFilterOptionInstagramHistoryCreateNew2["SheetName"] = "SheetName";
|
|
2306
|
+
EFilterOptionInstagramHistoryCreateNew2["Status"] = "Status";
|
|
2307
|
+
EFilterOptionInstagramHistoryCreateNew2["TypeCreateNew"] = "TypeCreateNew";
|
|
2308
|
+
EFilterOptionInstagramHistoryCreateNew2["FolderName"] = "FolderName";
|
|
2309
|
+
EFilterOptionInstagramHistoryCreateNew2["CreatedBy"] = "CreatedBy";
|
|
2310
|
+
EFilterOptionInstagramHistoryCreateNew2["UpdatedBy"] = "UpdatedBy";
|
|
2311
|
+
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2312
|
+
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2313
|
+
EFilterOptionInstagramHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2314
|
+
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2315
|
+
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2316
|
+
|
|
2262
2317
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
2263
2318
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
2264
2319
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
@@ -2344,6 +2399,49 @@ var ETaskInstagramChangeInfoLogStatus = /* @__PURE__ */ ((ETaskInstagramChangeIn
|
|
|
2344
2399
|
return ETaskInstagramChangeInfoLogStatus2;
|
|
2345
2400
|
})(ETaskInstagramChangeInfoLogStatus || {});
|
|
2346
2401
|
|
|
2402
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryAutoSyncDto.interface.ts
|
|
2403
|
+
var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreadsHistoryAutoSync2) => {
|
|
2404
|
+
EFilterOptionThreadsHistoryAutoSync2["SheetName"] = "SheetName";
|
|
2405
|
+
EFilterOptionThreadsHistoryAutoSync2["StatusSyncAccount"] = "StatusSyncAccount";
|
|
2406
|
+
EFilterOptionThreadsHistoryAutoSync2["CreatedBy"] = "CreatedBy";
|
|
2407
|
+
EFilterOptionThreadsHistoryAutoSync2["UpdatedBy"] = "UpdatedBy";
|
|
2408
|
+
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2409
|
+
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2410
|
+
EFilterOptionThreadsHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2411
|
+
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2412
|
+
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2413
|
+
|
|
2414
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryCreateNewDto.interface.ts
|
|
2415
|
+
var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThreadsHistoryCreateNew2) => {
|
|
2416
|
+
EFilterOptionThreadsHistoryCreateNew2["SheetName"] = "SheetName";
|
|
2417
|
+
EFilterOptionThreadsHistoryCreateNew2["Status"] = "Status";
|
|
2418
|
+
EFilterOptionThreadsHistoryCreateNew2["TypeCreateNew"] = "TypeCreateNew";
|
|
2419
|
+
EFilterOptionThreadsHistoryCreateNew2["FolderName"] = "FolderName";
|
|
2420
|
+
EFilterOptionThreadsHistoryCreateNew2["CreatedBy"] = "CreatedBy";
|
|
2421
|
+
EFilterOptionThreadsHistoryCreateNew2["UpdatedBy"] = "UpdatedBy";
|
|
2422
|
+
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2423
|
+
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2424
|
+
EFilterOptionThreadsHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2425
|
+
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2426
|
+
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2427
|
+
|
|
2428
|
+
// src/interfaces/models/socials/threads/account/history/dto/IThreadsHistoryChangeInfoDto.interface.ts
|
|
2429
|
+
var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThreadsHistoryChangeInfo2) => {
|
|
2430
|
+
EFilterOptionThreadsHistoryChangeInfo2["SheetName"] = "SheetName";
|
|
2431
|
+
EFilterOptionThreadsHistoryChangeInfo2["ChangeType"] = "ChangeType";
|
|
2432
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeAvatar"] = "StatusChangeAvatar";
|
|
2433
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeCover"] = "StatusChangeCover";
|
|
2434
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeUsername"] = "StatusChangeUsername";
|
|
2435
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeFullname"] = "StatusChangeFullname";
|
|
2436
|
+
EFilterOptionThreadsHistoryChangeInfo2["StatusChangeEmail"] = "StatusChangeEmail";
|
|
2437
|
+
EFilterOptionThreadsHistoryChangeInfo2["CreatedBy"] = "CreatedBy";
|
|
2438
|
+
EFilterOptionThreadsHistoryChangeInfo2["UpdatedBy"] = "UpdatedBy";
|
|
2439
|
+
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2440
|
+
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2441
|
+
EFilterOptionThreadsHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2442
|
+
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2443
|
+
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2444
|
+
|
|
2347
2445
|
// src/interfaces/models/socials/threads/account/enum/EAccountThreads.enum.ts
|
|
2348
2446
|
var EAccountThreadsTypeChangeInfo = /* @__PURE__ */ ((EAccountThreadsTypeChangeInfo2) => {
|
|
2349
2447
|
EAccountThreadsTypeChangeInfo2["ChangeBio"] = "ChangeBio";
|
|
@@ -4060,6 +4158,9 @@ __export(interfaces_exports, {
|
|
|
4060
4158
|
EFilterOptionDraftManualContentThreadsChildrenItemPost: () => EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
4061
4159
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
4062
4160
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
4161
|
+
EFilterOptionInstagramHistoryAutoSync: () => EFilterOptionInstagramHistoryAutoSync,
|
|
4162
|
+
EFilterOptionInstagramHistoryChangeInfo: () => EFilterOptionInstagramHistoryChangeInfo,
|
|
4163
|
+
EFilterOptionInstagramHistoryCreateNew: () => EFilterOptionInstagramHistoryCreateNew,
|
|
4063
4164
|
EFilterOptionInstagramSocial: () => EFilterOptionInstagramSocial,
|
|
4064
4165
|
EFilterOptionIpAccess: () => EFilterOptionIpAccess,
|
|
4065
4166
|
EFilterOptionIpBlacklist: () => EFilterOptionIpBlacklist,
|
|
@@ -4081,6 +4182,9 @@ __export(interfaces_exports, {
|
|
|
4081
4182
|
EFilterOptionTeam: () => EFilterOptionTeam,
|
|
4082
4183
|
EFilterOptionThreadsAccountRaw: () => EFilterOptionThreadsAccountRaw,
|
|
4083
4184
|
EFilterOptionThreadsAccountRun: () => EFilterOptionThreadsAccountRun,
|
|
4185
|
+
EFilterOptionThreadsHistoryAutoSync: () => EFilterOptionThreadsHistoryAutoSync,
|
|
4186
|
+
EFilterOptionThreadsHistoryChangeInfo: () => EFilterOptionThreadsHistoryChangeInfo,
|
|
4187
|
+
EFilterOptionThreadsHistoryCreateNew: () => EFilterOptionThreadsHistoryCreateNew,
|
|
4084
4188
|
EFilterOptionUser: () => EFilterOptionUser,
|
|
4085
4189
|
EFilterOptionVisitorLog: () => EFilterOptionVisitorLog,
|
|
4086
4190
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
@@ -4261,6 +4365,9 @@ export {
|
|
|
4261
4365
|
EFilterOptionDraftManualContentThreadsChildrenItemPost,
|
|
4262
4366
|
EFilterOptionInstagramAccountRaw,
|
|
4263
4367
|
EFilterOptionInstagramAccountRun,
|
|
4368
|
+
EFilterOptionInstagramHistoryAutoSync,
|
|
4369
|
+
EFilterOptionInstagramHistoryChangeInfo,
|
|
4370
|
+
EFilterOptionInstagramHistoryCreateNew,
|
|
4264
4371
|
EFilterOptionInstagramSocial,
|
|
4265
4372
|
EFilterOptionIpAccess,
|
|
4266
4373
|
EFilterOptionIpBlacklist,
|
|
@@ -4282,6 +4389,9 @@ export {
|
|
|
4282
4389
|
EFilterOptionTeam,
|
|
4283
4390
|
EFilterOptionThreadsAccountRaw,
|
|
4284
4391
|
EFilterOptionThreadsAccountRun,
|
|
4392
|
+
EFilterOptionThreadsHistoryAutoSync,
|
|
4393
|
+
EFilterOptionThreadsHistoryChangeInfo,
|
|
4394
|
+
EFilterOptionThreadsHistoryCreateNew,
|
|
4285
4395
|
EFilterOptionUser,
|
|
4286
4396
|
EFilterOptionVisitorLog,
|
|
4287
4397
|
EGender,
|