automation-lib 4.9.13 → 4.9.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 +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -460,11 +460,11 @@ declare enum EAIVersionImage {
|
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
declare enum EStatusAccountAI {
|
|
463
|
-
|
|
463
|
+
Active = "Active",
|
|
464
|
+
Limit = "Limit",
|
|
465
|
+
Suspend = "Suspend",
|
|
464
466
|
Wrong2FA = "Wrong2FA",
|
|
465
|
-
WrongPassword = "WrongPassword"
|
|
466
|
-
Blocked = "Blocked",
|
|
467
|
-
ReachedLimit = "ReachedLimit"
|
|
467
|
+
WrongPassword = "WrongPassword"
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
type index$9_EAIModelImage = EAIModelImage;
|
|
@@ -1810,7 +1810,7 @@ interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMode
|
|
|
1810
1810
|
irm_statusDetail: string;
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
|
-
interface
|
|
1813
|
+
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1814
1814
|
sp_account: string | IAccount;
|
|
1815
1815
|
sp_listRunTimes: Array<{
|
|
1816
1816
|
typePost: string;
|
|
@@ -1851,17 +1851,17 @@ type index$1_INiche = INiche;
|
|
|
1851
1851
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
1852
1852
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
1853
1853
|
type index$1_IOtpSend = IOtpSend;
|
|
1854
|
-
type index$1_IThreadInstagramSettingPost = IThreadInstagramSettingPost;
|
|
1855
1854
|
type index$1_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
1856
1855
|
type index$1_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
1857
1856
|
type index$1_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
1858
1857
|
type index$1_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
1859
1858
|
type index$1_IThreadsPostNew = IThreadsPostNew;
|
|
1859
|
+
type index$1_IThreadsSettingPost = IThreadsSettingPost;
|
|
1860
1860
|
type index$1_IToken = IToken;
|
|
1861
1861
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1862
1862
|
type index$1_IUser = IUser;
|
|
1863
1863
|
declare namespace index$1 {
|
|
1864
|
-
export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$
|
|
1864
|
+
export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, index$2 as Settings, index$4 as Tool, index$5 as Web };
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
interface IDataUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -460,11 +460,11 @@ declare enum EAIVersionImage {
|
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
declare enum EStatusAccountAI {
|
|
463
|
-
|
|
463
|
+
Active = "Active",
|
|
464
|
+
Limit = "Limit",
|
|
465
|
+
Suspend = "Suspend",
|
|
464
466
|
Wrong2FA = "Wrong2FA",
|
|
465
|
-
WrongPassword = "WrongPassword"
|
|
466
|
-
Blocked = "Blocked",
|
|
467
|
-
ReachedLimit = "ReachedLimit"
|
|
467
|
+
WrongPassword = "WrongPassword"
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
type index$9_EAIModelImage = EAIModelImage;
|
|
@@ -1810,7 +1810,7 @@ interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseMode
|
|
|
1810
1810
|
irm_statusDetail: string;
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
|
-
interface
|
|
1813
|
+
interface IThreadsSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1814
1814
|
sp_account: string | IAccount;
|
|
1815
1815
|
sp_listRunTimes: Array<{
|
|
1816
1816
|
typePost: string;
|
|
@@ -1851,17 +1851,17 @@ type index$1_INiche = INiche;
|
|
|
1851
1851
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
1852
1852
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
1853
1853
|
type index$1_IOtpSend = IOtpSend;
|
|
1854
|
-
type index$1_IThreadInstagramSettingPost = IThreadInstagramSettingPost;
|
|
1855
1854
|
type index$1_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
1856
1855
|
type index$1_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
1857
1856
|
type index$1_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
1858
1857
|
type index$1_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
1859
1858
|
type index$1_IThreadsPostNew = IThreadsPostNew;
|
|
1859
|
+
type index$1_IThreadsSettingPost = IThreadsSettingPost;
|
|
1860
1860
|
type index$1_IToken = IToken;
|
|
1861
1861
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1862
1862
|
type index$1_IUser = IUser;
|
|
1863
1863
|
declare namespace index$1 {
|
|
1864
|
-
export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$
|
|
1864
|
+
export { index$6 as Common, index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, index$2 as Settings, index$4 as Tool, index$5 as Web };
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
interface IDataUser {
|
package/dist/index.js
CHANGED
|
@@ -556,11 +556,11 @@ var EAIVersionImage = /* @__PURE__ */ ((EAIVersionImage2) => {
|
|
|
556
556
|
|
|
557
557
|
// src/enums/ai/EStatusAccountAI.enum.ts
|
|
558
558
|
var EStatusAccountAI = /* @__PURE__ */ ((EStatusAccountAI2) => {
|
|
559
|
-
EStatusAccountAI2["
|
|
559
|
+
EStatusAccountAI2["Active"] = "Active";
|
|
560
|
+
EStatusAccountAI2["Limit"] = "Limit";
|
|
561
|
+
EStatusAccountAI2["Suspend"] = "Suspend";
|
|
560
562
|
EStatusAccountAI2["Wrong2FA"] = "Wrong2FA";
|
|
561
563
|
EStatusAccountAI2["WrongPassword"] = "WrongPassword";
|
|
562
|
-
EStatusAccountAI2["Blocked"] = "Blocked";
|
|
563
|
-
EStatusAccountAI2["ReachedLimit"] = "ReachedLimit";
|
|
564
564
|
return EStatusAccountAI2;
|
|
565
565
|
})(EStatusAccountAI || {});
|
|
566
566
|
|
package/dist/index.mjs
CHANGED
|
@@ -533,11 +533,11 @@ var EAIVersionImage = /* @__PURE__ */ ((EAIVersionImage2) => {
|
|
|
533
533
|
|
|
534
534
|
// src/enums/ai/EStatusAccountAI.enum.ts
|
|
535
535
|
var EStatusAccountAI = /* @__PURE__ */ ((EStatusAccountAI2) => {
|
|
536
|
-
EStatusAccountAI2["
|
|
536
|
+
EStatusAccountAI2["Active"] = "Active";
|
|
537
|
+
EStatusAccountAI2["Limit"] = "Limit";
|
|
538
|
+
EStatusAccountAI2["Suspend"] = "Suspend";
|
|
537
539
|
EStatusAccountAI2["Wrong2FA"] = "Wrong2FA";
|
|
538
540
|
EStatusAccountAI2["WrongPassword"] = "WrongPassword";
|
|
539
|
-
EStatusAccountAI2["Blocked"] = "Blocked";
|
|
540
|
-
EStatusAccountAI2["ReachedLimit"] = "ReachedLimit";
|
|
541
541
|
return EStatusAccountAI2;
|
|
542
542
|
})(EStatusAccountAI || {});
|
|
543
543
|
|