automation-lib 5.4.108 → 5.4.109

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
@@ -7690,7 +7690,7 @@ interface IDevicePopupViewAccountSocial {
7690
7690
  lastLogin: Date;
7691
7691
  keyDeviceOld: string;
7692
7692
  keyDeviceNew: string;
7693
- status: EStatusAccountSocialLogin;
7693
+ status: EStatusAccountSocial;
7694
7694
  isActiveOnDevice: boolean;
7695
7695
  }
7696
7696
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
package/dist/index.d.ts CHANGED
@@ -7690,7 +7690,7 @@ interface IDevicePopupViewAccountSocial {
7690
7690
  lastLogin: Date;
7691
7691
  keyDeviceOld: string;
7692
7692
  keyDeviceNew: string;
7693
- status: EStatusAccountSocialLogin;
7693
+ status: EStatusAccountSocial;
7694
7694
  isActiveOnDevice: boolean;
7695
7695
  }
7696
7696
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.108",
3
+ "version": "5.4.109",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",