automation-lib 4.9.13 → 4.9.14
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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
|
@@ -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 {
|