automation-lib 6.6.525 → 6.6.526
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 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9530,14 +9530,14 @@ declare enum ESheetToolTimeCrawl {
|
|
|
9530
9530
|
}
|
|
9531
9531
|
declare enum ESheetToolInstagram {
|
|
9532
9532
|
Post = "Post",
|
|
9533
|
-
|
|
9533
|
+
Follow_Unfollow_Blocker = "Follow/unFollow/Blocker",
|
|
9534
9534
|
ReplyComment = "Reply comment",
|
|
9535
9535
|
ReplyMessage = "Reply message",
|
|
9536
9536
|
AvatarCover = "AvatarCover"
|
|
9537
9537
|
}
|
|
9538
9538
|
declare enum ESheetToolThreads {
|
|
9539
9539
|
Post = "Post",
|
|
9540
|
-
|
|
9540
|
+
Follow_Unfollow_Blocker = "Follow/unFollow/Blocker",
|
|
9541
9541
|
ReplyComment = "Reply comment",
|
|
9542
9542
|
ReplyMessage = "Reply message",
|
|
9543
9543
|
AvatarCover = "AvatarCover"
|
package/dist/index.d.ts
CHANGED
|
@@ -9530,14 +9530,14 @@ declare enum ESheetToolTimeCrawl {
|
|
|
9530
9530
|
}
|
|
9531
9531
|
declare enum ESheetToolInstagram {
|
|
9532
9532
|
Post = "Post",
|
|
9533
|
-
|
|
9533
|
+
Follow_Unfollow_Blocker = "Follow/unFollow/Blocker",
|
|
9534
9534
|
ReplyComment = "Reply comment",
|
|
9535
9535
|
ReplyMessage = "Reply message",
|
|
9536
9536
|
AvatarCover = "AvatarCover"
|
|
9537
9537
|
}
|
|
9538
9538
|
declare enum ESheetToolThreads {
|
|
9539
9539
|
Post = "Post",
|
|
9540
|
-
|
|
9540
|
+
Follow_Unfollow_Blocker = "Follow/unFollow/Blocker",
|
|
9541
9541
|
ReplyComment = "Reply comment",
|
|
9542
9542
|
ReplyMessage = "Reply message",
|
|
9543
9543
|
AvatarCover = "AvatarCover"
|
package/dist/index.js
CHANGED
|
@@ -3686,7 +3686,7 @@ var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
|
|
|
3686
3686
|
})(ESheetToolTimeCrawl || {});
|
|
3687
3687
|
var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
3688
3688
|
ESheetToolInstagram2["Post"] = "Post";
|
|
3689
|
-
ESheetToolInstagram2["
|
|
3689
|
+
ESheetToolInstagram2["Follow_Unfollow_Blocker"] = "Follow/unFollow/Blocker";
|
|
3690
3690
|
ESheetToolInstagram2["ReplyComment"] = "Reply comment";
|
|
3691
3691
|
ESheetToolInstagram2["ReplyMessage"] = "Reply message";
|
|
3692
3692
|
ESheetToolInstagram2["AvatarCover"] = "AvatarCover";
|
|
@@ -3694,7 +3694,7 @@ var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
|
3694
3694
|
})(ESheetToolInstagram || {});
|
|
3695
3695
|
var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
3696
3696
|
ESheetToolThreads2["Post"] = "Post";
|
|
3697
|
-
ESheetToolThreads2["
|
|
3697
|
+
ESheetToolThreads2["Follow_Unfollow_Blocker"] = "Follow/unFollow/Blocker";
|
|
3698
3698
|
ESheetToolThreads2["ReplyComment"] = "Reply comment";
|
|
3699
3699
|
ESheetToolThreads2["ReplyMessage"] = "Reply message";
|
|
3700
3700
|
ESheetToolThreads2["AvatarCover"] = "AvatarCover";
|
package/dist/index.mjs
CHANGED
|
@@ -3375,7 +3375,7 @@ var ESheetToolTimeCrawl = /* @__PURE__ */ ((ESheetToolTimeCrawl2) => {
|
|
|
3375
3375
|
})(ESheetToolTimeCrawl || {});
|
|
3376
3376
|
var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
3377
3377
|
ESheetToolInstagram2["Post"] = "Post";
|
|
3378
|
-
ESheetToolInstagram2["
|
|
3378
|
+
ESheetToolInstagram2["Follow_Unfollow_Blocker"] = "Follow/unFollow/Blocker";
|
|
3379
3379
|
ESheetToolInstagram2["ReplyComment"] = "Reply comment";
|
|
3380
3380
|
ESheetToolInstagram2["ReplyMessage"] = "Reply message";
|
|
3381
3381
|
ESheetToolInstagram2["AvatarCover"] = "AvatarCover";
|
|
@@ -3383,7 +3383,7 @@ var ESheetToolInstagram = /* @__PURE__ */ ((ESheetToolInstagram2) => {
|
|
|
3383
3383
|
})(ESheetToolInstagram || {});
|
|
3384
3384
|
var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
3385
3385
|
ESheetToolThreads2["Post"] = "Post";
|
|
3386
|
-
ESheetToolThreads2["
|
|
3386
|
+
ESheetToolThreads2["Follow_Unfollow_Blocker"] = "Follow/unFollow/Blocker";
|
|
3387
3387
|
ESheetToolThreads2["ReplyComment"] = "Reply comment";
|
|
3388
3388
|
ESheetToolThreads2["ReplyMessage"] = "Reply message";
|
|
3389
3389
|
ESheetToolThreads2["AvatarCover"] = "AvatarCover";
|