automation-lib 6.6.498 → 6.6.500
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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20771,7 +20771,7 @@ interface IViewAssignUserForDraftContentSocialInstagramDto {
|
|
|
20771
20771
|
}
|
|
20772
20772
|
interface BulkAssignUserDraftContentSocialInstagramDto {
|
|
20773
20773
|
userAssignIds: string[];
|
|
20774
|
-
|
|
20774
|
+
draftContentSocialIds: string[];
|
|
20775
20775
|
}
|
|
20776
20776
|
interface RemoveAssignUserDraftContentSocialInstagramDto {
|
|
20777
20777
|
userAssignId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -20771,7 +20771,7 @@ interface IViewAssignUserForDraftContentSocialInstagramDto {
|
|
|
20771
20771
|
}
|
|
20772
20772
|
interface BulkAssignUserDraftContentSocialInstagramDto {
|
|
20773
20773
|
userAssignIds: string[];
|
|
20774
|
-
|
|
20774
|
+
draftContentSocialIds: string[];
|
|
20775
20775
|
}
|
|
20776
20776
|
interface RemoveAssignUserDraftContentSocialInstagramDto {
|
|
20777
20777
|
userAssignId: string;
|
package/dist/index.js
CHANGED
|
@@ -4004,7 +4004,7 @@ var ETaskWorkflowNodeThreads = /* @__PURE__ */ ((ETaskWorkflowNodeThreads2) => {
|
|
|
4004
4004
|
return ETaskWorkflowNodeThreads2;
|
|
4005
4005
|
})(ETaskWorkflowNodeThreads || {});
|
|
4006
4006
|
|
|
4007
|
-
// src/interfaces/models/tool/tasks/draft-content
|
|
4007
|
+
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/dto/IDraftContentSocial.dto.ts
|
|
4008
4008
|
var EFilterOptionDraftContentSocialInstagram = /* @__PURE__ */ ((EFilterOptionDraftContentSocialInstagram2) => {
|
|
4009
4009
|
EFilterOptionDraftContentSocialInstagram2["StartStopFolder"] = "startStopFolder";
|
|
4010
4010
|
EFilterOptionDraftContentSocialInstagram2["StartStopNew"] = "startStopNew";
|
|
@@ -4023,7 +4023,7 @@ var EFilterOptionDraftContentSocialInstagram = /* @__PURE__ */ ((EFilterOptionDr
|
|
|
4023
4023
|
return EFilterOptionDraftContentSocialInstagram2;
|
|
4024
4024
|
})(EFilterOptionDraftContentSocialInstagram || {});
|
|
4025
4025
|
|
|
4026
|
-
// src/interfaces/models/tool/tasks/draft-content
|
|
4026
|
+
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/enum/EDraftContentStatusPost.enum.ts
|
|
4027
4027
|
var EDraftContentSocialInstagramStatusPost = /* @__PURE__ */ ((EDraftContentSocialInstagramStatusPost2) => {
|
|
4028
4028
|
EDraftContentSocialInstagramStatusPost2["Draft"] = "Draft";
|
|
4029
4029
|
EDraftContentSocialInstagramStatusPost2["Use"] = "Use";
|
package/dist/index.mjs
CHANGED
|
@@ -3693,7 +3693,7 @@ var ETaskWorkflowNodeThreads = /* @__PURE__ */ ((ETaskWorkflowNodeThreads2) => {
|
|
|
3693
3693
|
return ETaskWorkflowNodeThreads2;
|
|
3694
3694
|
})(ETaskWorkflowNodeThreads || {});
|
|
3695
3695
|
|
|
3696
|
-
// src/interfaces/models/tool/tasks/draft-content
|
|
3696
|
+
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/dto/IDraftContentSocial.dto.ts
|
|
3697
3697
|
var EFilterOptionDraftContentSocialInstagram = /* @__PURE__ */ ((EFilterOptionDraftContentSocialInstagram2) => {
|
|
3698
3698
|
EFilterOptionDraftContentSocialInstagram2["StartStopFolder"] = "startStopFolder";
|
|
3699
3699
|
EFilterOptionDraftContentSocialInstagram2["StartStopNew"] = "startStopNew";
|
|
@@ -3712,7 +3712,7 @@ var EFilterOptionDraftContentSocialInstagram = /* @__PURE__ */ ((EFilterOptionDr
|
|
|
3712
3712
|
return EFilterOptionDraftContentSocialInstagram2;
|
|
3713
3713
|
})(EFilterOptionDraftContentSocialInstagram || {});
|
|
3714
3714
|
|
|
3715
|
-
// src/interfaces/models/tool/tasks/draft-content
|
|
3715
|
+
// src/interfaces/models/tool/tasks/draft-manual-content/instagram/enum/EDraftContentStatusPost.enum.ts
|
|
3716
3716
|
var EDraftContentSocialInstagramStatusPost = /* @__PURE__ */ ((EDraftContentSocialInstagramStatusPost2) => {
|
|
3717
3717
|
EDraftContentSocialInstagramStatusPost2["Draft"] = "Draft";
|
|
3718
3718
|
EDraftContentSocialInstagramStatusPost2["Use"] = "Use";
|