automation-lib 6.6.507 → 6.6.508
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 +4 -19
- package/dist/index.d.ts +4 -19
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20758,10 +20758,8 @@ interface UpsertDraftManualContentInstagramChildrenItemPostDto {
|
|
|
20758
20758
|
}
|
|
20759
20759
|
|
|
20760
20760
|
interface UpsertDraftManualContentInstagramDto {
|
|
20761
|
-
startStopFolder: EStartStop;
|
|
20762
20761
|
folderName: string;
|
|
20763
20762
|
listDraftManualContentChildren: Array<UpsertDraftManualContentInstagramChildrenItemPostDto>;
|
|
20764
|
-
userAssignId: string;
|
|
20765
20763
|
}
|
|
20766
20764
|
interface IViewAssignUserForDraftManualContentInstagramDto {
|
|
20767
20765
|
id: string;
|
|
@@ -20816,8 +20814,6 @@ interface FindOverviewDraftManualContentInstagramDto {
|
|
|
20816
20814
|
interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
20817
20815
|
id: string;
|
|
20818
20816
|
folderName: string;
|
|
20819
|
-
startStopFolder: EStartStop;
|
|
20820
|
-
type: ETypeManagerWorkClassify;
|
|
20821
20817
|
listDraftManualContentChildren: Array<{
|
|
20822
20818
|
id: string;
|
|
20823
20819
|
type: EDraftManualContentInstagramTypePost;
|
|
@@ -20828,23 +20824,15 @@ interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
|
20828
20824
|
listUrls: string[];
|
|
20829
20825
|
};
|
|
20830
20826
|
totalPosts: number;
|
|
20831
|
-
|
|
20832
|
-
|
|
20833
|
-
|
|
20834
|
-
totalPostsUse: number;
|
|
20827
|
+
totalPostsDoneSync: number;
|
|
20828
|
+
totalPostsDraftSync: number;
|
|
20829
|
+
totalPostsErrorSync: number;
|
|
20835
20830
|
}>;
|
|
20836
20831
|
}
|
|
20837
20832
|
interface FilterDraftManualContentInstagramDto extends IFilterBaseDto {
|
|
20838
|
-
|
|
20839
|
-
startStopNew: EStartStop[];
|
|
20840
|
-
startStopReel: EStartStop[];
|
|
20841
|
-
startStopSquare: EStartStop[];
|
|
20833
|
+
folderName: string[];
|
|
20842
20834
|
}
|
|
20843
20835
|
declare enum EFilterOptionDraftManualContentInstagram {
|
|
20844
|
-
StartStopFolder = "startStopFolder",
|
|
20845
|
-
StartStopNew = "startStopNew",
|
|
20846
|
-
StartStopReel = "startStopReel",
|
|
20847
|
-
StartStopSquare = "startStopSquare",
|
|
20848
20836
|
DepartmentCreator = "departmentCreator",
|
|
20849
20837
|
TeamCreator = "teamCreator",
|
|
20850
20838
|
LeaderCreator = "leaderCreator",
|
|
@@ -20873,7 +20861,6 @@ interface ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto {
|
|
|
20873
20861
|
}
|
|
20874
20862
|
interface UpsertDraftManualContentInstagramChildrenDto {
|
|
20875
20863
|
type: EDraftManualContentInstagramTypePost;
|
|
20876
|
-
startStop: EStartStop;
|
|
20877
20864
|
}
|
|
20878
20865
|
interface ListDraftManualContentInstagramChildrenDto extends IFindBaseDto {
|
|
20879
20866
|
type: EDraftManualContentInstagramTypePost;
|
|
@@ -20890,8 +20877,6 @@ interface ListDraftManualContentChildrenDto extends IFindBaseDto {
|
|
|
20890
20877
|
}>;
|
|
20891
20878
|
type: EDraftManualContentInstagramTypePost;
|
|
20892
20879
|
draftManualContentId: string;
|
|
20893
|
-
startStop: EStartStop;
|
|
20894
|
-
timeStopStart: Date;
|
|
20895
20880
|
}
|
|
20896
20881
|
|
|
20897
20882
|
interface IDraftManualContentInstagram extends IBaseModel, ITrackingModel {
|
package/dist/index.d.ts
CHANGED
|
@@ -20758,10 +20758,8 @@ interface UpsertDraftManualContentInstagramChildrenItemPostDto {
|
|
|
20758
20758
|
}
|
|
20759
20759
|
|
|
20760
20760
|
interface UpsertDraftManualContentInstagramDto {
|
|
20761
|
-
startStopFolder: EStartStop;
|
|
20762
20761
|
folderName: string;
|
|
20763
20762
|
listDraftManualContentChildren: Array<UpsertDraftManualContentInstagramChildrenItemPostDto>;
|
|
20764
|
-
userAssignId: string;
|
|
20765
20763
|
}
|
|
20766
20764
|
interface IViewAssignUserForDraftManualContentInstagramDto {
|
|
20767
20765
|
id: string;
|
|
@@ -20816,8 +20814,6 @@ interface FindOverviewDraftManualContentInstagramDto {
|
|
|
20816
20814
|
interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
20817
20815
|
id: string;
|
|
20818
20816
|
folderName: string;
|
|
20819
|
-
startStopFolder: EStartStop;
|
|
20820
|
-
type: ETypeManagerWorkClassify;
|
|
20821
20817
|
listDraftManualContentChildren: Array<{
|
|
20822
20818
|
id: string;
|
|
20823
20819
|
type: EDraftManualContentInstagramTypePost;
|
|
@@ -20828,23 +20824,15 @@ interface FindDraftManualContentInstagramDto extends IFindBaseDto {
|
|
|
20828
20824
|
listUrls: string[];
|
|
20829
20825
|
};
|
|
20830
20826
|
totalPosts: number;
|
|
20831
|
-
|
|
20832
|
-
|
|
20833
|
-
|
|
20834
|
-
totalPostsUse: number;
|
|
20827
|
+
totalPostsDoneSync: number;
|
|
20828
|
+
totalPostsDraftSync: number;
|
|
20829
|
+
totalPostsErrorSync: number;
|
|
20835
20830
|
}>;
|
|
20836
20831
|
}
|
|
20837
20832
|
interface FilterDraftManualContentInstagramDto extends IFilterBaseDto {
|
|
20838
|
-
|
|
20839
|
-
startStopNew: EStartStop[];
|
|
20840
|
-
startStopReel: EStartStop[];
|
|
20841
|
-
startStopSquare: EStartStop[];
|
|
20833
|
+
folderName: string[];
|
|
20842
20834
|
}
|
|
20843
20835
|
declare enum EFilterOptionDraftManualContentInstagram {
|
|
20844
|
-
StartStopFolder = "startStopFolder",
|
|
20845
|
-
StartStopNew = "startStopNew",
|
|
20846
|
-
StartStopReel = "startStopReel",
|
|
20847
|
-
StartStopSquare = "startStopSquare",
|
|
20848
20836
|
DepartmentCreator = "departmentCreator",
|
|
20849
20837
|
TeamCreator = "teamCreator",
|
|
20850
20838
|
LeaderCreator = "leaderCreator",
|
|
@@ -20873,7 +20861,6 @@ interface ResultAccountDriverUploadFileDraftManualContentInstagramChildrenDto {
|
|
|
20873
20861
|
}
|
|
20874
20862
|
interface UpsertDraftManualContentInstagramChildrenDto {
|
|
20875
20863
|
type: EDraftManualContentInstagramTypePost;
|
|
20876
|
-
startStop: EStartStop;
|
|
20877
20864
|
}
|
|
20878
20865
|
interface ListDraftManualContentInstagramChildrenDto extends IFindBaseDto {
|
|
20879
20866
|
type: EDraftManualContentInstagramTypePost;
|
|
@@ -20890,8 +20877,6 @@ interface ListDraftManualContentChildrenDto extends IFindBaseDto {
|
|
|
20890
20877
|
}>;
|
|
20891
20878
|
type: EDraftManualContentInstagramTypePost;
|
|
20892
20879
|
draftManualContentId: string;
|
|
20893
|
-
startStop: EStartStop;
|
|
20894
|
-
timeStopStart: Date;
|
|
20895
20880
|
}
|
|
20896
20881
|
|
|
20897
20882
|
interface IDraftManualContentInstagram extends IBaseModel, ITrackingModel {
|
package/dist/index.js
CHANGED
|
@@ -4009,10 +4009,6 @@ 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["StartStopFolder"] = "startStopFolder";
|
|
4013
|
-
EFilterOptionDraftManualContentInstagram2["StartStopNew"] = "startStopNew";
|
|
4014
|
-
EFilterOptionDraftManualContentInstagram2["StartStopReel"] = "startStopReel";
|
|
4015
|
-
EFilterOptionDraftManualContentInstagram2["StartStopSquare"] = "startStopSquare";
|
|
4016
4012
|
EFilterOptionDraftManualContentInstagram2["DepartmentCreator"] = "departmentCreator";
|
|
4017
4013
|
EFilterOptionDraftManualContentInstagram2["TeamCreator"] = "teamCreator";
|
|
4018
4014
|
EFilterOptionDraftManualContentInstagram2["LeaderCreator"] = "leaderCreator";
|
package/dist/index.mjs
CHANGED
|
@@ -3698,10 +3698,6 @@ 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["StartStopFolder"] = "startStopFolder";
|
|
3702
|
-
EFilterOptionDraftManualContentInstagram2["StartStopNew"] = "startStopNew";
|
|
3703
|
-
EFilterOptionDraftManualContentInstagram2["StartStopReel"] = "startStopReel";
|
|
3704
|
-
EFilterOptionDraftManualContentInstagram2["StartStopSquare"] = "startStopSquare";
|
|
3705
3701
|
EFilterOptionDraftManualContentInstagram2["DepartmentCreator"] = "departmentCreator";
|
|
3706
3702
|
EFilterOptionDraftManualContentInstagram2["TeamCreator"] = "teamCreator";
|
|
3707
3703
|
EFilterOptionDraftManualContentInstagram2["LeaderCreator"] = "leaderCreator";
|