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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
7695
|
+
status: EStatusSocialAccountRaw;
|
|
7696
7696
|
isActiveOnDevice: boolean;
|
|
7697
7697
|
}
|
|
7698
7698
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|