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