automation-lib 5.1.250 → 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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2643,8 +2643,6 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2643
2643
|
statusRun: EStatusAccountSocialRun;
|
|
2644
2644
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2645
2645
|
noteConnectDevice: string;
|
|
2646
|
-
numberFollower: number;
|
|
2647
|
-
numberFollowing: number;
|
|
2648
2646
|
currentActiveTime: Date;
|
|
2649
2647
|
lastActiveTime: Date;
|
|
2650
2648
|
promptAvatar: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2643,8 +2643,6 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2643
2643
|
statusRun: EStatusAccountSocialRun;
|
|
2644
2644
|
statusConnectDevice: EStatusDeviceConnect;
|
|
2645
2645
|
noteConnectDevice: string;
|
|
2646
|
-
numberFollower: number;
|
|
2647
|
-
numberFollowing: number;
|
|
2648
2646
|
currentActiveTime: Date;
|
|
2649
2647
|
lastActiveTime: Date;
|
|
2650
2648
|
promptAvatar: string;
|