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