automation-lib 6.0.27 → 6.0.28

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
@@ -11077,7 +11077,6 @@ interface FindOverViewThreadsAccountDto {
11077
11077
  }
11078
11078
 
11079
11079
  interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
11080
- accountInstagram: string | IInstagramAccountRaw;
11081
11080
  accountID: number;
11082
11081
  group: IAccountSocialGroup | string;
11083
11082
  nameAppCloneSocial: string;
@@ -11099,17 +11098,51 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
11099
11098
  folderNameImage: string;
11100
11099
  statusFolderNameImage: EStatusAccountSocialFolderName;
11101
11100
  timeFolderNameImage: Date;
11101
+ oldUsername: string;
11102
+ newUsername: string;
11103
+ statusChangeUsername: EStatusChangeInfo;
11104
+ timeChangeUsername: Date;
11105
+ statusLoginUsername: EStatusAccountSocialCheckAuth;
11106
+ timeLoginUsername: Date;
11107
+ oldFullname: string;
11108
+ newFullname: string;
11109
+ statusChangeFullname: EStatusChangeInfo;
11110
+ timeChangeFullname: Date;
11111
+ oldPassword: string;
11112
+ newPassword: string;
11113
+ statusChangePassword: EStatusChangeInfo;
11114
+ timeChangePassword: Date;
11115
+ statusLoginPassword: EStatusAccountSocialCheckAuth;
11116
+ timeLoginPassword: Date;
11117
+ old2FA: string;
11118
+ new2FA: string;
11119
+ statusChange2FA: EStatusChangeInfo;
11120
+ timeChange2FA: Date;
11121
+ statusLogin2FA: EStatusAccountSocialCheckAuth;
11122
+ timeLogin2FA: Date;
11123
+ oldEmail: string;
11124
+ newEmail: string;
11125
+ statusChangeEmail: EStatusChangeInfo;
11126
+ timeChangeEmail: Date;
11127
+ timeChangeTypeAccountSetting: Date;
11102
11128
  promptAvatar: string;
11103
- oldAvatar: string | IFile;
11104
- newAvatar: string | IFile;
11129
+ avatar: string | IFile;
11105
11130
  statusChangeAvatar: EStatusChangeInfo;
11106
11131
  timeChangeAvatar: Date;
11107
- interestThreads: string;
11108
- statusChangeInterestThreads: EStatusChangeInfo;
11109
- timeChangeInterestThreads: Date;
11110
- totalLinkBio: string[];
11111
- statusChangeBio: string;
11112
- timeChangeBio: Date;
11132
+ promptCover: string;
11133
+ cover: string | IFile;
11134
+ statusChangeCover: EStatusChangeInfo;
11135
+ timeChangeCover: Date;
11136
+ bioContent: string;
11137
+ statusChangeBioContent: EStatusChangeInfo;
11138
+ timeChangeBioContent: Date;
11139
+ listBioLink: string[];
11140
+ statusChangeBioLink: EStatusChangeInfo;
11141
+ timeChangeBioLink: Date;
11142
+ email: string;
11143
+ emailPassword: string;
11144
+ email2FA: string;
11145
+ emailRecover: string;
11113
11146
  statusLoginAppClone: EStatusAccountSocialLogin;
11114
11147
  timeLoginAppClone: Date;
11115
11148
  statusLoginEmail: EStatusAccountSocialLoginEmail;
package/dist/index.d.ts CHANGED
@@ -11077,7 +11077,6 @@ interface FindOverViewThreadsAccountDto {
11077
11077
  }
11078
11078
 
11079
11079
  interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
11080
- accountInstagram: string | IInstagramAccountRaw;
11081
11080
  accountID: number;
11082
11081
  group: IAccountSocialGroup | string;
11083
11082
  nameAppCloneSocial: string;
@@ -11099,17 +11098,51 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
11099
11098
  folderNameImage: string;
11100
11099
  statusFolderNameImage: EStatusAccountSocialFolderName;
11101
11100
  timeFolderNameImage: Date;
11101
+ oldUsername: string;
11102
+ newUsername: string;
11103
+ statusChangeUsername: EStatusChangeInfo;
11104
+ timeChangeUsername: Date;
11105
+ statusLoginUsername: EStatusAccountSocialCheckAuth;
11106
+ timeLoginUsername: Date;
11107
+ oldFullname: string;
11108
+ newFullname: string;
11109
+ statusChangeFullname: EStatusChangeInfo;
11110
+ timeChangeFullname: Date;
11111
+ oldPassword: string;
11112
+ newPassword: string;
11113
+ statusChangePassword: EStatusChangeInfo;
11114
+ timeChangePassword: Date;
11115
+ statusLoginPassword: EStatusAccountSocialCheckAuth;
11116
+ timeLoginPassword: Date;
11117
+ old2FA: string;
11118
+ new2FA: string;
11119
+ statusChange2FA: EStatusChangeInfo;
11120
+ timeChange2FA: Date;
11121
+ statusLogin2FA: EStatusAccountSocialCheckAuth;
11122
+ timeLogin2FA: Date;
11123
+ oldEmail: string;
11124
+ newEmail: string;
11125
+ statusChangeEmail: EStatusChangeInfo;
11126
+ timeChangeEmail: Date;
11127
+ timeChangeTypeAccountSetting: Date;
11102
11128
  promptAvatar: string;
11103
- oldAvatar: string | IFile;
11104
- newAvatar: string | IFile;
11129
+ avatar: string | IFile;
11105
11130
  statusChangeAvatar: EStatusChangeInfo;
11106
11131
  timeChangeAvatar: Date;
11107
- interestThreads: string;
11108
- statusChangeInterestThreads: EStatusChangeInfo;
11109
- timeChangeInterestThreads: Date;
11110
- totalLinkBio: string[];
11111
- statusChangeBio: string;
11112
- timeChangeBio: Date;
11132
+ promptCover: string;
11133
+ cover: string | IFile;
11134
+ statusChangeCover: EStatusChangeInfo;
11135
+ timeChangeCover: Date;
11136
+ bioContent: string;
11137
+ statusChangeBioContent: EStatusChangeInfo;
11138
+ timeChangeBioContent: Date;
11139
+ listBioLink: string[];
11140
+ statusChangeBioLink: EStatusChangeInfo;
11141
+ timeChangeBioLink: Date;
11142
+ email: string;
11143
+ emailPassword: string;
11144
+ email2FA: string;
11145
+ emailRecover: string;
11113
11146
  statusLoginAppClone: EStatusAccountSocialLogin;
11114
11147
  timeLoginAppClone: Date;
11115
11148
  statusLoginEmail: EStatusAccountSocialLoginEmail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.0.27",
3
+ "version": "6.0.28",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",