automation-lib 5.4.13 → 5.4.15
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -654,6 +654,7 @@ declare enum EObjectName {
|
|
|
654
654
|
InteractReelsInstagram = "InteractReelsInstagram",
|
|
655
655
|
InteractStoriesInstagram = "InteractStoriesInstagram",
|
|
656
656
|
InteractFollowsInstagram = "InteractFollowsInstagram",
|
|
657
|
+
InteractUnFollowsInstagram = "InteractUnFollowsInstagram",
|
|
657
658
|
InteractReplyMessageInstagram = "InteractReplyMessageInstagram",
|
|
658
659
|
InteractCommentsInstagram = "InteractCommentsInstagram",
|
|
659
660
|
InteractReplyCommentsInstagram = "InteractReplyCommentsInstagram",
|
|
@@ -3391,7 +3392,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3391
3392
|
accountGroup: string[];
|
|
3392
3393
|
account: string[];
|
|
3393
3394
|
sheetName: string[];
|
|
3394
|
-
status: EStatusTaskScript;
|
|
3395
|
+
status: EStatusTaskScript[];
|
|
3395
3396
|
}
|
|
3396
3397
|
|
|
3397
3398
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -654,6 +654,7 @@ declare enum EObjectName {
|
|
|
654
654
|
InteractReelsInstagram = "InteractReelsInstagram",
|
|
655
655
|
InteractStoriesInstagram = "InteractStoriesInstagram",
|
|
656
656
|
InteractFollowsInstagram = "InteractFollowsInstagram",
|
|
657
|
+
InteractUnFollowsInstagram = "InteractUnFollowsInstagram",
|
|
657
658
|
InteractReplyMessageInstagram = "InteractReplyMessageInstagram",
|
|
658
659
|
InteractCommentsInstagram = "InteractCommentsInstagram",
|
|
659
660
|
InteractReplyCommentsInstagram = "InteractReplyCommentsInstagram",
|
|
@@ -3391,7 +3392,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3391
3392
|
accountGroup: string[];
|
|
3392
3393
|
account: string[];
|
|
3393
3394
|
sheetName: string[];
|
|
3394
|
-
status: EStatusTaskScript;
|
|
3395
|
+
status: EStatusTaskScript[];
|
|
3395
3396
|
}
|
|
3396
3397
|
|
|
3397
3398
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
package/dist/index.js
CHANGED
|
@@ -990,6 +990,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
990
990
|
_EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
|
|
991
991
|
_EObjectName["InteractStoriesInstagram"] = "InteractStoriesInstagram";
|
|
992
992
|
_EObjectName["InteractFollowsInstagram"] = "InteractFollowsInstagram";
|
|
993
|
+
_EObjectName["InteractUnFollowsInstagram"] = "InteractUnFollowsInstagram";
|
|
993
994
|
_EObjectName["InteractReplyMessageInstagram"] = "InteractReplyMessageInstagram";
|
|
994
995
|
_EObjectName["InteractCommentsInstagram"] = "InteractCommentsInstagram";
|
|
995
996
|
_EObjectName["InteractReplyCommentsInstagram"] = "InteractReplyCommentsInstagram";
|
package/dist/index.mjs
CHANGED
|
@@ -837,6 +837,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
837
837
|
_EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
|
|
838
838
|
_EObjectName["InteractStoriesInstagram"] = "InteractStoriesInstagram";
|
|
839
839
|
_EObjectName["InteractFollowsInstagram"] = "InteractFollowsInstagram";
|
|
840
|
+
_EObjectName["InteractUnFollowsInstagram"] = "InteractUnFollowsInstagram";
|
|
840
841
|
_EObjectName["InteractReplyMessageInstagram"] = "InteractReplyMessageInstagram";
|
|
841
842
|
_EObjectName["InteractCommentsInstagram"] = "InteractCommentsInstagram";
|
|
842
843
|
_EObjectName["InteractReplyCommentsInstagram"] = "InteractReplyCommentsInstagram";
|