automation-lib 5.4.113 → 5.4.114

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