automation-lib 6.6.524 → 6.6.525

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 CHANGED
@@ -9530,14 +9530,14 @@ declare enum ESheetToolTimeCrawl {
9530
9530
  }
9531
9531
  declare enum ESheetToolInstagram {
9532
9532
  Post = "Post",
9533
- Follow = "Follow",
9533
+ FollowUnfollowBlocker = "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
- Follow = "Follow",
9540
+ FollowUnfollowBlocker = "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
- Follow = "Follow",
9533
+ FollowUnfollowBlocker = "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
- Follow = "Follow",
9540
+ FollowUnfollowBlocker = "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["Follow"] = "Follow";
3689
+ ESheetToolInstagram2["FollowUnfollowBlocker"] = "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["Follow"] = "Follow";
3697
+ ESheetToolThreads2["FollowUnfollowBlocker"] = "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["Follow"] = "Follow";
3378
+ ESheetToolInstagram2["FollowUnfollowBlocker"] = "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["Follow"] = "Follow";
3386
+ ESheetToolThreads2["FollowUnfollowBlocker"] = "Follow/unFollow/Blocker";
3387
3387
  ESheetToolThreads2["ReplyComment"] = "Reply comment";
3388
3388
  ESheetToolThreads2["ReplyMessage"] = "Reply message";
3389
3389
  ESheetToolThreads2["AvatarCover"] = "AvatarCover";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.524",
3
+ "version": "6.6.525",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",