automation-lib 5.1.249 → 5.1.251
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2012,6 +2012,8 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2012
2012
|
pc: IPC | string;
|
|
2013
2013
|
deviceKey: string;
|
|
2014
2014
|
device: IDevice | string;
|
|
2015
|
+
numberFollowers: number;
|
|
2016
|
+
numberFollowings: number;
|
|
2015
2017
|
statusRun: EStatusAccountSocialRun;
|
|
2016
2018
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2017
2019
|
noteConnectDevice: string;
|
|
@@ -2641,8 +2643,6 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2641
2643
|
statusRun: EStatusAccountSocialRun;
|
|
2642
2644
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2643
2645
|
noteConnectDevice: string;
|
|
2644
|
-
numberFollower: number;
|
|
2645
|
-
numberFollowing: number;
|
|
2646
2646
|
currentActiveTime: Date;
|
|
2647
2647
|
lastActiveTime: Date;
|
|
2648
2648
|
promptAvatar: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2012,6 +2012,8 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
2012
2012
|
pc: IPC | string;
|
|
2013
2013
|
deviceKey: string;
|
|
2014
2014
|
device: IDevice | string;
|
|
2015
|
+
numberFollowers: number;
|
|
2016
|
+
numberFollowings: number;
|
|
2015
2017
|
statusRun: EStatusAccountSocialRun;
|
|
2016
2018
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2017
2019
|
noteConnectDevice: string;
|
|
@@ -2641,8 +2643,6 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2641
2643
|
statusRun: EStatusAccountSocialRun;
|
|
2642
2644
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2643
2645
|
noteConnectDevice: string;
|
|
2644
|
-
numberFollower: number;
|
|
2645
|
-
numberFollowing: number;
|
|
2646
2646
|
currentActiveTime: Date;
|
|
2647
2647
|
lastActiveTime: Date;
|
|
2648
2648
|
promptAvatar: string;
|