@allinsocial/automation-core 6.6.642 → 6.6.648
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/README.md +2 -0
- package/check-watch.bat +46 -2
- package/commit.bat +48 -50
- package/dist/index.d.mts +110 -33
- package/dist/index.d.ts +110 -33
- package/dist/index.js +48 -2
- package/dist/index.mjs +45 -2
- package/package.json +5 -7
package/dist/index.js
CHANGED
|
@@ -147,7 +147,10 @@ __export(index_exports, {
|
|
|
147
147
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
148
148
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
149
149
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
150
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
150
151
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
152
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
153
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
151
154
|
EModelImageVideo: () => EModelImageVideo,
|
|
152
155
|
ENotificationType: () => ENotificationType,
|
|
153
156
|
EObjectName: () => EObjectName,
|
|
@@ -2367,7 +2370,10 @@ __export(models_exports, {
|
|
|
2367
2370
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
2368
2371
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
2369
2372
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
2373
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
2370
2374
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
2375
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
2376
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
2371
2377
|
EModelImageVideo: () => EModelImageVideo,
|
|
2372
2378
|
ENotificationType: () => ENotificationType,
|
|
2373
2379
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
@@ -2734,13 +2740,22 @@ var ETaskInstagramPostStyle = /* @__PURE__ */ ((ETaskInstagramPostStyle2) => {
|
|
|
2734
2740
|
})(ETaskInstagramPostStyle || {});
|
|
2735
2741
|
var ETaskInstagramPostProcessStep = /* @__PURE__ */ ((ETaskInstagramPostProcessStep2) => {
|
|
2736
2742
|
ETaskInstagramPostProcessStep2["InitializeTask"] = "InitializeTask";
|
|
2737
|
-
ETaskInstagramPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2738
2743
|
ETaskInstagramPostProcessStep2["LoadContentPost"] = "LoadContentPost";
|
|
2744
|
+
ETaskInstagramPostProcessStep2["ConnectDevice"] = "ConnectDevice";
|
|
2745
|
+
ETaskInstagramPostProcessStep2["ConfigVPN"] = "ConfigVPN";
|
|
2746
|
+
ETaskInstagramPostProcessStep2["ConfigProxy"] = "ConfigProxy";
|
|
2747
|
+
ETaskInstagramPostProcessStep2["ConfigVpnProxy"] = "ConfigVpnProxy";
|
|
2748
|
+
ETaskInstagramPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2749
|
+
ETaskInstagramPostProcessStep2["DownloadMediaFiles"] = "DownloadMediaFiles";
|
|
2739
2750
|
ETaskInstagramPostProcessStep2["UploadMediaFiles"] = "UploadMediaFiles";
|
|
2740
2751
|
ETaskInstagramPostProcessStep2["AddCaptionAndTags"] = "AddCaptionAndTags";
|
|
2741
2752
|
ETaskInstagramPostProcessStep2["SchedulePostTime"] = "SchedulePostTime";
|
|
2753
|
+
ETaskInstagramPostProcessStep2["SwitchAILabel"] = "SwitchAILabel";
|
|
2754
|
+
ETaskInstagramPostProcessStep2["AddLocation"] = "AddLocation";
|
|
2742
2755
|
ETaskInstagramPostProcessStep2["SubmitPost"] = "SubmitPost";
|
|
2743
2756
|
ETaskInstagramPostProcessStep2["VerifyPostStatus"] = "VerifyPostStatus";
|
|
2757
|
+
ETaskInstagramPostProcessStep2["GhostReset"] = "GhostReset";
|
|
2758
|
+
ETaskInstagramPostProcessStep2["ExpireWaitingPlan"] = "ExpireWaitingPlan";
|
|
2744
2759
|
return ETaskInstagramPostProcessStep2;
|
|
2745
2760
|
})(ETaskInstagramPostProcessStep || {});
|
|
2746
2761
|
var ETaskInstagramPostLogStatus = /* @__PURE__ */ ((ETaskInstagramPostLogStatus2) => {
|
|
@@ -2908,13 +2923,20 @@ var ETaskThreadsPostStyle = /* @__PURE__ */ ((ETaskThreadsPostStyle2) => {
|
|
|
2908
2923
|
})(ETaskThreadsPostStyle || {});
|
|
2909
2924
|
var ETaskThreadsPostProcessStep = /* @__PURE__ */ ((ETaskThreadsPostProcessStep2) => {
|
|
2910
2925
|
ETaskThreadsPostProcessStep2["InitializeTask"] = "InitializeTask";
|
|
2911
|
-
ETaskThreadsPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2912
2926
|
ETaskThreadsPostProcessStep2["LoadContentPost"] = "LoadContentPost";
|
|
2927
|
+
ETaskThreadsPostProcessStep2["ConnectDevice"] = "ConnectDevice";
|
|
2928
|
+
ETaskThreadsPostProcessStep2["ConfigVPN"] = "ConfigVPN";
|
|
2929
|
+
ETaskThreadsPostProcessStep2["ConfigProxy"] = "ConfigProxy";
|
|
2930
|
+
ETaskThreadsPostProcessStep2["ConfigVpnProxy"] = "ConfigVpnProxy";
|
|
2931
|
+
ETaskThreadsPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2932
|
+
ETaskThreadsPostProcessStep2["DownloadMediaFiles"] = "DownloadMediaFiles";
|
|
2913
2933
|
ETaskThreadsPostProcessStep2["UploadMediaFiles"] = "UploadMediaFiles";
|
|
2914
2934
|
ETaskThreadsPostProcessStep2["AddCaptionAndTags"] = "AddCaptionAndTags";
|
|
2915
2935
|
ETaskThreadsPostProcessStep2["SchedulePostTime"] = "SchedulePostTime";
|
|
2916
2936
|
ETaskThreadsPostProcessStep2["SubmitPost"] = "SubmitPost";
|
|
2917
2937
|
ETaskThreadsPostProcessStep2["VerifyPostStatus"] = "VerifyPostStatus";
|
|
2938
|
+
ETaskThreadsPostProcessStep2["GhostReset"] = "GhostReset";
|
|
2939
|
+
ETaskThreadsPostProcessStep2["ExpireWaitingPlan"] = "ExpireWaitingPlan";
|
|
2918
2940
|
return ETaskThreadsPostProcessStep2;
|
|
2919
2941
|
})(ETaskThreadsPostProcessStep || {});
|
|
2920
2942
|
var ETaskThreadsPostLogStatus = /* @__PURE__ */ ((ETaskThreadsPostLogStatus2) => {
|
|
@@ -3014,7 +3036,10 @@ __export(tool_exports, {
|
|
|
3014
3036
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
3015
3037
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
3016
3038
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
3039
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
3017
3040
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
3041
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
3042
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
3018
3043
|
EModelImageVideo: () => EModelImageVideo,
|
|
3019
3044
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
3020
3045
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
@@ -4096,6 +4121,11 @@ var ETypeFileItemPostManualContentSocialInstagram = /* @__PURE__ */ ((ETypeFileI
|
|
|
4096
4121
|
ETypeFileItemPostManualContentSocialInstagram2["Image"] = "Image";
|
|
4097
4122
|
return ETypeFileItemPostManualContentSocialInstagram2;
|
|
4098
4123
|
})(ETypeFileItemPostManualContentSocialInstagram || {});
|
|
4124
|
+
var EMediaTypeManualContentInstagram = /* @__PURE__ */ ((EMediaTypeManualContentInstagram2) => {
|
|
4125
|
+
EMediaTypeManualContentInstagram2["New"] = "New";
|
|
4126
|
+
EMediaTypeManualContentInstagram2["Reel"] = "Reel";
|
|
4127
|
+
return EMediaTypeManualContentInstagram2;
|
|
4128
|
+
})(EMediaTypeManualContentInstagram || {});
|
|
4099
4129
|
|
|
4100
4130
|
// src/interfaces/models/tool/tasks/manual-content-social/threads/dto/IManualContentSocial.dto.ts
|
|
4101
4131
|
var EFilterOptionManualContentSocialThreads = /* @__PURE__ */ ((EFilterOptionManualContentSocialThreads2) => {
|
|
@@ -4152,6 +4182,11 @@ var ETypeFileItemPostManualContentSocialThreads = /* @__PURE__ */ ((ETypeFileIte
|
|
|
4152
4182
|
ETypeFileItemPostManualContentSocialThreads2["Image"] = "Image";
|
|
4153
4183
|
return ETypeFileItemPostManualContentSocialThreads2;
|
|
4154
4184
|
})(ETypeFileItemPostManualContentSocialThreads || {});
|
|
4185
|
+
var EMediaTypeManualContentThreads = /* @__PURE__ */ ((EMediaTypeManualContentThreads2) => {
|
|
4186
|
+
EMediaTypeManualContentThreads2["New"] = "New";
|
|
4187
|
+
EMediaTypeManualContentThreads2["Reel"] = "Reel";
|
|
4188
|
+
return EMediaTypeManualContentThreads2;
|
|
4189
|
+
})(EMediaTypeManualContentThreads || {});
|
|
4155
4190
|
|
|
4156
4191
|
// src/interfaces/models/tool/tasks/workflow/enum/base/ETaskWorkflow.enum.ts
|
|
4157
4192
|
var ETaskWorkflowStatus = /* @__PURE__ */ ((ETaskWorkflowStatus2) => {
|
|
@@ -4390,6 +4425,11 @@ var ETypeFileItemPostDraftManualContentThreads = /* @__PURE__ */ ((ETypeFileItem
|
|
|
4390
4425
|
ETypeFileItemPostDraftManualContentThreads2["Image"] = "Image";
|
|
4391
4426
|
return ETypeFileItemPostDraftManualContentThreads2;
|
|
4392
4427
|
})(ETypeFileItemPostDraftManualContentThreads || {});
|
|
4428
|
+
var EMediaTypeDraftManualContentThreads = /* @__PURE__ */ ((EMediaTypeDraftManualContentThreads2) => {
|
|
4429
|
+
EMediaTypeDraftManualContentThreads2["New"] = "New";
|
|
4430
|
+
EMediaTypeDraftManualContentThreads2["Reel"] = "Reel";
|
|
4431
|
+
return EMediaTypeDraftManualContentThreads2;
|
|
4432
|
+
})(EMediaTypeDraftManualContentThreads || {});
|
|
4393
4433
|
|
|
4394
4434
|
// src/interfaces/models/tool/token-json-manager/enum/TokenJsonManager.enum.ts
|
|
4395
4435
|
var EStatusTokenJsonManager = /* @__PURE__ */ ((EStatusTokenJsonManager2) => {
|
|
@@ -4685,7 +4725,10 @@ __export(interfaces_exports, {
|
|
|
4685
4725
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
4686
4726
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
4687
4727
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
4728
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
4688
4729
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
4730
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
4731
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
4689
4732
|
EModelImageVideo: () => EModelImageVideo,
|
|
4690
4733
|
ENotificationType: () => ENotificationType,
|
|
4691
4734
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
@@ -4911,7 +4954,10 @@ __export(interfaces_exports, {
|
|
|
4911
4954
|
EManualContentSocialThreadsStatusPost,
|
|
4912
4955
|
EManualContentSocialThreadsStatusTask,
|
|
4913
4956
|
EManualContentSocialThreadsTypePost,
|
|
4957
|
+
EMediaTypeDraftManualContentThreads,
|
|
4914
4958
|
EMediaTypeLibraryPost,
|
|
4959
|
+
EMediaTypeManualContentInstagram,
|
|
4960
|
+
EMediaTypeManualContentThreads,
|
|
4915
4961
|
EModelImageVideo,
|
|
4916
4962
|
ENotificationType,
|
|
4917
4963
|
EObjectName,
|
package/dist/index.mjs
CHANGED
|
@@ -2035,7 +2035,10 @@ __export(models_exports, {
|
|
|
2035
2035
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
2036
2036
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
2037
2037
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
2038
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
2038
2039
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
2040
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
2041
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
2039
2042
|
EModelImageVideo: () => EModelImageVideo,
|
|
2040
2043
|
ENotificationType: () => ENotificationType,
|
|
2041
2044
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
@@ -2402,13 +2405,22 @@ var ETaskInstagramPostStyle = /* @__PURE__ */ ((ETaskInstagramPostStyle2) => {
|
|
|
2402
2405
|
})(ETaskInstagramPostStyle || {});
|
|
2403
2406
|
var ETaskInstagramPostProcessStep = /* @__PURE__ */ ((ETaskInstagramPostProcessStep2) => {
|
|
2404
2407
|
ETaskInstagramPostProcessStep2["InitializeTask"] = "InitializeTask";
|
|
2405
|
-
ETaskInstagramPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2406
2408
|
ETaskInstagramPostProcessStep2["LoadContentPost"] = "LoadContentPost";
|
|
2409
|
+
ETaskInstagramPostProcessStep2["ConnectDevice"] = "ConnectDevice";
|
|
2410
|
+
ETaskInstagramPostProcessStep2["ConfigVPN"] = "ConfigVPN";
|
|
2411
|
+
ETaskInstagramPostProcessStep2["ConfigProxy"] = "ConfigProxy";
|
|
2412
|
+
ETaskInstagramPostProcessStep2["ConfigVpnProxy"] = "ConfigVpnProxy";
|
|
2413
|
+
ETaskInstagramPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2414
|
+
ETaskInstagramPostProcessStep2["DownloadMediaFiles"] = "DownloadMediaFiles";
|
|
2407
2415
|
ETaskInstagramPostProcessStep2["UploadMediaFiles"] = "UploadMediaFiles";
|
|
2408
2416
|
ETaskInstagramPostProcessStep2["AddCaptionAndTags"] = "AddCaptionAndTags";
|
|
2409
2417
|
ETaskInstagramPostProcessStep2["SchedulePostTime"] = "SchedulePostTime";
|
|
2418
|
+
ETaskInstagramPostProcessStep2["SwitchAILabel"] = "SwitchAILabel";
|
|
2419
|
+
ETaskInstagramPostProcessStep2["AddLocation"] = "AddLocation";
|
|
2410
2420
|
ETaskInstagramPostProcessStep2["SubmitPost"] = "SubmitPost";
|
|
2411
2421
|
ETaskInstagramPostProcessStep2["VerifyPostStatus"] = "VerifyPostStatus";
|
|
2422
|
+
ETaskInstagramPostProcessStep2["GhostReset"] = "GhostReset";
|
|
2423
|
+
ETaskInstagramPostProcessStep2["ExpireWaitingPlan"] = "ExpireWaitingPlan";
|
|
2412
2424
|
return ETaskInstagramPostProcessStep2;
|
|
2413
2425
|
})(ETaskInstagramPostProcessStep || {});
|
|
2414
2426
|
var ETaskInstagramPostLogStatus = /* @__PURE__ */ ((ETaskInstagramPostLogStatus2) => {
|
|
@@ -2576,13 +2588,20 @@ var ETaskThreadsPostStyle = /* @__PURE__ */ ((ETaskThreadsPostStyle2) => {
|
|
|
2576
2588
|
})(ETaskThreadsPostStyle || {});
|
|
2577
2589
|
var ETaskThreadsPostProcessStep = /* @__PURE__ */ ((ETaskThreadsPostProcessStep2) => {
|
|
2578
2590
|
ETaskThreadsPostProcessStep2["InitializeTask"] = "InitializeTask";
|
|
2579
|
-
ETaskThreadsPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2580
2591
|
ETaskThreadsPostProcessStep2["LoadContentPost"] = "LoadContentPost";
|
|
2592
|
+
ETaskThreadsPostProcessStep2["ConnectDevice"] = "ConnectDevice";
|
|
2593
|
+
ETaskThreadsPostProcessStep2["ConfigVPN"] = "ConfigVPN";
|
|
2594
|
+
ETaskThreadsPostProcessStep2["ConfigProxy"] = "ConfigProxy";
|
|
2595
|
+
ETaskThreadsPostProcessStep2["ConfigVpnProxy"] = "ConfigVpnProxy";
|
|
2596
|
+
ETaskThreadsPostProcessStep2["LoginAccountSocial"] = "LoginAccountSocial";
|
|
2597
|
+
ETaskThreadsPostProcessStep2["DownloadMediaFiles"] = "DownloadMediaFiles";
|
|
2581
2598
|
ETaskThreadsPostProcessStep2["UploadMediaFiles"] = "UploadMediaFiles";
|
|
2582
2599
|
ETaskThreadsPostProcessStep2["AddCaptionAndTags"] = "AddCaptionAndTags";
|
|
2583
2600
|
ETaskThreadsPostProcessStep2["SchedulePostTime"] = "SchedulePostTime";
|
|
2584
2601
|
ETaskThreadsPostProcessStep2["SubmitPost"] = "SubmitPost";
|
|
2585
2602
|
ETaskThreadsPostProcessStep2["VerifyPostStatus"] = "VerifyPostStatus";
|
|
2603
|
+
ETaskThreadsPostProcessStep2["GhostReset"] = "GhostReset";
|
|
2604
|
+
ETaskThreadsPostProcessStep2["ExpireWaitingPlan"] = "ExpireWaitingPlan";
|
|
2586
2605
|
return ETaskThreadsPostProcessStep2;
|
|
2587
2606
|
})(ETaskThreadsPostProcessStep || {});
|
|
2588
2607
|
var ETaskThreadsPostLogStatus = /* @__PURE__ */ ((ETaskThreadsPostLogStatus2) => {
|
|
@@ -2682,7 +2701,10 @@ __export(tool_exports, {
|
|
|
2682
2701
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
2683
2702
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
2684
2703
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
2704
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
2685
2705
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
2706
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
2707
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
2686
2708
|
EModelImageVideo: () => EModelImageVideo,
|
|
2687
2709
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2688
2710
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
@@ -3764,6 +3786,11 @@ var ETypeFileItemPostManualContentSocialInstagram = /* @__PURE__ */ ((ETypeFileI
|
|
|
3764
3786
|
ETypeFileItemPostManualContentSocialInstagram2["Image"] = "Image";
|
|
3765
3787
|
return ETypeFileItemPostManualContentSocialInstagram2;
|
|
3766
3788
|
})(ETypeFileItemPostManualContentSocialInstagram || {});
|
|
3789
|
+
var EMediaTypeManualContentInstagram = /* @__PURE__ */ ((EMediaTypeManualContentInstagram2) => {
|
|
3790
|
+
EMediaTypeManualContentInstagram2["New"] = "New";
|
|
3791
|
+
EMediaTypeManualContentInstagram2["Reel"] = "Reel";
|
|
3792
|
+
return EMediaTypeManualContentInstagram2;
|
|
3793
|
+
})(EMediaTypeManualContentInstagram || {});
|
|
3767
3794
|
|
|
3768
3795
|
// src/interfaces/models/tool/tasks/manual-content-social/threads/dto/IManualContentSocial.dto.ts
|
|
3769
3796
|
var EFilterOptionManualContentSocialThreads = /* @__PURE__ */ ((EFilterOptionManualContentSocialThreads2) => {
|
|
@@ -3820,6 +3847,11 @@ var ETypeFileItemPostManualContentSocialThreads = /* @__PURE__ */ ((ETypeFileIte
|
|
|
3820
3847
|
ETypeFileItemPostManualContentSocialThreads2["Image"] = "Image";
|
|
3821
3848
|
return ETypeFileItemPostManualContentSocialThreads2;
|
|
3822
3849
|
})(ETypeFileItemPostManualContentSocialThreads || {});
|
|
3850
|
+
var EMediaTypeManualContentThreads = /* @__PURE__ */ ((EMediaTypeManualContentThreads2) => {
|
|
3851
|
+
EMediaTypeManualContentThreads2["New"] = "New";
|
|
3852
|
+
EMediaTypeManualContentThreads2["Reel"] = "Reel";
|
|
3853
|
+
return EMediaTypeManualContentThreads2;
|
|
3854
|
+
})(EMediaTypeManualContentThreads || {});
|
|
3823
3855
|
|
|
3824
3856
|
// src/interfaces/models/tool/tasks/workflow/enum/base/ETaskWorkflow.enum.ts
|
|
3825
3857
|
var ETaskWorkflowStatus = /* @__PURE__ */ ((ETaskWorkflowStatus2) => {
|
|
@@ -4058,6 +4090,11 @@ var ETypeFileItemPostDraftManualContentThreads = /* @__PURE__ */ ((ETypeFileItem
|
|
|
4058
4090
|
ETypeFileItemPostDraftManualContentThreads2["Image"] = "Image";
|
|
4059
4091
|
return ETypeFileItemPostDraftManualContentThreads2;
|
|
4060
4092
|
})(ETypeFileItemPostDraftManualContentThreads || {});
|
|
4093
|
+
var EMediaTypeDraftManualContentThreads = /* @__PURE__ */ ((EMediaTypeDraftManualContentThreads2) => {
|
|
4094
|
+
EMediaTypeDraftManualContentThreads2["New"] = "New";
|
|
4095
|
+
EMediaTypeDraftManualContentThreads2["Reel"] = "Reel";
|
|
4096
|
+
return EMediaTypeDraftManualContentThreads2;
|
|
4097
|
+
})(EMediaTypeDraftManualContentThreads || {});
|
|
4061
4098
|
|
|
4062
4099
|
// src/interfaces/models/tool/token-json-manager/enum/TokenJsonManager.enum.ts
|
|
4063
4100
|
var EStatusTokenJsonManager = /* @__PURE__ */ ((EStatusTokenJsonManager2) => {
|
|
@@ -4353,7 +4390,10 @@ __export(interfaces_exports, {
|
|
|
4353
4390
|
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
4354
4391
|
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
4355
4392
|
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
4393
|
+
EMediaTypeDraftManualContentThreads: () => EMediaTypeDraftManualContentThreads,
|
|
4356
4394
|
EMediaTypeLibraryPost: () => EMediaTypeLibraryPost,
|
|
4395
|
+
EMediaTypeManualContentInstagram: () => EMediaTypeManualContentInstagram,
|
|
4396
|
+
EMediaTypeManualContentThreads: () => EMediaTypeManualContentThreads,
|
|
4357
4397
|
EModelImageVideo: () => EModelImageVideo,
|
|
4358
4398
|
ENotificationType: () => ENotificationType,
|
|
4359
4399
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
@@ -4578,7 +4618,10 @@ export {
|
|
|
4578
4618
|
EManualContentSocialThreadsStatusPost,
|
|
4579
4619
|
EManualContentSocialThreadsStatusTask,
|
|
4580
4620
|
EManualContentSocialThreadsTypePost,
|
|
4621
|
+
EMediaTypeDraftManualContentThreads,
|
|
4581
4622
|
EMediaTypeLibraryPost,
|
|
4623
|
+
EMediaTypeManualContentInstagram,
|
|
4624
|
+
EMediaTypeManualContentThreads,
|
|
4582
4625
|
EModelImageVideo,
|
|
4583
4626
|
ENotificationType,
|
|
4584
4627
|
EObjectName,
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allinsocial/automation-core",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.648",
|
|
4
4
|
"description": "Common features and type of applications auto",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
-
"homepage": "https://blog.allinsocialauto.com/",
|
|
9
8
|
"repository": {
|
|
10
9
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/all-in-social-auto-2026"
|
|
10
|
+
"url": "https://github.com/all-in-social-auto-2026/Library-manager-Auto"
|
|
12
11
|
},
|
|
13
12
|
"scripts": {
|
|
14
13
|
"build": "tsup",
|
|
@@ -21,17 +20,16 @@
|
|
|
21
20
|
"Common features auto"
|
|
22
21
|
],
|
|
23
22
|
"publishConfig": {
|
|
24
|
-
"access": "
|
|
23
|
+
"access": "public"
|
|
25
24
|
},
|
|
26
|
-
"author": "
|
|
25
|
+
"author": "BoDevOps",
|
|
27
26
|
"license": "MIT",
|
|
28
27
|
"devDependencies": {
|
|
29
28
|
"@types/nodemailer": "^6.4.14",
|
|
30
|
-
"tsup": "^8.
|
|
29
|
+
"tsup": "^8.5.1",
|
|
31
30
|
"typescript": "^5.4.5"
|
|
32
31
|
},
|
|
33
32
|
"dependencies": {
|
|
34
|
-
"@allinsocial/automation-core": "^6.6.642",
|
|
35
33
|
"http-status-codes": "^2.3.0",
|
|
36
34
|
"nodemailer": "^6.9.13",
|
|
37
35
|
"sharp": "^0.33.3"
|