automation-lib 5.5.57 → 5.5.59
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 +12 -9
- package/dist/index.d.ts +12 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6012,8 +6012,6 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
6012
6012
|
statusChangeEmail: EStatusChangeInfo;
|
|
6013
6013
|
timeChangeEmail: Date;
|
|
6014
6014
|
statusEmailSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
6015
|
-
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
6016
|
-
timeLoginAppClone: Date;
|
|
6017
6015
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
6018
6016
|
timeChangeTypeAccountSetting: Date;
|
|
6019
6017
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
@@ -6036,6 +6034,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
6036
6034
|
emailPassword: string;
|
|
6037
6035
|
email2FA: string;
|
|
6038
6036
|
emailRecover: string;
|
|
6037
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
6038
|
+
timeLoginAppClone: Date;
|
|
6039
6039
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
6040
6040
|
timeLoginEmail: Date;
|
|
6041
6041
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
@@ -14634,11 +14634,14 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
|
|
|
14634
14634
|
type: ETypeManagerWorkClassify;
|
|
14635
14635
|
pc: IPC | string;
|
|
14636
14636
|
device: IDevice | string;
|
|
14637
|
-
isActiveOnDevice: boolean;
|
|
14638
14637
|
status: EStatusAccountSocialRaw;
|
|
14638
|
+
timeChangeStatus: Date;
|
|
14639
14639
|
timeAddToDevice: Date;
|
|
14640
|
-
|
|
14641
|
-
|
|
14640
|
+
isActiveOnDevice: boolean;
|
|
14641
|
+
timeStartStopOnDevice: Date;
|
|
14642
|
+
numberFollowers: number;
|
|
14643
|
+
numberFollowings: number;
|
|
14644
|
+
numberPosts: number;
|
|
14642
14645
|
folderNameImage: string;
|
|
14643
14646
|
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
14644
14647
|
timeFolderNameImage: Date;
|
|
@@ -14647,16 +14650,16 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
|
|
|
14647
14650
|
newAvatar: string | IFile;
|
|
14648
14651
|
statusChangeAvatar: EStatusChangeInfo;
|
|
14649
14652
|
timeChangeAvatar: Date;
|
|
14650
|
-
statusLogin: EStatusAccountSocialLogin;
|
|
14651
|
-
timeLogin: Date;
|
|
14652
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
14653
|
-
timeLoginEmail: Date;
|
|
14654
14653
|
interestThreads: string;
|
|
14655
14654
|
statusChangeInterestThreads: EStatusChangeInfo;
|
|
14656
14655
|
timeChangeInterestThreads: Date;
|
|
14657
14656
|
totalLinkBio: string[];
|
|
14658
14657
|
statusChangeBio: string;
|
|
14659
14658
|
timeChangeBio: Date;
|
|
14659
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
14660
|
+
timeLoginAppClone: Date;
|
|
14661
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
14662
|
+
timeLoginEmail: Date;
|
|
14660
14663
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
14661
14664
|
timeSyncAccount: Date;
|
|
14662
14665
|
isAccountRun: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -6012,8 +6012,6 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
6012
6012
|
statusChangeEmail: EStatusChangeInfo;
|
|
6013
6013
|
timeChangeEmail: Date;
|
|
6014
6014
|
statusEmailSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
6015
|
-
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
6016
|
-
timeLoginAppClone: Date;
|
|
6017
6015
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
6018
6016
|
timeChangeTypeAccountSetting: Date;
|
|
6019
6017
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
@@ -6036,6 +6034,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
6036
6034
|
emailPassword: string;
|
|
6037
6035
|
email2FA: string;
|
|
6038
6036
|
emailRecover: string;
|
|
6037
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
6038
|
+
timeLoginAppClone: Date;
|
|
6039
6039
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
6040
6040
|
timeLoginEmail: Date;
|
|
6041
6041
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
@@ -14634,11 +14634,14 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
|
|
|
14634
14634
|
type: ETypeManagerWorkClassify;
|
|
14635
14635
|
pc: IPC | string;
|
|
14636
14636
|
device: IDevice | string;
|
|
14637
|
-
isActiveOnDevice: boolean;
|
|
14638
14637
|
status: EStatusAccountSocialRaw;
|
|
14638
|
+
timeChangeStatus: Date;
|
|
14639
14639
|
timeAddToDevice: Date;
|
|
14640
|
-
|
|
14641
|
-
|
|
14640
|
+
isActiveOnDevice: boolean;
|
|
14641
|
+
timeStartStopOnDevice: Date;
|
|
14642
|
+
numberFollowers: number;
|
|
14643
|
+
numberFollowings: number;
|
|
14644
|
+
numberPosts: number;
|
|
14642
14645
|
folderNameImage: string;
|
|
14643
14646
|
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
14644
14647
|
timeFolderNameImage: Date;
|
|
@@ -14647,16 +14650,16 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
|
|
|
14647
14650
|
newAvatar: string | IFile;
|
|
14648
14651
|
statusChangeAvatar: EStatusChangeInfo;
|
|
14649
14652
|
timeChangeAvatar: Date;
|
|
14650
|
-
statusLogin: EStatusAccountSocialLogin;
|
|
14651
|
-
timeLogin: Date;
|
|
14652
|
-
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
14653
|
-
timeLoginEmail: Date;
|
|
14654
14653
|
interestThreads: string;
|
|
14655
14654
|
statusChangeInterestThreads: EStatusChangeInfo;
|
|
14656
14655
|
timeChangeInterestThreads: Date;
|
|
14657
14656
|
totalLinkBio: string[];
|
|
14658
14657
|
statusChangeBio: string;
|
|
14659
14658
|
timeChangeBio: Date;
|
|
14659
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
14660
|
+
timeLoginAppClone: Date;
|
|
14661
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
14662
|
+
timeLoginEmail: Date;
|
|
14660
14663
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
14661
14664
|
timeSyncAccount: Date;
|
|
14662
14665
|
isAccountRun: boolean;
|