automation-lib 5.4.99 → 5.4.101

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
@@ -3051,6 +3051,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
3051
3051
  nameAppClone: string;
3052
3052
  nameAppCloneSocial: string;
3053
3053
  };
3054
+ isActiveOnDevice: boolean;
3054
3055
  assignInfo: {
3055
3056
  department: {
3056
3057
  id: string;
@@ -4192,6 +4193,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4192
4193
  type: ETypeManagerWorkClassify;
4193
4194
  pc: IPC | string;
4194
4195
  device: IDevice | string;
4196
+ isActiveOnDevice: boolean;
4195
4197
  status: EStatusSocialAccountRaw;
4196
4198
  statusSyncAccount: EStatusAccountSocialSync;
4197
4199
  timeSyncAccount: Date;
@@ -5016,6 +5018,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5016
5018
  nameAppClone: string;
5017
5019
  nameAppCloneSocial: string;
5018
5020
  };
5021
+ isActiveOnDevice: boolean;
5019
5022
  assignInfo: {
5020
5023
  department: {
5021
5024
  id: string;
@@ -7710,6 +7713,7 @@ interface IDevicePopupViewAccountSocial {
7710
7713
  keyDeviceOld: string;
7711
7714
  keyDeviceNew: string;
7712
7715
  status: EStatusAccountSocialLogin;
7716
+ isActiveOnDevice: boolean;
7713
7717
  }
7714
7718
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
7715
7719
  }
@@ -11045,6 +11049,7 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
11045
11049
  type: ETypeManagerWorkClassify;
11046
11050
  pc: IPC | string;
11047
11051
  device: IDevice | string;
11052
+ isActiveOnDevice: boolean;
11048
11053
  status: EStatusSocialAccountRaw;
11049
11054
  timeImport: Date;
11050
11055
  statusImport: EStatusAccountSocialImport;
@@ -12069,6 +12074,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
12069
12074
  type: ETypeManagerWorkClassify;
12070
12075
  pc: IPC | string;
12071
12076
  device: IDevice | string;
12077
+ isActiveOnDevice: boolean;
12072
12078
  oldUsername?: string;
12073
12079
  newUsername?: string;
12074
12080
  email?: string;
package/dist/index.d.ts CHANGED
@@ -3051,6 +3051,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
3051
3051
  nameAppClone: string;
3052
3052
  nameAppCloneSocial: string;
3053
3053
  };
3054
+ isActiveOnDevice: boolean;
3054
3055
  assignInfo: {
3055
3056
  department: {
3056
3057
  id: string;
@@ -4192,6 +4193,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4192
4193
  type: ETypeManagerWorkClassify;
4193
4194
  pc: IPC | string;
4194
4195
  device: IDevice | string;
4196
+ isActiveOnDevice: boolean;
4195
4197
  status: EStatusSocialAccountRaw;
4196
4198
  statusSyncAccount: EStatusAccountSocialSync;
4197
4199
  timeSyncAccount: Date;
@@ -5016,6 +5018,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5016
5018
  nameAppClone: string;
5017
5019
  nameAppCloneSocial: string;
5018
5020
  };
5021
+ isActiveOnDevice: boolean;
5019
5022
  assignInfo: {
5020
5023
  department: {
5021
5024
  id: string;
@@ -7710,6 +7713,7 @@ interface IDevicePopupViewAccountSocial {
7710
7713
  keyDeviceOld: string;
7711
7714
  keyDeviceNew: string;
7712
7715
  status: EStatusAccountSocialLogin;
7716
+ isActiveOnDevice: boolean;
7713
7717
  }
7714
7718
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
7715
7719
  }
@@ -11045,6 +11049,7 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
11045
11049
  type: ETypeManagerWorkClassify;
11046
11050
  pc: IPC | string;
11047
11051
  device: IDevice | string;
11052
+ isActiveOnDevice: boolean;
11048
11053
  status: EStatusSocialAccountRaw;
11049
11054
  timeImport: Date;
11050
11055
  statusImport: EStatusAccountSocialImport;
@@ -12069,6 +12074,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
12069
12074
  type: ETypeManagerWorkClassify;
12070
12075
  pc: IPC | string;
12071
12076
  device: IDevice | string;
12077
+ isActiveOnDevice: boolean;
12072
12078
  oldUsername?: string;
12073
12079
  newUsername?: string;
12074
12080
  email?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.99",
3
+ "version": "5.4.101",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",