automation-lib 6.6.509 → 6.6.511
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 +1 -20
- package/dist/index.d.ts +1 -20
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20784,32 +20784,12 @@ interface FindOverviewDraftManualContentInstagramDto {
|
|
|
20784
20784
|
totalContentFolder: number;
|
|
20785
20785
|
totalNewDaily: number;
|
|
20786
20786
|
totalNewMonthly: number;
|
|
20787
|
-
statusNew: {
|
|
20788
|
-
[EStartStop.Start]: number;
|
|
20789
|
-
[EStartStop.Stop]: number;
|
|
20790
|
-
total: number;
|
|
20791
|
-
};
|
|
20792
|
-
statusReel: {
|
|
20793
|
-
[EStartStop.Start]: number;
|
|
20794
|
-
[EStartStop.Stop]: number;
|
|
20795
|
-
total: number;
|
|
20796
|
-
};
|
|
20797
|
-
statusSquareProduct: {
|
|
20798
|
-
[EStartStop.Start]: number;
|
|
20799
|
-
[EStartStop.Stop]: number;
|
|
20800
|
-
total: number;
|
|
20801
|
-
};
|
|
20802
20787
|
statusSyncPosts: {
|
|
20803
20788
|
[EDraftManualContentInstagramStatusSyncPost.DraftSync]: number;
|
|
20804
20789
|
[EDraftManualContentInstagramStatusSyncPost.DoneSync]: number;
|
|
20805
20790
|
[EDraftManualContentInstagramStatusSyncPost.ErrorSync]: number;
|
|
20806
20791
|
total: number;
|
|
20807
20792
|
};
|
|
20808
|
-
startContentFolder: {
|
|
20809
|
-
[EStartStop.Start]: number;
|
|
20810
|
-
[EStartStop.Stop]: number;
|
|
20811
|
-
total: number;
|
|
20812
|
-
};
|
|
20813
20793
|
}
|
|
20814
20794
|
interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
20815
20795
|
id: string;
|
|
@@ -20833,6 +20813,7 @@ interface FilterDraftManualContentInstagramDto extends IFilterBaseDto {
|
|
|
20833
20813
|
folderName: string[];
|
|
20834
20814
|
}
|
|
20835
20815
|
declare enum EFilterOptionDraftManualContentInstagram {
|
|
20816
|
+
FolderName = "folderName",
|
|
20836
20817
|
DepartmentCreator = "departmentCreator",
|
|
20837
20818
|
TeamCreator = "teamCreator",
|
|
20838
20819
|
LeaderCreator = "leaderCreator",
|
package/dist/index.d.ts
CHANGED
|
@@ -20784,32 +20784,12 @@ interface FindOverviewDraftManualContentInstagramDto {
|
|
|
20784
20784
|
totalContentFolder: number;
|
|
20785
20785
|
totalNewDaily: number;
|
|
20786
20786
|
totalNewMonthly: number;
|
|
20787
|
-
statusNew: {
|
|
20788
|
-
[EStartStop.Start]: number;
|
|
20789
|
-
[EStartStop.Stop]: number;
|
|
20790
|
-
total: number;
|
|
20791
|
-
};
|
|
20792
|
-
statusReel: {
|
|
20793
|
-
[EStartStop.Start]: number;
|
|
20794
|
-
[EStartStop.Stop]: number;
|
|
20795
|
-
total: number;
|
|
20796
|
-
};
|
|
20797
|
-
statusSquareProduct: {
|
|
20798
|
-
[EStartStop.Start]: number;
|
|
20799
|
-
[EStartStop.Stop]: number;
|
|
20800
|
-
total: number;
|
|
20801
|
-
};
|
|
20802
20787
|
statusSyncPosts: {
|
|
20803
20788
|
[EDraftManualContentInstagramStatusSyncPost.DraftSync]: number;
|
|
20804
20789
|
[EDraftManualContentInstagramStatusSyncPost.DoneSync]: number;
|
|
20805
20790
|
[EDraftManualContentInstagramStatusSyncPost.ErrorSync]: number;
|
|
20806
20791
|
total: number;
|
|
20807
20792
|
};
|
|
20808
|
-
startContentFolder: {
|
|
20809
|
-
[EStartStop.Start]: number;
|
|
20810
|
-
[EStartStop.Stop]: number;
|
|
20811
|
-
total: number;
|
|
20812
|
-
};
|
|
20813
20793
|
}
|
|
20814
20794
|
interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
20815
20795
|
id: string;
|
|
@@ -20833,6 +20813,7 @@ interface FilterDraftManualContentInstagramDto extends IFilterBaseDto {
|
|
|
20833
20813
|
folderName: string[];
|
|
20834
20814
|
}
|
|
20835
20815
|
declare enum EFilterOptionDraftManualContentInstagram {
|
|
20816
|
+
FolderName = "folderName",
|
|
20836
20817
|
DepartmentCreator = "departmentCreator",
|
|
20837
20818
|
TeamCreator = "teamCreator",
|
|
20838
20819
|
LeaderCreator = "leaderCreator",
|
package/dist/index.js
CHANGED
|
@@ -4009,6 +4009,7 @@ var ETaskWorkflowNodeThreads = /* @__PURE__ */ ((ETaskWorkflowNodeThreads2) => {
|
|
|
4009
4009
|
|
|
4010
4010
|
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/dto/IDraftContentSocial.dto.ts
|
|
4011
4011
|
var EFilterOptionDraftManualContentInstagram = /* @__PURE__ */ ((EFilterOptionDraftManualContentInstagram2) => {
|
|
4012
|
+
EFilterOptionDraftManualContentInstagram2["FolderName"] = "folderName";
|
|
4012
4013
|
EFilterOptionDraftManualContentInstagram2["DepartmentCreator"] = "departmentCreator";
|
|
4013
4014
|
EFilterOptionDraftManualContentInstagram2["TeamCreator"] = "teamCreator";
|
|
4014
4015
|
EFilterOptionDraftManualContentInstagram2["LeaderCreator"] = "leaderCreator";
|
package/dist/index.mjs
CHANGED
|
@@ -3698,6 +3698,7 @@ var ETaskWorkflowNodeThreads = /* @__PURE__ */ ((ETaskWorkflowNodeThreads2) => {
|
|
|
3698
3698
|
|
|
3699
3699
|
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/dto/IDraftContentSocial.dto.ts
|
|
3700
3700
|
var EFilterOptionDraftManualContentInstagram = /* @__PURE__ */ ((EFilterOptionDraftManualContentInstagram2) => {
|
|
3701
|
+
EFilterOptionDraftManualContentInstagram2["FolderName"] = "folderName";
|
|
3701
3702
|
EFilterOptionDraftManualContentInstagram2["DepartmentCreator"] = "departmentCreator";
|
|
3702
3703
|
EFilterOptionDraftManualContentInstagram2["TeamCreator"] = "teamCreator";
|
|
3703
3704
|
EFilterOptionDraftManualContentInstagram2["LeaderCreator"] = "leaderCreator";
|