automation-lib 5.4.99 → 5.4.100

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
@@ -4192,6 +4192,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4192
4192
  type: ETypeManagerWorkClassify;
4193
4193
  pc: IPC | string;
4194
4194
  device: IDevice | string;
4195
+ isActiveOnDevice: boolean;
4195
4196
  status: EStatusSocialAccountRaw;
4196
4197
  statusSyncAccount: EStatusAccountSocialSync;
4197
4198
  timeSyncAccount: Date;
@@ -7710,6 +7711,7 @@ interface IDevicePopupViewAccountSocial {
7710
7711
  keyDeviceOld: string;
7711
7712
  keyDeviceNew: string;
7712
7713
  status: EStatusAccountSocialLogin;
7714
+ isActiveOnDevice: boolean;
7713
7715
  }
7714
7716
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
7715
7717
  }
@@ -11045,6 +11047,7 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
11045
11047
  type: ETypeManagerWorkClassify;
11046
11048
  pc: IPC | string;
11047
11049
  device: IDevice | string;
11050
+ isActiveOnDevice: boolean;
11048
11051
  status: EStatusSocialAccountRaw;
11049
11052
  timeImport: Date;
11050
11053
  statusImport: EStatusAccountSocialImport;
@@ -12069,6 +12072,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
12069
12072
  type: ETypeManagerWorkClassify;
12070
12073
  pc: IPC | string;
12071
12074
  device: IDevice | string;
12075
+ isActiveOnDevice: boolean;
12072
12076
  oldUsername?: string;
12073
12077
  newUsername?: string;
12074
12078
  email?: string;
package/dist/index.d.ts CHANGED
@@ -4192,6 +4192,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4192
4192
  type: ETypeManagerWorkClassify;
4193
4193
  pc: IPC | string;
4194
4194
  device: IDevice | string;
4195
+ isActiveOnDevice: boolean;
4195
4196
  status: EStatusSocialAccountRaw;
4196
4197
  statusSyncAccount: EStatusAccountSocialSync;
4197
4198
  timeSyncAccount: Date;
@@ -7710,6 +7711,7 @@ interface IDevicePopupViewAccountSocial {
7710
7711
  keyDeviceOld: string;
7711
7712
  keyDeviceNew: string;
7712
7713
  status: EStatusAccountSocialLogin;
7714
+ isActiveOnDevice: boolean;
7713
7715
  }
7714
7716
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
7715
7717
  }
@@ -11045,6 +11047,7 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
11045
11047
  type: ETypeManagerWorkClassify;
11046
11048
  pc: IPC | string;
11047
11049
  device: IDevice | string;
11050
+ isActiveOnDevice: boolean;
11048
11051
  status: EStatusSocialAccountRaw;
11049
11052
  timeImport: Date;
11050
11053
  statusImport: EStatusAccountSocialImport;
@@ -12069,6 +12072,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
12069
12072
  type: ETypeManagerWorkClassify;
12070
12073
  pc: IPC | string;
12071
12074
  device: IDevice | string;
12075
+ isActiveOnDevice: boolean;
12072
12076
  oldUsername?: string;
12073
12077
  newUsername?: string;
12074
12078
  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.100",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",