automation-lib 5.4.155 → 5.4.157

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
@@ -2899,7 +2899,7 @@ interface FindAccountSocialGroupPopupSocialDto {
2899
2899
  numberFollower: number;
2900
2900
  numberFollowing: number;
2901
2901
  statusLogin: EStatusAccountSocialLogin;
2902
- statusRun: EStatusAccountSocialRun;
2902
+ status: EStatusSocialAccountRaw;
2903
2903
  typeAppClone: string;
2904
2904
  nameAppClone: string;
2905
2905
  nameAppCloneSocial: string;
@@ -4402,6 +4402,8 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4402
4402
  device: IDevice | string;
4403
4403
  isActiveOnDevice: boolean;
4404
4404
  status: EStatusSocialAccountRaw;
4405
+ numberFollower: number;
4406
+ numberFollowing: number;
4405
4407
  statusSyncAccount: EStatusAccountSocialSync;
4406
4408
  timeSyncAccount: Date;
4407
4409
  folderNameImage: string;
@@ -12634,6 +12636,8 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
12634
12636
  device: IDevice | string;
12635
12637
  isActiveOnDevice: boolean;
12636
12638
  status: EStatusSocialAccountRaw;
12639
+ numberFollower: number;
12640
+ numberFollowing: number;
12637
12641
  statusSyncAccount: EStatusAccountSocialSync;
12638
12642
  timeSyncAccount: Date;
12639
12643
  accountSocialSync: IThreadsAccountRun;
package/dist/index.d.ts CHANGED
@@ -2899,7 +2899,7 @@ interface FindAccountSocialGroupPopupSocialDto {
2899
2899
  numberFollower: number;
2900
2900
  numberFollowing: number;
2901
2901
  statusLogin: EStatusAccountSocialLogin;
2902
- statusRun: EStatusAccountSocialRun;
2902
+ status: EStatusSocialAccountRaw;
2903
2903
  typeAppClone: string;
2904
2904
  nameAppClone: string;
2905
2905
  nameAppCloneSocial: string;
@@ -4402,6 +4402,8 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4402
4402
  device: IDevice | string;
4403
4403
  isActiveOnDevice: boolean;
4404
4404
  status: EStatusSocialAccountRaw;
4405
+ numberFollower: number;
4406
+ numberFollowing: number;
4405
4407
  statusSyncAccount: EStatusAccountSocialSync;
4406
4408
  timeSyncAccount: Date;
4407
4409
  folderNameImage: string;
@@ -12634,6 +12636,8 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
12634
12636
  device: IDevice | string;
12635
12637
  isActiveOnDevice: boolean;
12636
12638
  status: EStatusSocialAccountRaw;
12639
+ numberFollower: number;
12640
+ numberFollowing: number;
12637
12641
  statusSyncAccount: EStatusAccountSocialSync;
12638
12642
  timeSyncAccount: Date;
12639
12643
  accountSocialSync: IThreadsAccountRun;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.155",
3
+ "version": "5.4.157",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",